Hi
The Featured filter display posts from the newest to oldest. However if you’re using post id filter the posts will be displayed in the same order in which the IDs were inserted.
If this is not what you mean please provide your site url and more details about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hi
Please provide your site url so I can have a closer look at this issue. Meanwhile try to regenerate your thumbnails following this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks!
Hi
The last theme version available on theme forest is 2.3.5 and was released in 9 January. You can download it and update it following our guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/heykYMp1Sxb
.td-mobile-nav-wrap{
background-color: red;
}
.td-mobile-content li a{
border-top: 1px solid red;
border-bottom: 1px solid red;
}
Thanks!
Hi
I appreciete that you provided a screenshot pointing the desired rezult, it helps fur a better understanding of what you’re trying to do.
Replace again all css with this one: http://screencast.com/t/g2o7VtcqtQS
.td-review-summary-content{
font-size: 15px;
}
.td-review .block-title {
background-color: transparent;
color: black;
padding-left: 0!important;
}
.td-review-desc{
font-family: sans-serif;
}
Thanks
Hi
Replace the previous css with this one: http://screencast.com/t/n9igPUX6jA
.td-post-content .dropcap{
background-color: red!important;
}
Thanks!
Hi
I’ve checked your site and found a js error in browser’s console: http://screencast.com/t/8rI71u6h2DfF This error seems to be related with one of your installed plugins as it’s source file is not from our theme or from Visual Composer. Try to deactivate ALL plugin except Visual Composer clear the cache memory and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
The code it’s tested and works fine on my side: http://screencast.com/t/7FF6ur2Unq0 Make sure you’ve added the proper url for your custom logo, clear all caches and test again. Also note that the code will work only on posts, not on homepage or any other page from your site.
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/Pp9vzyVZqylT
.td-footer-container{
padding-top: 10px!important;
}
Let me know how it goes and if this is not what you mean please provide your site url and more details about what you’re trying to do so I can inspect this closer.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
You need to edit td_block_social_counter.php file and add this attribute here: http://screencast.com/t/eTTGbwd9CL – http://screencast.com/t/r25qdB2dF
Thanks!
Hi
The mobile menu it’s generated by menu-mobile.php file, You can edit this file and add your custom html: http://screencast.com/t/5WSxEkdoyHE You have to carefully edit the file as the html must be inserted inside php which make the task a bit difficult.
Thanks!
Hi
The password protect it’s a WordPress built in feature and the theme dos not affect it. I am not sure why this is not working as expected on your side as I’ve test it on my end and works fine. Make sure that you have set the password according with WordPress documentation: https://codex.wordpress.org/Using_Password_Protection also try do deactivate all plugin except Visual Composer, clear all caches and test again. Also test this with a default wp-theme.
Thanks!
Hi
The reset password email it’s sent by WordPress and its content and language it’s also managed by the platform. The theme can’t control this content so you will need some customizations in WordPress core files or a plugin with a specific feature to translate that email.
Unfortunately I can’t recommend a plugin because we didn’t test one, also I can’t provide a solution for this as it is a complex task which require lots of customizations and tests. If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!
Hi
Firs please make sure that you’ve updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ deactivate all plugins except Visual Composer, clear all caches and test again. Also try to deactivate Lazy Load animation from theme panel > template settings: http://screencast.com/t/Vm9eMO2O4Ed
Let us know how it goes and if you still can’t manage to solve this issue please provide your site url so we can have a closer look.
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/qYSa1a8yygv
.td-footer-container .td_block_7 img{
border: 2px solid red;
}
The indicated expression can be changed from theme panel > translations: http://screencast.com/t/PHCBtMxUzr – http://screencast.com/t/lsOMBvl5
Let me know how it goes.
Thanks!
Hi
Replace the above css with this one: http://screencast.com/t/44TTHHROJZ8
.td-review-summary-content{
font-size: 15px;
}
.td-review .block-title {
background-color: white;
color: black;
float: right;
font-size: 12px;
font-style: italic;
}
.td-review-summary .block-title{
position: relative;
}
.td-review-summary-content{
clear: both;
}
This code it’s just as example and can be customized so that you get the desired result.
Thinks!
Hi
You can use one of theme’s ad-spots to display the ad. First insert the html ad’s code in one of custom ad-spots from theme panel > ads then use do_shortcode() function to display a banner ad on top of the page. Just edit the file corresponding with the header style used and add this code like here: http://screencast.com/t/itasx4W4T – http://screencast.com/t/FSgnXBREg3
I’ve used custom ad 1 for this example but you can use any custom ad, just adapt the shortcode. For example if you use custom ad 5 the shortcode will be: td_block_ad_box spot_id="custom_ad_5"
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/Cjg6PN4I
.td-review-summary-content{
font-size: 15px;
}
.td-review .block-title {
background-color: white;
color: black
}
Let me know how it goes and if this is not what you mean please provide more specific details about what your trying to do, also a screen pointing the desired result will help, so I can inspect this closer and get back to you with the proper code.
Thanks!
Hi
Try this css in theme panel > custom code > custom css to remove the category tags from big grid: http://screencast.com/t/Ho8FUsz4sjx
.td-big-grid-post .td-post-category{
display: none;
}
To remove the category tag from slider from slider just deactivate it from theme panel > block settings > category tags on modules/blocks: http://screencast.com/t/VcTBnCDshf4
Thanks!
Hi
You can use one of theme’s ad-spots to display the ad. First insert the html ad’s code in one of custom ad-spots from theme panel > ads then use do_shortcode() function to display the ad below the logo like here: http://screencast.com/t/p9KCCPun
<div class="new-ad">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
Add this css in theme panel > custom code > custom css:
.new-ad{
clear: both;
}
I’ve used custom ad 1 for this example but you can use any custom ad, just adapt the shortcode. For example if you use custom ad 5 the shortcode will be: td_block_ad_box spot_id="custom_ad_5"
The result should be like here: http://screencast.com/t/HYBdDZM0W0h
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
You can use is_front_page() wp function to check when the homepage it’s displayed. Using this function can be made a condition which will display the ad only for homepage, here is an example: http://screencast.com/t/D4k4V3IX
Hope this helps.
Thanks!
Hi
Glad you’ve managed to solve this.
You can use this solution at the moment if it works fine. There might be a better solution but this involve a new approach for block’s layout.
Thanks!
Hi
Please make sure that the App ID and Security Key fields are completed as it’s indicated in our documentation and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
Note that this block wan’t designed to be displayed on two colons on mobile devices and there is a chance to appear some issues when you’re trying to change its layout. Try this css instead of the first one, it should work fine now: http://screencast.com/t/fviNy2t48
@media (max-width: 767px){
.td_block_16 .td-block-row .td-block-span4{
width: 50% !important;
}
.td_block_16 .td-block-row:after{
clear: right;
}
.td_block_16 .entry-title{
font-size: 13px;
}
Thanks!
Hi
The theme place only header and article top/bottom ads in fixed position. The placement of this ads respect googles’s policy. Any other ads can be placed in many different places on post/page content but the theme won’t check if theirs positions respects googles’s policy. As for ads being displayed in sticky sidebar that is strictly against the rulesof ad-sense. You can check this topic from ad-sense support forum for more details:
https://productforums.google.com/forum/#!topic/adsense/PIKv7Ublr7U;context-place=topicsearchin/adsense/ads$20on$20sidebar$20sticky also this link might help: https://support.google.com/adsense/answer/48182
Thanks!