We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 43 total)
  • Author
    Posts
  • in reply to: carousel is invisible #29058
    Leo
    Moderator

    Hi Timo,

    I believe this is due to a plugin conflict.

    Can you disable all plugins except WP Show Posts to test?

    Let me know 🙂

    in reply to: Post Title & Read More Overlay on Top of Featured Image #28057
    Leo
    Moderator

    No problem 🙂

    in reply to: Post Title & Read More Overlay on Top of Featured Image #28012
    Leo
    Moderator

    Sorry not sure if I fully understand – might be some miscommunication here.

    The CSS I pointed out is added in the Additional CSS field in the customizer.

    in reply to: Post Title & Read More Overlay on Top of Featured Image #27978
    Leo
    Moderator

    Hi there,

    Can you try removing .wpsp-card from the CSS you’ve added and see if that takes care of both cases?

    .wpsp-card .wp-show-posts-inner {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .wpsp-card .wpsp-content-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5% 8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.35);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(80, 50, 50, 0.5)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, rgba(80, 50, 50, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
    }
    in reply to: Pagination not working #27966
    Leo
    Moderator

    Can you link us to the page in question?

    Are there any custom functions added to the site?

    in reply to: Pagination not working #27915
    Leo
    Moderator

    Hi Gerik,

    Have you tried disabling all plugins except WP Show Posts to eliminate any conflicts?

    in reply to: Problem in mobile Navigation #23681
    Leo
    Moderator

    No problem 🙂

    in reply to: Problem in mobile Navigation #23575
    Leo
    Moderator

    Sorry for the late reply!

    I just checked on my iPhone and the mobile menu is working correctly from what I can see:
    https://www.screencast.com/t/nwAUvvHZ5Z

    in reply to: Lists without images #23186
    Leo
    Moderator

    Give this CSS a shot:

    .entry-content .wp-show-posts-entry-title {
        min-height: unset;
    }
    .entry-content .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 0.5em;
    }
    in reply to: How do I use the image gallery? #23180
    Leo
    Moderator

    Hi there,

    Not sure if I fully understand.

    WP Show Posts is used to display posts.

    If you just want a gallery instead of posts, perhaps using the gallery block (from WordPress) or an actual gallery plugin might work better?

    Let me know if I’m missing something here 🙂

    in reply to: Remove outline of 'Read More' button #13403
    Leo
    Moderator

    Hi there,

    That setting should be under the Content panel of the WPSP list:
    https://docs.wpshowposts.com/article/content-overview/#mce_23

    Let me know if this helps 🙂

    in reply to: Image hover effect #6245
    Leo
    Moderator

    No problem 🙂

    in reply to: Image hover effect #6241
    Leo
    Moderator

    That’s because your original CSS is still added:

    img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    Revmoing that should work.

    in reply to: Image hover effect #6239
    Leo
    Moderator

    Sorry for the late reply!

    Can you try this instead?

    .home .wp-show-posts-image img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
    
    .home .wp-show-posts-image img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
    }

    Let me know 🙂

    in reply to: border width #6180
    Leo
    Moderator

    No problem 🙂

Viewing 15 posts - 1 through 15 (of 43 total)