Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #535315

    Hi,

    Thanks for your work and your great update

    I’ve a problem with taxonomies displaying in blog grid as you can see in private link

    I remove those in Dashboard > Enfold > Blog Layout, it works on posts but not in blog grid

    I try modifying loop-index.php but i didn’t succeed to resolve this.

    Thanks for your help

    #535533

    Hey serge esteves!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .slide-content { display: none !important; }

    Cheers!
    Yigit

    #535649

    Thanks Yigit,

    But I’m SEO, and i don’t want Google see those links and CSS is not enough to do that, links are still there in source code.

    Could you help me with php code, please.

    Thanks

    Serge

    #535656

    Hi!

    Please go to Enfold/config-templatebuilder/avia-shortcodes and open postslider.php file and find

    		                        $output .= '<span class="blog-categories minor-meta">';
    		                        $output .= $cats;
    		                        $output .= '</span>';

    and comment it out as following

    		                        //$output .= '<span class="blog-categories minor-meta">';
    		                        //$output .= $cats;
    		                        //$output .= '</span>';

    if you would like to apply the changes on your child theme, please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Cheers!
    Yigit

    #535693

    Perfect, it works great, I remove date too within the same file and i used the method in enfold child of course

    thanks again and “Bravo” for this best theme in the world :)

    • This reply was modified 8 years, 5 months ago by serge esteves.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove taxonomies from blog grid entries ?’ is closed to new replies.