Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested the plugin so I cannot tell you if it will work well with the theme. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you don’t want to create a category and display posts from that specific category I’ afraid that this sort order that you want to create will not work like you want and you cannot have that result. A solution will be to add a tag to articles that you want to be displayed and filter by that tag, also the order will be latest post published.
If you enable sticky post from data source, the sticky post will appear in all blocks that are not using filter option: http://screencast.com/t/KcXgbhxvAC Also on loops it doesn’t appear.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css and you will reduce the bottom margin for all Sidebar ads(Theme Panel > Ads > Sidebar Ads) when is used adsense code there: http://screencast.com/t/XvyBDsLa

.td-g-rec-id-sidebar .adsbygoogle {
margin-bottom: 0px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You only have to change background position for menu icon: http://screencast.com/t/tk718KjDa

.td-sp-ico-menu {
background-position: -20px -364px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css: http://screencast.com/t/invETXHBn

.td-social-sharing {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Infinite load pagination can be set only for blocks, see block settings and set pagination there: http://screencast.com/t/8XbW6sqP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to re-save your permalinks as I’m not sure why you have this error as I could not replicate this. Also you can check this without any plugins active, leave only Visual Composer active and re-save again you permalinks.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can import Sport stack and you will get the same result without any custom css: http://screencast.com/t/Og0JKw2yhttp://screencast.com/t/ShMNcG9fD Please note that if activate a stack, it will import only settings like fonts, colors…
Also after that you want the logo in the menu you can change the header style – http://screencast.com/t/RR15M4oPfT
Result: http://screencast.com/t/JQcN951KRcQa

Please follow theme documentation – https://forum.tagdiv.com/newspaper-documentation/ and let me know if you have other issues related to the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you have so many resources you cannot stop this error, but you can use the tagDiv Speed Booster plugin to move the css and js at the bottom of the page and try to avoid the page render blocking: https://forum.tagdiv.com/how-to-make-the-site-faster/https://forum.tagdiv.com/pagespeed-guide/
Also you can read Christopher tutorial – https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and you could try to also test this without plugins and check to see if you noticed any differences.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have a block/module to achieve this on mobile screens, sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately for newspaper theme can appear some errors on testing tool, but all these errors will be fixed in version 5 of Newspaper.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css if you refer to the top menu height: http://screencast.com/t/1QerhoM30RSm

.td-header-menu-wrap .container {
min-height: 50px;
}
.td-header-menu-wrap .container .row {
padding-top: 15px;
}

About the other issue you can also change to a default theme and check if you can upload. If not maybe it is a permission issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css: http://screencast.com/t/X4nJJjVdL

.home .td_block_5 .td-load-more-wrap {
margin-bottom: 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this is what you want to do, theme doesn’t have an option to filter articles on the Big grid from category page. You will need custom modifications to the code, so you can try something like this if you like: http://screencast.com/t/a2FIWfLUU

$cat_id = td_global::$current_category_obj->cat_ID . ",1";

'category_ids' => $cat_id,

Result: http://screencast.com/t/oIF365FkYOO

You can change it with your category id(,1 – is an example) that you want to display on Big Grid in categories page. This will be applied on all category pages.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set content length from Theme Panel > Excerpts: http://screencast.com/t/puFKt0wI8Ux

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We can’t provide promotions, sorry about that. Envato does not allow discounts.

Thanks!

Alin [tagDiv]
tagDiv Staff
Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you also have the post views active and also test this without using caches as the last days 7 post count works based on post views so if you use cache this might not work properly. Also test it by editing a post and take a look at custom fields: http://screencast.com/t/PSmro9YGKZqA then refresh the post a few times and check if it increments. If those values changes when the post is viewed then 7 day sort should work properly.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please translate it from Theme Panel > Translations section: http://screencast.com/t/CF3SEUogV2

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add this class td-ss-row to the row and will make it sticky – http://screencast.com/t/Nx6MqZW7FeAz
Let me know how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. The link color in backend is blue, the theme color is applied only in frontend – http://screencast.com/t/EtVtuWQC5Xyp
You can change that color if you need it by adding this css in type.less: http://screencast.com/t/BzyneEf4DXfQ

.mce-content-body a {
color: red;
}

2. Unfortunately is usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme color appears first then changes, because of the cascading property of css. What you can do is to change the color directly into the css style-sheet which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The css is applied in cascade the old one is overwritten by the new one. Unfortunately this is normal behavior, only what you can do is to add height css directly in the style.css file – http://screencast.com/t/KlxLbbpFTn

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit your image and set it to full width: http://screencast.com/t/gzaB1a7Yr and you should have that result.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It should work for all templates (also in default template) please make sure that you haven’t set default post template for site wide – http://screencast.com/t/CS7xR8Wi If have changed there for example to style 1 then that style will be default template when you set from backend of the post – http://screencast.com/t/wkKzrcafZpr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change it via custom css: http://screencast.com/t/wJ5yil23MNH

.td-related-title .td-cur-simple-item {
background-color: red;
}
.td-tags span {
background-color: blue;
}

Thanks!

Viewing 25 posts - 5,476 through 5,500 (of 7,871 total)