I’m using the WPC Badge Management for WooCommerce plugin, which I find really useful. However, I’m currently encountering an issue when trying to use it alongside Elementor with the Loop Grid widget and a custom-made template in the loop.
Unfortunately, the badges created using the plugin are not displaying correctly in my setup. I’d like to request more information or assistance regarding this. Specifically:
Any guidance on how to make the badges compatible with Elementor’s Loop Grid widget would be greatly appreciated.
Thank you in advance for your support!
]]>This does not seem to work anymore unfortunately. Galleries are now bound to the regular grid.
Which is a pity, because Hamilton is still a wonderful template.
]]>align-items: stretch
is put onto this selector .elementor-loop-container:not(.elementor-posts-masonry)
but (i guess depending on what widget youre using within the loop; im using Call To Action), the container inside that actually has the background doesnt stretch. The direct child data-elementor-type="loop-item"
is stretching but theres several layers between the grid parent and the widget which in my case is .elementor-cta
. For now I’m giving applying these styles but if you toggle them off, youll see the actualy cta widget doesnt stretch
`selector .elementor-loop-container:not(.elementor-posts-masonry) [data-widget_type=”call-to-action.default”] {<br>height: 100%;<br>}</p>
<p>selector .elementor-loop-container:not(.elementor-posts-masonry) [data-elementor-type=”loop-item”] .elementor-cta {<br>height: 100%;<br>}
`
]]>Note, I wish it showed up better in the WP plugin directory search, since it would have saved me so much pain. Oddly, even search the exact name usually doesn’t bring it up.
]]>I would like to know if it is possible to make the GiveWP Form Grid filterable. We are currently setting up a crowdfunding site on WordPress with Elementor Page Builder and would like to give donors the ability to filter and search the created and published funding projects. Unfortunately, I have not found any solution or function with GiveWP so far. I appreciate any help. Thank you very much!
Cheers, Francesco
]]>I want to add the category, filtering and search functionalities on the Case Studies page.
Currently, there is only one column there. I want to change it to a 3*2 grid (3 horizontal, and 2 vertical).
I compared several ways to achieve that, such as Search & Filter, Elementor editing, Templates (Loop Grid), Pages (Edit Loop Gird). However, none of them look good.
Does anyone know how to achieve that via Elementor?
Thanks in advance!
]]>I want to add the category, filtering and search functionalities on the Case Studies page
Currently, there is only one column there. I want to change it to a 3*2 grid (3 horizontal, and 2 vertical).
I compared several ways to achieve that, such as Search & Filter, Elementor editing, Templates (Loop Grid), Pages (Edit Loop Gird). However, none of them look good.
Does any one have any suggestion?
Thanks in advance!
]]>