- This topic has 11 replies, 4 voices, and was last updated 7 months, 3 weeks ago by
Tom.
-
AuthorPosts
-
May 27, 2020 at 4:52 pm #1304231
Alan
I set up a 4 column grid using the LGC plugin and my photos are being cropped. I cannot figure out what the problem is. I do not like the Gutenberg editor, so prefer to work in the classic editor text view, which is why I am using this plugin.
Please let me know if you see anything.
The code that I used is as follows:
[lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”false”]
<h3 style=”text-align: center;”>Argentina FAQ</h3>
[/lgc_column]
[lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”false”]
<h3 style=”text-align: center;”>Argentina Weather</h3>
[/lgc_column]
[lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”false”]
<h3 style=”text-align: center;”>Argentina Accommodations</h3>
[/lgc_column]
[lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”true”]
<h3 style=”text-align: center;”>The Best Places to Visit in Argentina</h3>
[/lgc_column]May 27, 2020 at 9:03 pm #1304349Leo
StaffCustomer SupportHi there,
Is this newly built content?
If so I would highly recommend using the Grid blocks from our new favorite plugin GenerateBlocks:
https://wordpress.org/plugins/generateblocks/
https://docs.generateblocks.com/article/grid-overview/LGC is really an outdated way of creating columns and I would highly recommend adopting the new method.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 28, 2020 at 2:21 am #1304652Alan
I am moving an existing, fully built site to GP since the old theme is no longer being supported. Before submitting the support ticket, I tried to use the Block Editor, but I really don’t like it. That is why I am using LGC for now…
May 28, 2020 at 2:49 am #1304680David
StaffCustomer SupportHi there,
can you disable the Lazy loader as i believe this may be causing the issue.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 28, 2020 at 2:52 am #1304694Alan
that worked…so I assume that I should disable on a page by page basis, rather than globally, right?
May 28, 2020 at 3:12 am #1304718David
StaffCustomer SupportMost lazy loaders have a way of excluding images by giving them a CSS Class – then you could apply that to any within a LGC maybe ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 28, 2020 at 3:15 am #1304721Alan
Can you give a specific example of what I could try?
May 28, 2020 at 4:18 am #1304773David
StaffCustomer SupportCheck the plugins documentation – can’t say for certain but they generally have a field in their Settings where you can add a class for excluding images.
Then you can add that Class to your img HTML e.g
<img class="your-no-lazy-class"> src="url_to_image" />
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 28, 2020 at 12:46 pm #1305510Alan
ok. thanks,
May 28, 2020 at 2:30 pm #1305617Tom
Lead DeveloperLead DeveloperYou can try setting the
equal_heights="false"
option in your shortcodes as well.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 28, 2020 at 4:40 pm #1305704Alan
Tom, that worked even after I re-activated the lazy loading feature on the page.
Thanks,
May 29, 2020 at 9:02 am #1306613Tom
Lead DeveloperLead DeveloperYou’re welcome 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.