Hi,
You could try to structure your condition something like this:
if (!empty(td_global_blocks::get_instance('td_ad_box'))) {
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
}
else {
place here the code for the header without the ad
}
If you don’t know how to do this I recommend you to hire a developer to do it for you.
Hope this helps!
Thanks
Hi,
Thanks for your suggestion, we will consider this, like I said this is on our todo list from version 4 update and it will be implemented as soon as possible.
Thanks for understanding!
Hi,
Glad you have fixed it. I’m not sure, must have been some error within the child theme, so that’s why this issue appeared when you have activated the child theme, it was only within child theme not the main theme.
Thanks
Hi,
Now I noticed that I didn’t gave you the code right, I have added by mistake this line add_filter('body_class','td_my_custom_class_names_on_body'); so you have to add only this function http://pastebin.com/Rsqty7FV in your functions.php file and yes at the end, make sure you add it like this: http://screencast.com/t/ukaVQXIZ
I have tested this and should work fine just make sure you remove the previous code and paste this one correctly or remove only the line I have added by mistake.
Sorry about this!
Should work fine http://screencast.com/t/0TjSRumeB
Thanks
Hi,
I have tested this and seems to work fine with themes latest version.
Please check the console when you are trying to save some settings for newer categories, may be from a JavaScript error.
Also send your site’s URL so we check this.
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
Please try this css:
.blog-stack .sf-menu .current-menu-item a, .blog-stack .sf-menu .current-menu-parent .current-menu-item a, .blog-stack .sf-menu .current-menu-parent > a, .blog-stack .sf-menu > li:hover > a, .blog-stack .sf-menu ul li:hover > a, .blog-stack .td-post-text-content .more-link-wrap:hover a, .blog-stack .sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat, .blog-stack .sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat:hover, .blog-stack .td-mega-menu .block-mega-child-cats a:hover, .blog-stack .td_mod_mega_menu:hover .item-details a {
color: #3daced !important;
background-color: #ffffff;
}
Remove the classes for hover if you don’t want this effect to happen when a menu item is hovered.
Hope this helps!
Thanks
Hi,
Glad you have managed it!
Thnaks
Hi,
Can you please send your sites’s link so I can check this?
If you are you using CDN this may cause the issue as your CDN delivers the files at the original size.
You could also try to regenerate thumbs https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Hope this helps
Thanks
Hi,
Yes, modify the font-family property with your font and just add the custom css in theme panel > custom css.
If you want this font to apply only on front page (add .home) or only for block 6 you may want to add .td_mod9 class.
This css:
.td_mod_wrap .entry-title a {
color: #222222;
font-family: ‘open-sans’,sans-serif;
font-weight: normal;
}
..will change all titles for all block regardless the page.
Hope this helps!
Thanks
Hi,
I believe you are referring at pages, we will think about it, at the moment we have this on our list.
Thanks
Hi,
I suggest you try to find a plugin that dose that, like https://wordpress.org/plugins/go-live-update-urls/ or similar.
Thanks
Hi,
Should work, we have worked at this in the last update, also added a new feature for post views count in Theme Panel under Post Settings to update the post views count for both pages and single post page if you have a caching plugin active http://screencast.com/t/nRx0wXt82
Please also try to deactivate all plugins except those theme requires and check to see if the popular 7 days post sorting starts working. Also please send a link to your site and point out where do you use these feature.
Thanks
Hi,
Please send me your site’s URL and point me which images you want to upscale. I’m not sure what do you want to do but the feature image from the top of the post is already at 700px width, that is the base width of the feature image.
Please provide more details and a case in which your issue appears.
Thanks
Hi,
Tested this in my case and looks normal, no change http://screencast.com/t/c4kxEjEX0 so it’s not theme related.
My guess this comes from a plugin, I have checked your site for this and noticed these other link from your content http://screencast.com/t/8LU1q2SK6P the same may happen in case of home.
Disable some plugins and check to see if the issue is still present.
Also noticed that your menu http://screencast.com/t/qUGL7h9N02 would look much nice if you change it to white using this option http://screencast.com/t/05idrUiXobAv\
Thanks
Hi,
You have to edit the td_more_article_box.php file and change the name like this: http://screencast.com/t/XYbzqiGonT3P
This should do it for you as it isn’t any option for this in theme panel http://screencast.com/t/d9WnuKffGh6o
Thanks
Hi,
Thanks for your suggestion I have added this on our list and we will consider this.
Thanks!
-
This reply was modified 12 years by
Lucian.
Hi,
Like I said here we usually include the VC plugin at it’s latest version when we update the theme.
Unfortunately we hadn’t made any test with the VC latest version an we didn’t included it in the last update.
You can use this version of VC if you want and try to find a solution yourself or wait until the next update and we will test the plugin and fix this.
Sorry about this!
Thanks
Hi,
This is a common issue using the speed booster plugin, regarding theme color you can try this solution.
Regarding fonts you can try to remove the fonts you don’t use from here and see if this makes a difference.
Of course the best way would be to disable the plugin.
Also try to delete and install the speed booster plugin from the latest theme version files (4.2) I have tested this and seems that this issue don’t happen anymore.
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
And do you still have this problem with the menu?
Please let me know.
Thanks
Hi,
Please try to add it like this:
body {
font-size: 16px !important;
}
Please let me know if it’s working.
Thanks!
-
This reply was modified 12 years by
Lucian.
Hi,
The big slide issue appears if you have CDN/cache and you didn’t reset it. Please make sure you clear CDN cache and also clear your browser cache. This may cause this issue as your CDN delivers the old versions of the files.
Hope these helps!
Thanks