Hi
I am not very sure what you mean by circled menu so please provide more specific details about desired rezult and maybe we can help.
Thanks!
HI @UKC_company
Please check this link fore more details about how to change site’s language in wordpress: https://codex.wordpress.org/Installing_WordPress_in_Your_Language
Thanks!
Hi
I’ve checked your site and the menu from footer works fine now: http://screencast.com/t/H8rrvEx7PG If you still have this issue please provide more details about it and maybe we can help.
Thanks!
Hi
Add this condition in td_module.php here: http://screencast.com/t/ynMUHKsFSu
if ((get_comments_number($this->post->ID)) == 0){
return;
}
Thanks!
Hi
Please make sure that you’re using V 4.1 of Social Counter, this version is included in theme’s path, clear all caches then test the site again. Also configure the plugin according with our documentation: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/
Let us know how it goes and if the problem persist please provide a link where we can inspect it closer.
Thanks!
HI
It seems that this is the default functionality of Yoast plugin in this regard but you can add a condition n page’s head and change it. Add bellow code in header.php like here: http://screencast.com/t/MVJqXC65t
global $paged;
if ($paged > 2) {
echo '<link rel="canonical" href="http://localhost/newsmag/' . $paged .'/">';
}
Thanks!
HI
Try this css in theme panel > custom code > custom css to change the font-size: http://screencast.com/t/dizaoUhl8hi
.post blockquote p {
font-size: 20px!important;
}
Thanks!
Hi
I’ve checked your site and noticed that you’re using an older version of Visual Composer: http://screencast.com/t/Alrb11Qib Try to update the plugin at V 4.11.2 which is included in theme’s path: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ clear all caches then test the site again.
Thanks!
Hi
Glad you have managed to solve this.
Thanks for letting us know and for your message!
Hi
To achieve that you need to edit td_panel_generator.php file and add a new array in $google_ad_sizes array: http://screencast.com/t/qJeSYOuK
This is a basic example:
array('text' => 'width x height' , 'val' => 'width x height'),
Thanks!
HI
Try this css in theme panel > custom code. custom css: http://screencast.com/t/Kyq3kDQRXC17
.td-post-template-3 .td-post-title{
width: 100%;
}
Thanks!
HI
Unfortunately module mx7 can’t be used on pages made by the loop.php, you can only use modules from 1 to 19: http://screencast.com/t/uDwb4Yjol
T
Hi
Glad you have managed this solve this.
Thanks for letting us know and for your message!
HI
Try this css in theme panel > custom code > custom css to correct the logo position: http://screencast.com/t/2mDs6IRa
.td-logo{
margin-left: auto;
margin-right: auto;
}
.td-header-style-9 .td-header-sp-logo img {
width: 350px!important;
}
Thanks!
HI
I’ve checked your site and the ads are properly displayed now, please check this link: http://screencast.com/t/dRFK80rlvpss
Thanks!
HI
Alin replied you via email.
Thanks!
Hi
I assume that you want to display a big grid element followed by a list with latest post. If so you can use page-builder+latest as page template like in this example: http://screencast.com/t/S0BXQUerq
If this is not what you mean please provide more specific details about the desired rezult an maybe we can help.
Thanks!
Hi
First you need to edit td_module.php file and add this code here: http://screencast.com/t/Vhsrq6NPtzWY
<i class="td-icon-comments"></i>
You also need this css in theme panel > custom code > custom css: http://screencast.com/t/pNhDhK1ULwce
.td-icon-comments{
margin: 0 8px;
color: black;
}
.td-module-comments{
background-color: white;
}
.td-module-comments a:after{
display: none;
}
.td-module-comments a{
color: black;
}
Hope this helps!
Thanks!
Hi
No you don’t have to re-build the site again as the update won’t affect its content. During the update old files of the theme are deleted and the new ones are uploaded instead.
However as a security measure we recommend to make a full backup to your current wp-install before making any changes: https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi
This option involve a change in block’s structure as it should work only on single posts, not on pages. We designed the blocks to have the same functionality on all post types and for the moment we don’t plan to change it. In the feature we may add some specific options related with post types but I can’t promise anything for sure. We have a very long list with feature requests and we have to choose carefully what features are added to the theme.
Thanks!
Hi
I’ve made some tests on my side with default settings from Yoast plugin and pagination works fine. Try to test the site using plugin’s default settings, clear all caches and check how it goes.
Thanks!
HI
That option change the color for block-quotes from post content. If this is not what you mean please provide more details about what you’re trying to do, also screen pointing the desired result and maybe I can help.
Thanks!
HI
Yes you can hide that expression by using this css in theme panel > custom code . custom css:
http://screencast.com/t/79RfxCNSKaE
.td-show-location label{
display: none;
}
Thanks!
HI
Thanks @Chris for your answers!
@Msegura909 and @Colourofsunshine the issues are not caused because of Visual Composer license. The plugin comes bundled with the theme and there is no need a license key for it. We always include in theme’s patch the latest version of Visual Composer which currently is V 4.11.2.
Note that older version of Visual Composer are not compatible with latest version of WordPress, that’s why the issue occurs. To make sure that the theme and plugin works fine we recommend to use the latest versions available, for the theme is V 7.4 and for plugin is 4.11.2. Check our documentation for more details in this regard: https://forum.tagdiv.com/how-to-update-the-theme-2/ -https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ Also try to deactivate all plugins except VC, clear all caches, purge the cdn files if you’
re using then test the site again.
@Msegura909 we didn’t tested V 4.11.2 of VC with V 6.5 of Newspaper and we can’t guarantee that it will work fine with it. However you can try to update only the plugin and check how it goes.
Thanks!
Hi
The theme have options which allows you to sort post by tags but this is a global settings and won’t consider post’s tag. And alternative would be to create different sidebars for each category/tag.
For example on posts from baby care category/tag you want to display related posts in sidebar. You can create a new sidebar, add a block 3 in it and set it to display posts from baby care category or tag: http://screencast.com/t/mIa70RCVrCbh than use that sidebar for all posts from baby care category/tag.
The same can be done for other categories or tags.
Hope this helps!
Thanks!
