Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #535587

    Hi.
    I have a Post Slider on my home page. (4 columns) 12 entries, autorotation active.

    Since the latest update it is now showing category taxonomy titles which it has never done before.

    I have a few of my posts which have 6 or 7 categories and so it messes up my home page post slider layout….

    How do I remove this?

    I have some old code which I got from the Forum here .avia-content-slider .slide-meta { display: none; }
    but putting that in the quick CSS makes no difference.

    How do I remove the Post Slider taxonomy / category headings ?

    Thanks,
    H

    #535657

    * Please also note that if you change the Blog Styling to the new Elegant option it REALLY messes up the Post Slider. It changes the Font Sizes and colour – completely messed up my home page.

    #535744

    Hi!

    Try adding this to your custom CSS.

    .slide-entry .minor-meta { display: none !important; }
    

    If that’s not working then send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    #535883

    Hi @Elliott,

    That worked! Thank you. However, there is another slight problem with the Post Slider.
    The titles for each one overlap with the next when the title is quite long.
    I have a post slider in a One Half section.
    When this is viewed on smaller devices, particularly an iPad (these seem to be somewhere between a ‘normal’ display and automatically changing to a mobile display) the post title descriptions overlap. I will put the link below in private box.

    Thanks for your quick reply.

    H

    #536819

    Hi!

    It doesn’t seem to be happening on my end. Can you take a screenshot of what your seeing?

    Best regards,
    Elliott

    #537002

    Links to screenshots are below.

    It doesn’t happen every time, only when post titles are long.

    Many thanks @Elliott

    #538449

    Hi!

    Ok I see it on the second set of posts. You can try making the font size smaller like so.

    .slide-entry-title a { font-size: 9px !important; }
    

    Or another option would be to cut it off.

    .slide-entry-title { overflow: hidden !important; }
    

    Regards,
    Elliott

    #538667

    That’s brilliant! thanks Elliott. I will have a go at those suggestions and see which one works best.

    If I may ask another question relating to Quick CSS. I have a number of website all with different bits of code in the quick CSS (some of it will be old now and fixed in new releases). Is there a way to add a comment above each piece of code so I know exactly what they do? I know in some case you can put ### to add comments but not sure about the quick css.

    #539353

    Hi,

    You can comment in Quick CSS just like in any other CSS document:

    /* One line comment */
    
    /**
     * Multiple line comment
     */

    Regards,
    Rikard

    #564414

    Hi Guys
    post slider displaying categories (I think) after update.
    I added the above code to CSS but to no evail.
    Help much appreciated
    thanks
    Chris

    #565171

    Hi @fineart,

    Please link to your site so we can have a closer look.

    Thanks,
    Rikard

    #583139

    FYI
    have added the below (to no effect) to custom css

    .slide-entry .minor-meta { display: none !important; }
    .slide-entry-title { overflow: hidden !important; }

    #583314

    Hi!

    As @rikard asked above, can you please post the link to your website so we can look further into it?

    Cheers!
    Yigit

    #584458

    Hi
    link below
    thanks

    #584460

    FYI
    The portfolio categories appear to be only those added recently and not the entire list.

    #585230

    If it helps?
    Login details to have a look around

    #586620

    Hey!

    Please use this instead:

    .blog-categories.minor-meta {
        display: none !important;
    }

    Best regards,
    Ismael

    #586781

    Hi Ismael

    unfortunately didn’t work.

    Any other ideas?

    Thanks
    Chris

    #586783

    Hello

    I used
    .slide-entry .minor-meta { display: none !important; }
    BUT this time placed it at the top of the css and has done the trick.
    Thanks
    Chris

    #588404

    Hi!

    glad you figured it out. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Post Slider Meta Data showing after latest Update to 3.4.2’ is closed to new replies.