- This topic has 11 replies, 4 voices, and was last updated 10 months ago by
David.
-
AuthorPosts
-
August 2, 2019 at 9:35 am #974153
Jordan
How can I remove the stacked gallery on the single product page and use the Woo Commerce gallery?
August 2, 2019 at 9:39 am #974161David
StaffCustomer SupportHi there,
you would need to:
1. Go to Appearance > Elements and delete ( save as draft ) the two hook elements:
Gallery Stack
Close Summary Wrap2. In Customizer > Additional CSS and remove this block of code:
/* Stacked Gallery for desktop and sticky summary */ @media (min-width: 768px) { .woocommerce-product-gallery { display: none; } .woo-sumamry-wrap { display: grid; grid-template-columns: 60% 40%; grid-template-rows: auto; margin-bottom: 80px; } .woo-gallery-stack { grid-column: 1; grid-row: 1 / 3; } .woo-gallery-stack img { margin-bottom: 20px; } .woocommerce-tabs { grid-column: 1; } .woocommerce div.product div.summary { grid-column: 2; grid-row: 1; margin-left: 80px; position: -webkit-sticky; position: sticky; top: 105px; bottom: 100px; padding-right: 80px; } .single-product span.onsale { position: absolute; top: 0; } }
This will return the normal gallery as is displayed on Niche in Mobile view.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 29, 2020 at 2:56 am #1260846Guillermo
Hi, I’ve tried your code but it’s not working.
https://aula.artesanosfeliperoyo.com/cursos/metodos-de-muestras/
Thanks!.
April 29, 2020 at 8:12 am #1261392David
StaffCustomer SupportThe Site already has those two elements added – they need to be deleted.
And the site already has that Additional CSS – that needs to be deleted.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 29, 2020 at 9:52 am #1261591Guillermo
Sorry, I didn’t read “remove”, I just added the code. It works… but I would like to keep that sticky right column.
So is there a way to have the old design (two columns including description), but the sticky column as well?
Thanks.
April 29, 2020 at 5:08 pm #1262118Tom
Lead DeveloperLead DeveloperHi there,
Would it need to be sticky if there’s nowhere to scroll? Seems your site isn’t viewable right now so I can’t check it out.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 30, 2020 at 12:12 am #1262398Guillermo
Hi,
I’m really sorry if I can’t explain myself better, it must be frustrating help other people with this barrier(language).So!, I have undone all changes, and removed the gallery. As you can see, it still have the sticky effect.
In the circle it should appear the gallery.
Thanks for all your support.
April 30, 2020 at 4:39 am #1262778David
StaffCustomer SupportCan yo remove your Coming Soon page so we can see the site ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 30, 2020 at 7:03 am #1263043Guillermo
It’s already removed, can it be the cache?
It’s weird because I never actived since I open the ticket.
April 30, 2020 at 7:37 am #1263089David
StaffCustomer SupportI am just seeing the orange icon and a message: ‘Stay tuned’ – this is on a cacheless browser….
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 30, 2020 at 7:46 am #1263108Guillermo
The plugin is deactivated.
I’ve tried with Chrome, Opera and Firefox on private mode.
If I scan the site using pagespeed everything looks fine.I’m trying to figured out what is the problem and it doesn’t make any sense. I’m going to ask my server provider, just in case…
Sorry for the inconvenience.
April 30, 2020 at 9:14 am #1263434David
StaffCustomer SupportNo problem.
Let us know if you need any further help.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.