Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1023664
    John F
    Participant

    Hey Support,

    You previously helped me with this and it was working great, now not working as well.

    The first ethos image is showing something in white while hovering, while the other two are not. How do I get rid of it?

    Thanks!

    #1023680
    John F
    Participant
    This reply has been marked as private.
    #1023849
    Lely
    Moderator

    Hi John,

    Please update this custom CSS:

    .x-post-carousel-meta span.entry-cover-author, .x-post-carousel-meta span.entry-cover-date, .x-post-carousel-meta span.entry-cover-categories:before {
        display: none !important;
    }

    To this:

    .x-post-carousel-meta span.entry-cover-categories, .x-post-carousel-meta span.entry-cover-author, .x-post-carousel-meta span.entry-cover-date, .x-post-carousel-meta span.entry-cover-categories:before {
        display: none !important;
    }

    Those are post categories. Other post might not be assigned to any categories that’s why there’s nothing when you hover.

    Hope this helps.

    #1024177
    John F
    Participant

    Hey Lely,

    Thanks for the response, I’m actually trying to accomplish the opposite. I don’t want anything to show on hover over the images, what CSS do I need? Thanks!

    John

    #1024538
    Joao
    Moderator

    Hi John

    Please add the following code:

    
    .x-post-carousel-meta {
    display: none !important;
    }

    Hope that helps,

    Joao

    #1025898
    John F
    Participant

    Worked great, thanks!

    #1026415
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

    #1027267
    John F
    Participant

    Ok, I was able to fix my woocommerce error, I found that the public html folder was renamed. By changing that back it fixed my store, but now my 4 featured pages on the ethos post carousel have disappeared….any help to fix it would be appreciated!

    #1027554
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! Upon checking I am seeing the 4 pages in your carousel. It is at the top of the page as shown here: http://prntscr.com/bcwn0c

    Are you using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

    Please let us know how it goes.

    #1027972
    John F
    Participant

    I was able to fix it, thanks!

    #1028228
    Christian
    Moderator

    Glad you’ve sorted it out. 🙂

  • <script> jQuery(function($){ $("#no-reply-1023664 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>