-
AuthorPosts
-
July 18, 2016 at 8:23 am #661880
It’s me again :-)
Is there a possibility to place the “Zusätzliche Informationen, Bewertungen etc..” container under the product pictures to the left of the single product page?
That would be great and results in a more compressed design without so much scrolling :-)Thanks !!
JanJuly 18, 2016 at 3:21 pm #662044Hey Jan,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayJuly 18, 2016 at 3:52 pm #662077Hey Vinay,
thanks for your reply!
Here is the link:
http://joleo.de/produkt/stoff/
Login below…Best regards,
JanJuly 21, 2016 at 4:39 am #663177Hi,
Thank you for the info. Please add this in the functions.php file:
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_before_single_product_summary', 'woocommerce_output_product_data_tabs', 20);
Best regards,
IsmaelJuly 24, 2016 at 6:29 pm #664428Hi Ismael,
that work out, but is it normal, that the remove_action does not remove it from the site?
With a display: none; I can do it…
Additionally I want to put it under the two containers (picture+text) on 100% page size.Last but not least :-)
Can I place the additional product picture left to the main picture in one column? (Better in another thread?)Thanks
JanJuly 27, 2016 at 2:59 am #665564Hi,
that work out, but is it normal, that the remove_action does not remove it from the site?
I’m sorry but what do you mean by that? The code should remove the tabs in the original position then put it below the featured image.
Can I place the additional product picture left to the main picture in one column? (Better in another thread?)
Yes, please create a new thread with a screenshot of the layout that you’re after.
Best regards,
IsmaelJuly 27, 2016 at 12:36 pm #665690Hi Ismael,
sorry, that I was so unclear….
To make it simple: The remove_action does not remove anything.Best regards.
JanJuly 29, 2016 at 6:20 am #666485Hi,
I tested the code again but it’s not working. I’m not sure why. Please try this instead:
// custom script add_action('wp_footer', 'add_custom_script'); function add_custom_script(){ ?> <script> (function($){ // woo tabs function i() { $('#top .product .woocommerce-tabs').insertAfter('#top .template-shop .product .single-product-summary'); } i(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
IsmaelJuly 29, 2016 at 7:49 am #666495HA! Perfect!
Now the last to this thread:
These tabs (the content) should cover the full width of the page, not only in the column of the pictures …Thanks for your support Ismael!
August 1, 2016 at 4:11 am #667120August 1, 2016 at 10:25 pm #667484Hi Ismael!
Perfect! I made some CSS adjustments and now I am very happy :-)
Thanks a lot!
JanAugust 4, 2016 at 6:52 am #668407 -
AuthorPosts
- The topic ‘Shop Single Product – Additional Information to the left under pictures’ is closed to new replies.