Hi,
What are you trying to add there? You could use the do_shortcode function to add a block for example, just go to loop-single.php file or other post templates http://screencast.com/t/8IeXdCKghap, depending on where do you want to display this and add your custom made block (use page builder to build your block as you like and then copy the shortcode http://screencast.com/t/Ed8kiEm5Xk3t and add it in the do_shortcode function) like this: http://screencast.com/t/02WxPlCC3vE
This how your code should look like:
<?php do_shortcode('[td_block3 limit="6" header_color="#000000" header_text_color="#ffffff" title_style="td_title_style_1"]'); ?>
Hope this helps!
Thanks!
Hi,
@Christopher/@TheMediumUTM Thanks!
@Rodney828
Have you managed to get the big-slider working? Make sure you have post on the category you have set to be showed in the slider also make sure like @TheMediumUTM said you make sure cache is cleared. Also please provide a link to see this issue.
About the featured image issue please make sure you follow @TheMediumUTM advises.
Thanks
Hi,
Unfortunately at the moment the theme doesn’t support this option and we are searching for a solution to this, we have this on our issue list and we will try to implement this as soon as possible in future updates.
Sorry for the inconvenience!
Thanks for your message!
Hi,
Please send us your site’s URL so we can check this, also do you want the height of the slider to be modified only on desktop screens?
If so you would have to add the css inside this media screen so that it will apply only when your site it’s viewed from screens with the minimum width of 1200px:
* responsive monitor */
@media (min-width: 1200px) {
add your custom css for the slider here
}
Add this in the Custom css filed in Theme Panel.
You could also use the advanced css field to add css only for desktop, tablet or phone: http://screencast.com/t/SnoYInU8
Hope this helps!
Thanks
Hi,
You can add this feature by editing the block you want the infinite load on from here: http://screencast.com/t/6pfOyy1Bl
Thanks
Hi,
Thanks about this suggestion. We will think about this, for the moment I have added this to our list and we will talk about this. Also if more people request this we will implement it.
Thanks
Hi,
Unfortunately this can be done easily, it can be done but with a lot of custom work.
Sorry about this!
Thanks for the message
Hi,
I’m not sure I understand your question. Do you want a white background for all active menu elements?
For example if Home is selected to be shown like this: http://screencast.com/t/PluN07fc3G2 Is this what you are trying to do?
Please let me know and please provide more details.
Thanks
Hi,
For the first matter you can chose the post you want to show and add them using the “Filter by tag slug” feature, so you can add the post you want from a certain category and set them to “random”.
You can chose a specify tag to do this, “category 1” for example and add it at those post you want to add and each time you want to add a new post add this tag to it.
For the second you could use the same “Filter by tag slug” feature and set different tags, specific tags for the post you want in the first block and another for the tag you want in the other block so this way you can control the post which appear in those block and will be unique.
Hope this helps!
Thanks
Hi,
You don’t have to change this from code, you have an option for this in Theme Panel > Post Settings: http://screencast.com/t/yCYnJlddc
For the smaller images although you would have to change the code a bit. Try to change the the td_module_blog.php file like this: http://screencast.com/t/iJ8Szdx2gwWg
Should work using any module except module 1 and 7.
Thanks
Hi,
Please try to regenerate the thumbnails https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If this doesn’t help please send your site URL so we can check.
Thanks
Hi,
Glad you have managed to solve this.
Unfortunately we haven’t made any tests with the VC at 4.3.2 version.
Usually when updating the theme we updated the plugin also but this time we haven’t updated the plugin as we didn’t managed to test it right.
Sorry about this.
Please install the plugin from theme’s files previous version. We will update the VC in the next update and fix this issue.
Thanks
Hi,
You can use this custom css in theme panel > custom css if you want to remove it:
.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
background: none !important;
}
.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}
Thanks
Hi,
Thanks for the suggestion, I will add this to our list and we will think about this.
Thanks for the message
Hi,
Glad that you figured this out in the end.
Thanks for the message!
@TheMediumUTM Thanks!!
Hi,
Please follow this guide https://forum.tagdiv.com/ads/ and make sure you have added the ads correctly, also make sure the ad code works.
If you can’t manage to figure this out please send first an URL to your site so we can check this.
Thanks
Hi,
You can find all font option in theme panel > custom typography both for posts/pages.
We thought this like when you want to change the page content you have to change the excerpt, block title, widgets title or page title.
If you want other type of content on your page you can target it and change it via css.
Thanks
Hi,
@Christopher Thanks!
You can do it like @Christopher suggested or you can add this filter in your functions.php file like this: http://screencast.com/t/68OrWnaX
add_filter('body_class','td_my_custom_class_names_on_body');
function five_posts_on_category( $query ) {
if ( $query->is_category() && $query->is_main_query() ) {
$query->set( 'posts_per_page', 5 );
}
}
add_action( 'pre_get_posts', 'five_posts_on_category' );
Change the $query->set( 'posts_per_page', 5 ); value from 5 to the number of posts you want to display on your category page.
Hope this helps!
Thanks
Hi,
I have checked your site and noticed that the font it’s the same for all excerpts and the title also regarding block 6 http://screencast.com/t/yUzf4lM0
Also tested to the custom typography feature and seems like it works just fine for me.
Please provide more details if you haven’t managed to solve this.
Thanks
Hi,
Unfortunately we don’t have a feature like that, you can do it by using this custom css:
.home .span4 .wpb_widgetised_column {
background-color: lightgray;
}
Add it in Theme Panel > Custom CSS to change the background on your Homepage, you need other css if you want to change it on other templates as well, for example to change the background-color on posts page you have to use this css:
.td-post-sidebar {
background-color: lightgray;
}
Hope this helps!
Thanks
Hi,
I have tested this on an IE8 emulator and it was enough just to lower the font-size for you menu items like that and the last menu item aligned back next to other after that.
Glad you solved it.
Thanks for the message
Hi,
I have added this to our todo list and we will implement this in future updates.
Thanks
Hi,
If you want to remove them from each text widget with tabs use the css:
.widget_text .wpb_tabs ul {
list-style: none;
}
Thanks
Hi,
I understand, you can chose which way you want if you want that the site to be faster you can try to modify the code as you like but we can’t help you on that.
If you are interested to increase the speed of your site you might want to check (if you haven’t done this already) this page-speed guide https://forum.tagdiv.com/pagespeed-guide/ or this topic https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!
Thanks