Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #821142

    Hi there! I’m trying to remove the categories from the post slider. The client only wants the publication tag to be visible and the rest to be gone. I can’t get rid of any of the category tags. :(

    The site is http://michaeljwrites.com

    I’ve added the following code to the general stying page:

    .entry-meta .byline, .entry-meta .cat-links { display: none; }
    .entry-meta .posted-on { display: none; }
    
    .page-id-734 .avia-content-slider.avia-builder-el-2 .blog-categories, 
    .page-id-Homepage .avia-content-slider.avia-builder-el-2 .slide-entry-excerpt,
    .page-id-734 .avia-content-slider.avia-builder-el-2 .slide-meta slide-meta-comments,
    .page-id-734 .avia-content-slider.avia-builder-el-2 .slide-meta .slide-meta-del {
       display:none!important;
    }

    Thank you in advanced!

    • This topic was modified 7 years, 11 months ago by Lara.
    #821289

    Hey Lara,

    This is not very feasible to do via css, you have to modify the post slider template to either not show any category besides publications or to give these category links different classes and then try to control what is shown via css. I’m afraid this kind of customization is not covered by our support, but you could hire a freelancer to do it for you.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #821694

    Well that blows. :(

    I can’t afford to hire a freelancer because I am the freelancer. Could you send me in the right direction? Would I have to edit the php code?

    #821702

    Or is there a way to make all the categories go away?

    #821791

    Hi Lara,

    Yes, making them all go away is easy, leaving the first one is also possible, but leaving just publications will require a custom solution. So which is it that you choose now?

    Best regards,
    Victoria

    #822039

    If I could make them all go away; that would be so lovely. On the blog as well.

    #822241

    My client really wants the publications to show. This is his priority.

    #822652

    Hi Lara,

    Like I said before, this is not something that can be done with a small code snippet, and so it is not covered by our support, but you could hire a freelancer to do it for you.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #822663

    You said making them all go away is easy. Could you please show me how to do that?

    #822821

    Hi Lara,

    I don’t see categories any more. Did you manage to hide them?

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.