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
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
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
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
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 :)