Forum Replies Created
-
AuthorPosts
-
Leo
ModeratorHi Timo,
I believe this is due to a plugin conflict.
Can you disable all plugins except WP Show Posts to test?
Let me know 🙂
March 15, 2021 at 5:04 pm in reply to: Post Title & Read More Overlay on Top of Featured Image #28057Leo
ModeratorNo problem 🙂
March 14, 2021 at 2:04 pm in reply to: Post Title & Read More Overlay on Top of Featured Image #28012Leo
ModeratorSorry 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.
March 13, 2021 at 2:13 pm in reply to: Post Title & Read More Overlay on Top of Featured Image #27978Leo
ModeratorHi 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; }
Leo
ModeratorCan you link us to the page in question?
Are there any custom functions added to the site?
Leo
ModeratorHi Gerik,
Have you tried disabling all plugins except WP Show Posts to eliminate any conflicts?
Leo
ModeratorNo problem 🙂
Leo
ModeratorSorry 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/nwAUvvHZ5ZLeo
ModeratorGive 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; }
Leo
ModeratorHi 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 🙂
Leo
ModeratorHi there,
That setting should be under the Content panel of the WPSP list:
https://docs.wpshowposts.com/article/content-overview/#mce_23Let me know if this helps 🙂
Leo
ModeratorNo problem 🙂
Leo
ModeratorThat’s because your original CSS is still added:
img { filter: grayscale(100%); -webkit-filter: grayscale(100%); }
Revmoing that should work.
Leo
ModeratorSorry 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 🙂
Leo
ModeratorNo problem 🙂
-
AuthorPosts