Home User profile
ySV
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ySV
tagDiv Member
ySV
tagDiv Member
ySV
tagDiv Member

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.
ySV
tagDiv Member

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.

ySV
tagDiv Member
ySV
tagDiv Member
ySV
tagDiv Member

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.
ySV
tagDiv Member

same problem!

ySV
tagDiv Member

The bug there is in default post template

ySV
tagDiv Member

I have the same problem!

ySV
tagDiv Member

Thanks for reply, my ads not is a google adsense ads, but an amazon ads.

ySV
tagDiv Member

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?

ySV
tagDiv Member

Thanks for your reply, how i can add a form checkbox in a feedburner?

ySV
tagDiv Member

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.
ySV
tagDiv Member

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;
}
  • This reply was modified 7 years by ySV.
  • This reply was modified 7 years by ySV.
  • This reply was modified 7 years by ySV.
  • This reply was modified 7 years by ySV.
ySV
tagDiv Member

Can you help me to edit the color of mega menu text only with css code?

ySV
tagDiv Member

sorry but how i can open a mega menu setting in tgComposer?

ySV
tagDiv Member

Can you help me to write a css code for this?

ySV
tagDiv Member

Can i edit the hover and select color text of mega menu?

ySV
tagDiv Member

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

ySV
tagDiv Member

Thanks for your reply but it work for title, but i need hover color also for read-more and load-more

ySV
tagDiv Member

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.
ySV
tagDiv Member

Hi Catalin,
I need a script for block user that use adblock.

Viewing 25 posts - 1 through 25 (of 46 total)