Thanks @Amit Malewar
@manigowda
Our theme provides per category settings from the theme panel: http://screencast.com/t/mk61obR0JT
You can change the layout using the modules and grids provided.
Thank you!
Thank you!
The same method I showed above applies. There is no way to call it except adding it through hard-coding.
Thank you!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
if you have the ‘wordfence’ plugin, please set the firewall to learning mode for the theme panel to work properly. Also you can check your system status and increase the parameters according to this guide:
https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello,
This is actually a pretty common issue. It’s not template related or smart list type. It is a simple open html tag or a broken html code in the post content. please edit your post in html mode (text mode) and make sure all html tags are closed properly and all the code is ok. it happens to use as well because if you paste things in visual mode in post edit, sometimes the html gets screwed. Try to use text mode as much as you can so you have better control over the html structure.
Thanks.
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Let us know how it goes.
Thank you!
Hello,
Unfortunately there is no easy way top do it. You need to define a new thumbnail using this method: https://forum.tagdiv.com/td_api_thumbadd/ and then changing the thumb size for a particular module you want and then modify the css for the block. There is no easy code I can provide, sorry. The theme api system is for advanced users only and is not covered by the theme support.
If you want to remove all excerpts at once you can simply use css to hide them like so:
.td-excerpt{
display:none;}
Thank you!
Hello,
Our theme was designed to work with adsense. But there are a few new releases from adsense we have not yet added implementation for. Our theme is compatible with the standard adsense ad but some ads will require further implementation like the page-level ads for example. they need a piece of code added in header.php. Please provide the tyope of ad you want to implement as maybe it needs extra implementation options than the theme panel ad spot.
Thank you!
Hello,
You can find a key in the database called ‘wp_options’ and under that you will find an option name called ‘td_011’. That will contain all the options in your theme panel. But you cannot copy over the data directly as it’s a different format. We have not tested getting the theme panel settings back from the db manually so i cannot provide a precise response for this. you will have to use a bit of trial and error if you know your way around coding.
Thank you!
Hello,
Unfortunately our theme does not have this option so one alternative will be to remove the menu from that specific page if you want to have like a landing page.
.page-id-2127 .td-header-style-1 {
display:none;
}
.page-id-2127 .td-main-page-wrap{
padding-top:0;
}
Thank you!
Hello,
Well the mobile theme plugin does not seem to be active on your site. Please make sure the mobuile theme plugin is active or if you use wp super cache, please follow this topic to learn of an incompatibility issue that can easily be fixed with 1 line of code:
https://github.com/Automattic/wp-super-cache/issues/132
http://screencast.com/t/YLN48vYD0r9
Thank you!
Hello,
This issue might be caused by an incompatible plugin so please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Then test your posts again.
Let us know if you still have this issue afterwards.
Thanks
Hi Nano,
When I tested the code in the first reply, I already had wop user avatar set. I tested again and it still works on my end. i seem to remember something about these 4 opptions below the avatar: http://screencast.com/t/kCnvZ2MH It only worked on G but. They are explained here: https://wordpress.org/plugins/wp-user-avatar/screenshots/
Right now i have this set as an avatar from the plugin settings: http://screencast.com/t/kCnvZ2MH and it seems to show up next to the author name as well : http://screencast.com/t/gJyCfHqf
Thanks.
Hello,
I have accessed your site but could not see the problem. the sidebar does indeed go smaller below 1018 px as tablets do not have enough space to display the full sidebar width. It is a css rule added to make sure the sidebar and content display properly on tablets but i could not see it getting smaller when scrolling to the bottom. please let us know if you still have this issue.
If you do, in most cases such issues are plugin conflicts so please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Thank you!
Hello,
We only sell our theme through themeforest. If you buy the theme from here https://themeforest.net/item/newspaper/5489609 then it’s the only legal copy available. Any other platform is a scam and is a pirated version of the theme.
Thank you!
Hello,
Please use this guide first and regenerate all thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If the problem is still there please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Thank you!
Bogdan B
Hello,
The 7 days post count will start counting from the moment you activate this option: http://screencast.com/t/9ICXxQ7VY, and set it to one of your blocks. Posts will show up if they gain views. If you have it on from 10 days back, all your posts that got views will show up in a ‘most popular’ sorting order.
if you want to have the custom sorting option from this topic you need to create it and then set it to your blocks,. the count will start once you set the new option to a block.
Thank you!
Hi,
If you want to hide the menu only for one page in particular you will need the page id. you can get the page id like so: http://screencast.com/t/xFCgxR1eNDr
then you can use this code and simply change the id number for it:
.page-id-605 .td-header-menu-wrap-full{
display:none!important;
}
Thank you!
Hello,
If the system status was not the cause of it please also try it without any plugins. Disable all of theme except visual composer, clear cache and reset cdn files if you use it.
If the problem is still there, please regenerate all thumbs using the “force regenerate” plugin
Another possible fix is adding "SetEnv MAGICK_THREAD_LIMIT 1" to the htaccess file.
Let us know how it goes.
Thank you!
Hello,
I have tested this on my end but did not see the issue. Please disable all plugins except visual composer, clear cache and reset cdn files if you sue it. Also make sure you do not have any custom code in the child theme or in the theme panel that might affect the ads.
Let us know if you still have issues with this and prvide a link to your site if the problem is still there
Thank you!
Hello,
You can simply use a text with title block element found in the visual composer elements here: http://screencast.com/t/TUWI2t4y4
Thank you!
Hello,
The text logo font can be changed with this css code:
.td-logo-text, .td-tagline-text{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
}
Thank you!
Hello,
Please update your theme to the latest version by following this guide:
https://forum.tagdiv.com/how-to-update-the-theme-2/
Also make sure you update visual composer as well: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Then make sure you disable any untested plugins and use this guide for a cache plugin: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Let us know how it goes
Thank you!
Hi,
I tried importing the theme settings you provided but everything seems to be on default. you might have not copied the entire string. you can try to reset the theme panel and then import again.
if you still cannot import the settings, you will have to make them again. sorry.
Thank you!
Hello,
If you want to change the article bottom position you have to edit the theme files. First you need to deactivate the ad spot and manually add it in the position you want from the theme files using a do_shortcode function. Here is the code you can use: <?php echo do_shortcode('[td_block_ad_box spot_id="content_bottom"]');?>
You can then place the code in the post files here: http://screencast.com/t/GohSneFoD
Thank you!
Hello,
Did this issue occur before you modified the theme files or it is a result of your coding modification? if it is, you can leave the theme code intact and if you simply want to redirect the author link from modules and blocks you can add it here:
http://screencast.com/t/WVDYZagmhO
Thank you!