Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!
    Jon

    Screenshot: http://i.imgur.com/imol9ym.png

    #547075

    Hey 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!
    Andy

    #549925

    This 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,
    Basilis

    #550019

    I’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!

    #550217

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-19 span.blog-categories {
    display:none !important;
    }

    Thanks,
    Rikard

    #550622

    Hi Rikard,

    Thanks for the quick response. I added that to my quick css and still no luck. Any other thoughts?

    Emily

    #550691

    Hey!

    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!
    Basilis

    #550721

    Login details attached.

    #551231

    Hello,

    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,
    Alex

    #553430

    Hi!

    @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!
    Ismael

    #554617

    Hi Ismael,
    Thanks a lot – it worked!!
    Alex

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove Tags from Blog Posts Content Element’ is closed to new replies.