How do I verify purchase code? I have it, but didn't want to post it publicly.
I have a shortcode block on a page, containing 3 service icons (2 on left, 1 on right). I am trying to place a image gallery (or any content really) directly underneath the service icons. However, it's not rendered at all (I've tried a gallery plugin, but that's rendered on top).
The example URL (http://breens.be/vdooexample/what-we-do/) shows the gallery not appearing at all. View the source, and search for "<ul class="wp-block-gallery columns-4 is-cropped">" . It's there, just not being shown.
Here is block layout of the example page showing the gallery and where it's supposed to be. Doesn't really matter what I put there, it's not rendered correctly, even when I add a 4th [service] item.
Also attached to this post is a screenshot of "rendered on top" problem with my gallery plugin.
I've tried surrounding the services in a <div>, placing horizontal rulers around my gallery etc etc, but can't get it to display. What am I doing wrong?
When I do that, I get the result seen here on this test page (you have to be logged in): http://voodooimmersive.com/255-2/. Essentially the gallery appears above everything and on top of the page, no matter where it is placed in the blocks.
I originally thought the problem was due to this plugin, until I tested with text / and wp block galleries and still had issues. I've already tried replicating the solution you gave for WP galleries for the gridkit css classes but no success.
FYI, This is the live install of this website which is currently behind a coming soon page. I've created the same user as before for you on this install.
How do I verify purchase code? I have it, but didn't want to post it publicly.
I have a shortcode block on a page, containing 3 service icons (2 on left, 1 on right). I am trying to place a image gallery (or any content really) directly underneath the service icons. However, it's not rendered at all (I've tried a gallery plugin, but that's rendered on top).
The example URL (http://breens.be/vdooexample/what-we-do/) shows the gallery not appearing at all. View the source, and search for "<ul class="wp-block-gallery columns-4 is-cropped">" . It's there, just not being shown.
Here is block layout of the example page showing the gallery and where it's supposed to be. Doesn't really matter what I put there, it's not rendered correctly, even when I add a 4th [service] item.
Also attached to this post is a screenshot of "rendered on top" problem with my gallery plugin.
I've tried surrounding the services in a <div>, placing horizontal rulers around my gallery etc etc, but can't get it to display. What am I doing wrong?
Hello Jan,
is it possible to send us wp admin access in a private comment?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi Support,
Any luck or progress? We were planning on launching this page on Friday.
Regards?
Jan
Hi try adding
.container .wp-block-gallery {
display: inline-flex !important;
}
in customizer -> additioanl CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
that worked, but only for wp block galleries, not any other content. Thanks!
Sorry Jan, which other content to be more exact: did you add another block? If yes where and which type?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi Support,
Thanks for following up. My original plan was to use our normal gallery plugin (gridKit, link here: https://en-gb.wordpress.org/plugins/portfolio-wp/) instead of the normal wp block gallery.
When I do that, I get the result seen here on this test page (you have to be logged in): http://voodooimmersive.com/255-2/. Essentially the gallery appears above everything and on top of the page, no matter where it is placed in the blocks.
I originally thought the problem was due to this plugin, until I tested with text / and wp block galleries and still had issues. I've already tried replicating the solution you gave for WP galleries for the gridkit css classes but no success.
FYI, This is the live install of this website which is currently behind a coming soon page. I've created the same user as before for you on this install.
Jan
Hello Jan
Try adding
.crp-content {
display: block;
float: left;
width: 100%;
}
in customizer -> additional CSS for gridKit
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
awesome, that worked. I'm just working on swapping out the page now. Thanks support, much appreciated!