Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
December 2, 2014 at 12:12 pm in reply to: Soundcloud Player in/after product short description #132777
It does not seem possible.
The shortcode or html-iframe code is displayed as text and will not be interpreted.My solution insert the player with jquery after the short description div. It is not a “nice” solution.
Do you know a better way? How can I insert your “swift generator – raw html”-div after the short description?
Attachments:
You must be logged in to view attached files.I found a solution.
First:
Add this filter to functions.php: (4 products per row on the team section).function woo_product_columns_frontend() { global $woocommerce; $columns = 4; return $columns; } add_filter('loop_shop_columns', 'woo_product_columns_frontend');
Install this plugin:
http://jameskoster.co.uk/tag/product-archive-customiser/
..and change the settings: WooCommerce -> Settings -> Product Columns -> 3.Conclusion:
There are 4 products per row at all pages except the archiv/shop-page.Ok. In other words.
I need this filter only on the teampages (www.url.com/?team=name).
The shop-page should display further 3 columns. Is this possible?function woo_product_columns_frontend() { global $woocommerce; $columns = 4; return $columns; } add_filter('loop_shop_columns', 'woo_product_columns_frontend');
Thank you for the fast reply @Kyle.
It have to be possible in principle!
If I specify 4 columns in this WooCommerce-Plugin (https://wordpress.org/plugins/woocommerce-poor-guys-swiss-knife) it works! (but this results into this problem: http://support.swiftideas.net/forums/topic/shop-looks-funky/).Is there still a possibility?
Check the “Product columns per page:” section in “A Swiss Knife for WooCommerce -> Shop settings”. Leave this field blank and you can use this plugin.
I have the same problem.
For me the plugin “A Swiss Knife for WooCommerce. Version 1.9.4” tries the error.Thank you.
Hello?
Support Policy
We aim to respond to all posts within 48 hours (Monday-Friday), but in most cases we usually manage to reply less than 24 hours. We work on the oldest topic first, so adding a new comment will take you to the back of the queue. We do also try our best to reply on weekends if we have time.
Please be patient, we appreciate it 🙂
I have the same problem with the latest theme-version.
-
Posted in: We hit Power Elite.