Tagged: "content elements", blog posts
-
AuthorPosts
-
December 4, 2015 at 3:51 pm #547059
Hey Guys,
I’ve just updated to the latest version of Enfold and the ‘Blog Posts’ content element for pages now includes tags/categories automatically, which I’d like to remove from the code vs a simple CSS display none. My logic for doing so is SEO related – I don’t want search engines to crawl category or tag pages, which aren’t great from an SEO standpoint – I’ve already removed them from all other places of my site. It also doesn’t look great where many tags are being used…
I’ve included a screenshot below vs a link to my site b/c I’m running the update locally right now. Any help would be greatly appreciated.
Thanks!
JonScreenshot: http://i.imgur.com/imol9ym.png
December 4, 2015 at 4:19 pm #547075Hey Redsand747!
hm we need to be able to inspect the elements in question. Let us know when you are ready to send us a link to your website and we’ll take a look.
Cheers!
AndyDecember 9, 2015 at 6:52 pm #549925This dude helped me.
—————————————
Hi sunworx!
Please try use the following:
.entry-content-header {
display: none !important;
}let usk now if that helps you out
Best regards,
BasilisDecember 9, 2015 at 11:14 pm #550019I’m having the same issue. Here is a link to the blog in question: http://factory45.co/blog.
I tried this, but still no luck:
.entry-content-header {
display: none !important;
}Looking to remove the tags/categories above the post title on the main blog page. Please advise!
December 10, 2015 at 8:40 am #550217Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-19 span.blog-categories { display:none !important; }
Thanks,
RikardDecember 10, 2015 at 6:51 pm #550622Hi Rikard,
Thanks for the quick response. I added that to my quick css and still no luck. Any other thoughts?
Emily
December 10, 2015 at 9:01 pm #550691Hey!
I tried that though debugger and it worked.
Can you provide us backend access please? It will help us solve it for you asap.Thanks a lot
Cheers!
BasilisDecember 10, 2015 at 9:34 pm #550721Login details attached.
December 11, 2015 at 6:50 pm #551231Hello,
I have the same problem; suddenly tags are shown on the blog page, and I don’t know how to remove them. I tried all your advises, but no luck, is there already an idea how to solve this? For now, I have installed an earlier version of Enfold again.
Thank you,
AlexDecember 16, 2015 at 4:05 am #553430Hi!
@belyeam: We added the code on top of the existing css modifications and it worked which means that there are invalid css codes in the Quick CSS field: http://factory45.co/blog
@Ro_buro: Add this in the Quick CSS field:.blog-categories.minor-meta a { display: none !important; }
Cheers!
IsmaelDecember 17, 2015 at 7:46 pm #554617Hi Ismael,
Thanks a lot – it worked!!
Alex -
AuthorPosts
- The topic ‘Remove Tags from Blog Posts Content Element’ is closed to new replies.