grid products gallery plugins wordpress - wordpress

did anyone know Wordpress Plugins Grid Products Gallery with left-right image display for each item. for example like this URL http://mwa.eu/products/ ?
is there any wordpress plugins or template like that?

It could be easily done by changing CSS on every second image element of the grid from float left to float right.
If you have some experience in CSS and HTML it's a 5 minutes work, assuming you have some basic layout.

Related

CSS - Float Left makes Div disappear

Using Divi in Wordpress.
I have 2 (among many) blog posts, one built without the Divi Builder(earlier on), the other built with Divi Builder.
This one was built without the Divi Builder and works nicely. I set float:left on article div.et_post_meta_wrapper and it looks as I want, with the Text wrapping around the image.
Working Post
This one, with the exact same CSS but was built with the Divi Builder, when I turn on float:left, it makes the entire Div disappear.
Broken Post
Can someone find the problem for me?

Set all the pages layout to elementor full width

Facing some challenges in changing the default theme page layouts to elementor full width.
A single post or single page layouts are unable to be accessed for changing the layout structure. Any help would be appreciated.
Have you tried reinstalling Elementor?
Try it.
If it doesn't solve the problem, simply recreate them with elementor or you can just use wp plugins.
A Full-Width Page means the content spans from right to left and takes the full 100% of the screen's width.
With Elementor there numerous ways to do this, here are three:
Use a Full-Width page template
Use the Canvas page template
Stretch the sections.
Details of the explanation can be found here: https://docs.elementor.com/article/40-full-width-page
Hope this maybe of your help, Please let me know, thanks.

Avada Fusion - Top nav menu aligned left

I'm using one of Avada themeforest themes. I'm trying to build a very basic website identical to this in layout. I can't figure out how to get the top menus to the left next to my logo and ideally would like a very simplistic hover menu function rather than some elaborate accordian.
I've tried adding CSS within fusion builder / wordpress but to no avail.
here's my inspiration:
http://caralimccall.com/
thanks and any help would be great!!

Wordpress: How to display multiple images from each post on the list page

I have a wordpress question.
Each post has multiple thumbnails, company logo and description. See the mockup: http://d.pr/i/19rBb
And on the homepage, I would like to display all the thumbnails minus the company logo. See the mockup: http://d.pr/i/zyRe
What's the best way to accomplish it? I would like to understand the concept more than the code.
Thanks!
Probably lots of ways. If you can give the logo thumbnails a different class or tag or otherwise give them an attribute that's distinct, then you can use CSS to display:none them on your home page only. You do that by adding code that basically says "if this page is the frontpage" img.logo_image {display:none;} "end if"
I there is a div around the images you want to hide the dive might be there but have no image in it. You'd then use jQuery to select the parent div of the image and display:none that div.

WordPress Weird Margin on Product Items

http://snappyblue.com/
Where is this margin coming from?! I have tried doing all kinds of fixes with the styles in WordPress and nothing seems to fix the products which are list items under an unordered list. The products seem to have a great margin at the top and are ordered like a ladder. I've tinkered with it using firebug as well. Please help.
Please a the snippet of code from your WordPress stylesheet (css) file. So we can see what the problem is. You can get there by going to your admin panel > Apperances > Editor. Then on that the right sidebar go to your Style

Resources