I tried to solve the code bug here: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
I tried to solve the code bug here: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
Hi here there is my solution for use a default template: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
-
This reply was modified 7 years by
ySV.
I tried to solve the code bug here: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
Hi, tagDiv Composer is active! I think that not is a good solution change all posts template to solve this bug! I think you should release an update to fix the bug as soon as possible, for your users.
I tried to solve the code bug here: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
I tried to solve the code bug here: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
I tried to solve the code bug here: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833
Hi.
I have apparently found a way to fix this CRITICAL bug. The developers made a terrible programming error in loop-single.php file.
Solution consists in using the extended td_module_single class when create a $td_mod_single, instead the developers used the main class td_module_single_base.
In addition, it is necessary to insert the social and related posts function to loop-single.php
Code for solve extended class bug:
$td_mod_single = new td_module_single($post);
Code for top social icons:
<?php echo $td_mod_single->get_social_sharing_top();?>
Code for bottom social icons:
<?php echo $td_mod_single->get_social_sharing_bottom();?>
Code for related posts:
<?php echo $td_mod_single->related_posts();?>
-
This reply was modified 7 years by
ySV.
same problem!
The bug there is in default post template
I have the same problem!
Thanks for reply, my ads not is a google adsense ads, but an amazon ads.
Thanks for your answer, i do not use tgComposer for menu, because i made my website with previous theme version and if i use a demo from library there are some bugs and problem for my website.
There is another kind to show on mobile menu section the top bar menu?
Thanks for your reply, how i can add a form checkbox in a feedburner?
I solve my problem with this code, you think that is right?
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852 > a:hover,
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852.sfHover > a, #menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852.current-menu-item > a{
background-color:#028fcb;
}
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852 .td_mod_mega_menu:hover .entry-title a, #menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852 .td_mega_menu_sub_cats .cur-sub-cat {
color:#028fcb;
}
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852 .td-ajax-next-page:hover, #menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852 .td-ajax-prev-page:hover{
background:#028fcb;
border-color:#028fcb;
}
-
This reply was modified 7 years by
ySV.
Thanks for your reply, but i want set different color for different sub mega menu.
Now i use this code for change a background of category menu:
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852 > a:hover{
background-color:#028fcb;
}
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852.sfHover > a{
background-color:#028fcb;
}
#menu-navigation-1 > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.td-menu-item.td-mega-menu.menu-item-2852.current-menu-item > a{
background-color:#028fcb;
}
Can you help me to edit the color of mega menu text only with css code?
sorry but how i can open a mega menu setting in tgComposer?
Can you help me to write a css code for this?
Can i edit the hover and select color text of mega menu?

Sorry i made a mistake when i write question.
I need an hover color for:
– .entry-title
– .read-more
– .load-more
In td_module_17
Thanks for your reply but it work for title, but i need hover color also for read-more and load-more
Can you help me to write a css code, only for change hover color of block header 8?
-
This reply was modified 7 years by
ySV.
Hi Catalin,
I need a script for block user that use adblock.