Hi,
You can use the in_category function and use the do_shortcode function as well if you plan to use visual composer shortcodes.
You wanted it to show at the top of every sidebar so you would place the code at the top of the sidebar file. like so:
http://screencast.com/t/AsflY1dxoby8
if (in_category('category-slug')){
echo do_shortcode('[vc_posts_slider count="1" interval="3" thumb_size="large" posts_in="3429"]');
}
elseif (in_category('category-slug2')){
echo do_shortcode('[vc_posts_slider count="1" interval="3" thumb_size="large" posts_in="3429"]');
}
Hope this helps.
Hello,
This can be controlled from the wordpress settings here: http://screencast.com/t/naty9rtglnr
Thank you!
Hi,
I have checked your website but could not find any issues. The images display as expected both ion the homepage and on the posts themselves.
http://screencast.com/t/jspopDvE – http://screencast.com/t/APu48SULN7
Let us know if you require any further assistance in this matter.
Thank you!
Hello,
This represents customization that falls beyond what support can offer you. You could try to replicate the code from here but it will require coding knowledge.
https://forum.tagdiv.com/topic/can-i-edit-block3/
We try to help out where we can but we cannot tackle time-consuming tasks as we work hard on development, updates fixes and support.
If you cannot do it, you can hire a freelancer from sites like studio.envato.com
Thank you for your understanding.
Hello Farrah,
This can be done but it will come with a cost. Our search widget uses a live ajax search that returns results live inside the box without having to click the search button. The live search will not be so easy to implement like you want as there is quite a bit of code that needs to be changed. We recommend hiring a developer for this task.
There is an alternative however. You could add the standard wp search box (it looks the same) only there will not be a live search, so people will have to click the search button in order to get results.
For this you will have to first remove the theme search widget and add the wp one like so:
You need to edit header-menu.php and change the search part of the code like so:
http://screencast.com/t/EwAqo2mjYrR8
Replace the code with this one:
<div class="td-search-wrapper">
<div id="td-top-search">
<!-- Search -->
<div class="header-search-wrap">
<?php echo do_shortcode('[vc_wp_search]'); ?>
</div>
</div>
</div>
http://screencast.com/t/qobvZoKXqq
And then use this css for positioning:
#td-top-search{
width:30%!important;
}
@media (max-width:767px){
#td-top-search{
display:none!important;
}
}
Hope this helps.
Thank you!
Hello,
I have checked your website but could not find the element with or without adblocker, but even if it disappears, it does not mean there is a bug in the theme. If your element has anything related to ads or the word advertisement in it, it will be removed by the extension. Unfortunately this cannot be controlled by us.
Thank you!
Hi,
We thank you for your appreciation and kind words. If you wish to support us and recommend our theme please send us an email at contact@tagdiv.com with your intention and I will pass it on to our marketing staff.
Thank you!
Hi,
If you only want to target that block, you have to modify module 8 in the php files and then use this code:
.td_block_9 .td-post-date, .entry-title{
display:inline!important;
}
.td_block_9 .td-post-date{
background-color:red!important;
color:white!important;
}
Thank you!
Hello,
After you disable plugins, please also clear cache and reset cdn to make sure they are properly removed. Then test again. If plugins are not the cause, then also check your memory allocation: https://forum.tagdiv.com/search/system+status/
Also if you have custom modification of the theme files, check them again and restore the theme to it’s default state. You can also update your theme to the latest version.
If none of these do the trick then please send us an email at contact@tagdiv.com and provide wp-admin and ftp access so we can investigate this issue. Please also include a link to this topic so we can identify you.
Thanks.
Hello,
You can change the dropcap size from here: http://screencast.com/t/3hOzLxlKqi9c
Thank you!
Hello,
For posts, this will be a bit trickier to code in, but you can use the main article inline ad from the theme panel: http://screencast.com/t/CrIUQRiq and you can insert custom ads inside the content when editing a post like so: http://screencast.com/t/MCVy4miUsBR
The post content is dynamic so it will be much more difficult to add another inline ad to apply to all posts.
Thank you!
Hello,
Please read this guide on facebook sharing: https://forum.tagdiv.com/facebook-share/
Thank you!
Hi,
You need to install just the newspaper.zip file, not the whole package.
Unzip the main file you download from envato and inside it you will find the needed newspaper.zip among other files: http://screencast.com/t/z1in72Zf0
Thank you!
Hello,
This is the answer we provided via email:
You can use do_shortcode function to display and ad under posts title. To achieve that you need to edit each file corresponding with post template used: http://screencast.com/t/arZcXGgJn and paste the indicated code under get_title() function. The result will be like here: http://screencast.com/t/ilpOPPKqWI
To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
I used custom ad 1 in this example but you can use any of the custom ad-spot, just update the number from shortcode. Ex: for custom ad 4 the shortcode will be [td_block_ad_box spot_id="custom_ad_4"]Also you can use the ad-shortcode to display ads in post contend. Just paste the shortcode in post editor where you want to display the ad: http://screencast.com/t/NKZwVCHB – http://screencast.com/t/LrLini74nH2
Thanks!
Hi,
Did you send us an email so we can investigate? We cannot do anything from our end and we are not aware of any overheating cpu bug with our theme. The theme works as expected for over 20000 users and among those users there are sites with literally tens of thousands of posts and thousands of visits per day and they have no issues with overloading cpu’s. Please send us an email at the above address so we can take a look. Please also include a link to this topic so we can identify you.
Thank you!
Hello,
If you want to replicate the travel demo on another one, please follow this guide to do it:
https://forum.tagdiv.com/topic/how-to-stop-top-header-image-from-stretching/
If you change the block, it will require further customization as the style was designed specifically for block 5
If you want, you can alter the css for it http://screencast.com/t/KoQBmkEIUgp8
But it will need a bit of customization. (this page is custom made for the travel demo and not a theme panel feature)
Thank you!
Hello,
We have not removed anything from font awesome as it’s not our plugin. If there are options missing from the plugin, please contact the plugin author to check if the option was moved to another area.
Thank you!
Hello,
Unfortunately this is the way our theme works. If you set a sidebar for a specific category, it will show on posts from that category (if the sidebar is set to default). There is no setting for your request. Sorry. You will have to add the sidebars manually if you want them to be different from the category sidebar.
Thank you for your message.
Hello,
1) You can see the size of every thumbnail our theme uses here and the place where it is used: http://screencast.com/t/9oZItg3o1b
It can be a bit confusing at first with modules and blocks but here is a simple explanation.
The MODULE is the base element. A block is simply a container for one or more modules depending on the design. So a block can have multiple image sizes. You can see a list of the modules used on every block here: http://screencast.com/t/fr9FyCbdehG
2) As for the featured image:
https://forum.tagdiv.com/featured-image/ – https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
It can be controlled from the post style: https://forum.tagdiv.com/post-templates-2/
3) I’m not sure what padding you are referring to.
If this is not what you mean, please provide more details so I can better understand how to help.
Thanks.
Hello,
You indeed followed the correct steps. They are better described here:
theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
visual composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
rev slider: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Thank you!
@alberto.donzelli
The thumbnail error issue from the search widget did not get fixed yet. This error only affects post that have no featured image set and only affects module 16. Please change your module from article display view here: http://screencast.com/t/ROEhvVId76
The new revolution slider version can be installed like so: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Thank you!
Hi,
I will add your suggestion to our update list but it’s the development team that decides what gets implemented so I cannot promise anything.
I will pass this information on to the dev. team.
Thank you for your suggestion!
Hello,
It seems this fix was not included in the current update. We overlooked it as it only affects module 16. You can easily switch modules from here: http://screencast.com/t/2XfGcUk8QKZM and there will not be any error on other modules. We will fix it in the next update. Sorry for the inconvenience.
Thank you!
Hello,
The theme has no such option but there is a way to do it. Please follow this topic to see how it can be done:
https://forum.tagdiv.com/topic/different-background-ad/
Thanks.
Hello,
The speces you mention are margins and padding that can be removed with css. As this modification is a substantial one and specific for every case, we cannot do it for you as you have tyo decide what goes where so I will show you hw to do it with an example and then you can apply the method for all the other blocks.
Important note: the vertical spacing cannot be removed. That is the theme width. Our theme was created using a fixed with and if this is altered, the elements will not position propoerly anymore.
All the horizontal ones can be remove though.
You will have to know a bit of css for this. You can use the browser inspector to see the margins and padding:
http://screencast.com/t/oJWhHavwl9R
Then you can create your css code to overwrite the one form the theme.
This code will remove the topo margin and bottom padding for all blocks:
.block-title{
margin-bottom:5px!important;
}
.td_block_wrap{
padding-bottom: 5px!important;
}
But the space between block posts are added on every specific module so you need to inspect them with the browser inspector and remove them for every module type.
The same goes for the header. Different header styles have different margins and padding..
I hope this helps.
Thank you!