Forum Replies Created
-
AuthorPosts
-
Jon
ParticipantPadding is now, correct once I’d removed the height value , but is it possible for equal height for the images?
Jon
ParticipantI originally used a link to some screengrabs, that better illustrated the problem, however when i tried to submit the post I would get this message
ERROR: Your reply cannot be created at this time.
removing the link, has now allowed me to update this thread.Jon
Jon
ParticipantHi Elvin
I’ve not used any Card Styles, so the above CSS, was used to style the Post Inners with the non-pro version (Link caused this: ERROR: Your reply cannot be created at this time.) once I upgraded to the pro version the Post Inner styles disappeared, I did notice in another browser there was a flash of content, so I applied a z-index 1, which cleaned up the issues, so while the z-index has worked, is this correct that moving from free to pro requires additional CSS?
/*WP Show Posts Inner*/
.wp-show-posts-inner {
position: relative;
}.wp-show-posts-entry-header {
position: absolute;
bottom: 5px;
padding: 10px;
background: #b91372;
left: 15px;
border-radius: 8px;
z-index: 1;
}.wp-show-posts-image.wpsp-image-center {
margin-bottom: 0;
}.wp-show-posts-entry-title a {
color: #fff;
}
JonJon
ParticipantHi Elvin
I’ve not used any Card Styles, so the above CSS, was used to style the Post Inners with the non-pro version (Link caused this: ERROR: Your reply cannot be created at this time.) once I upgraded to the pro version the Post Inner styles disappeared, I did notice in another browser there was a flash of content, so I applied a z-index 1, which cleaned up the issues, so while the z-index has worked, is this correct that moving from free to pro requires additional CSS?
/*WP Show Posts Inner*/ .wp-show-posts-inner { position: relative; } .wp-show-posts-entry-header { position: absolute; bottom: 5px; padding: 10px; background: #b91372; left: 15px; border-radius: 8px; z-index: 1; } .wp-show-posts-image.wpsp-image-center { margin-bottom: 0; } .wp-show-posts-entry-title a { color: #fff; }
Jon
Jon
ParticipantHi Elvin
Now that works a treat, thank you 🙂
Jon
Jon
ParticipantHi Elvin,
That didn’t seem to work, still in one-col ?
@media (max-width: 768px) { .two-column-mobile .wp-show-posts-columns .wp-show-posts-single { width: 50%; } .two-column-mobile .wp-show-posts-columns { margin-left: -2em !important; } .two-column-mobile .wp-show-posts-columns .wp-show-posts-inner { padding-left: 2em; } }
Regards
Jon
Jon
ParticipantWow, thank you Tom, any other theme developer would have said, this is beyond the scope of support please hire one of our developers, thank you very much 👍
-
AuthorPosts