-
AuthorPosts
-
December 8, 2015 at 10:08 pm #549271
Hi Ich möchte für jedes Produkt das Produktbild auf die volle Breite bringen.
Darunter den Beschreibungstext.
Jetzt finde ich bei “plugin ergänzungen” nicht einmal das Produktbild einzeln.wie gehe ich vor?
Danke
December 9, 2015 at 11:40 am #549609Hi Tobias-B-Conrad!
Try this code in your Quick CSS field:
.single-product-main-image.alpha { width: 100%; } .single-product-summary { display: inline-block; }
Best regards,
AndyDecember 9, 2015 at 5:28 pm #549888jippi, thanks andy
merry christmas to me.
one more pleas
how to deactivate product picture to open in popup?
Picture shows bigger than lightbox picture.December 14, 2015 at 1:55 pm #552242Hi!
we need a precise link showing the picture in question please, because we need to be able to inspect the elements.
Cheers!
AndyMarch 11, 2016 at 2:39 pm #596887Thank you Andy,
i need some more alignment of the “woocommerce-tabs wc-tabs-wrapper” which should be direct below the picture please.
http://awesomescreenshot.com/0255pcc567this is the CSS used in the screenshot:
/*Produktbild gross*/ @media only screen and (max-width: 989px) { .single-product-main-image.alpha { width: 100%; } .single-product-summary { display: inline-block; } } @media only screen and (min-width: 989px) { .single-product-main-image.alpha { width: 60%; } .woocommerce-tabs .wc-tabs-wrapper { display: inline-block; } }
- This reply was modified 8 years, 8 months ago by Tobias-B-Conrad.
March 12, 2016 at 5:39 pm #597229to be responsive css at the moment (+ width: 100% !important;):
/*Produktbild gross*/
@media only screen and (max-width: 989px) {
.single-product-main-image.alpha {
width: 100%;
}
.single-product-summary {
display: inline-block;
width: 100% !important;
}
}@media only screen and (min-width: 989px) {
.single-product-main-image.alpha {
width: 80%;
}
.single-product-summary {
display: inline-block;
width: 100%;
}
}March 14, 2016 at 2:52 pm #597754Hey!
it doesn’t help us to post any code here. I checked your website and can see that you already achieved what you wanted, as shown in your screenshot. So do you need any more support with this?
Regards,
AndyMarch 14, 2016 at 3:45 pm #597792no it is not like i want:
product picture on the left and description on the right
and below the main description should be full width, is the goal.
The product picture should be 70% width and the short description 30%if you look on the screen shot and on the webpage it is not the same:
how it should be and how it is:
http://www.awesomescreenshot.com/image/1078750/cdb3de24bf26859d6b78d6fd4d46af79this is how i only get it.
http://www.awesomescreenshot.com/0255pcc567—
so the change from the normal product detail page to the page i like, is a bigger picture and the product long description full width below the picture and the short description (both in one row)This would be fantastic
March 14, 2016 at 5:18 pm #597860Hi!
it would be best to contact WooCommerce about it, as you are requesting a customization. Maybe this can help you as well: https://www.woothemes.com/2014/08/five-quick-woocommerce-customization-tips/
Cheers!
AndyMarch 14, 2016 at 5:45 pm #597895Hi Andy,
we did is so far. please give me a last hint will need this also for future client webpages using enfold.
but only if i can present my clients a nice shop and a theme with good support.
the woo page helps me nothing.March 15, 2016 at 9:24 am #598271Hey!
it would require a huge amount of time and customization of the theme and that is why you would need to hire a freelance developer for this job.
Regards,
AndyAugust 1, 2018 at 2:07 pm #992416Hallo,
Gibt es mittlerweile eine Möglichkeit nur die untere Beschreibung bei Woocommerce breiter anzeigen zu lassen ohne dass die gesammte single-product-summary auf 100 % ist und sich dadurch alles andere verschiebt ?
So wie Tobias das bildlich dargestellt hat:
http://www.awesomescreenshot.com/image/1078750/cdb3de24bf26859d6b78d6fd4d46af79Habe das selbe Problem nur das meine Produktbilder nicht so groß angezeigt werden müssen…
Lg
HelmuthAugust 1, 2018 at 3:28 pm #992444Hey!
Nein die Templates haben sich nicht geändert, sodass es noch immer Anpassungen bedarf, um ein derartiges Layout zu erstellen. Es wäre grundsätzlich alles mit einem Child Theme machbar, aber die Anpassungen sind zu zeitintensive, damit wir sie im Rahmen unseres Supportes anbieten können.
LG,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.