-
AuthorPosts
-
March 20, 2015 at 7:22 pm #415477
my configuration: enfold woocommerce and WooCommerce Tab Manager
what i have done in a product-page:
– activatet the checkbox: „Override default tab layout“
– edit the tabs
– then „update“ the product page by clicking the „update“ button.what i would expect
– the induvidual tabs are shownwhat is happend:
– the global default tab is shown [!]
– in the edit-mode: the checkbox: „Override default tab layout“ is deactivatet [!]what i have tested:
Twenty TwelveVersion: 1.6 instead of Enfold: everything is okMarch 22, 2015 at 5:00 am #415861Hi xianeK!
Thank you for using Enfold.
I cannot see any tabs in the page. Where is the actual product page? Note that you can use the advance layout builder for products. Add the tab element.
Cheers!
IsmaelMarch 22, 2015 at 9:08 am #415912This reply has been marked as private.March 23, 2015 at 6:05 pm #416529This reply has been marked as private.March 25, 2015 at 9:01 am #417607Hey!
Sorry for the delay. We don’t have the plugin at our disposal so we need to access the site. Please post the login details here. Set it as a private reply. If possible, please contact the plugin author for more info regarding the issue.
Regards,
IsmaelMarch 25, 2015 at 9:21 am #417617This reply has been marked as private.March 27, 2015 at 12:45 am #418944Hey!
I don’t really know what this happens only with Enfold but i think i found a fix, open /wp-content/plugins/woocommerce-tab-manager/admin/woocommerce-tab-manager-admin-functions.php and look for this line 102:
<label for="_override_tab_layout"><?php _e( 'Override default tab layout:', WC_Tab_Manager::TEXT_DOMAIN ); ?></label> <input type="checkbox" name="_override_tab_layout" id="_override_tab_layout" <?php checked( $override_tab_layout, "yes" ); ?> />
Replace it by:
<label for="_override_tab_layout"><?php _e( 'Override default tab layout:', WC_Tab_Manager::TEXT_DOMAIN ); ?></label> <input type="checkbox" name="_override_tab_layout" id="_override_tab_layout" <?php checked( $override_tab_layout, "on" ); ?> />
Regards,
JosueMarch 30, 2015 at 9:51 am #420287This reply has been marked as private.March 30, 2015 at 9:32 pm #420833Hi!
Do they show up if you activate Twenty Fifteen?
Cheers!
JosueMarch 31, 2015 at 1:53 am #420919This reply has been marked as private.April 2, 2015 at 1:20 am #422227Hey!
Yes, it’s tricky. I think i managed to make it work now, please check it.
I had to edit /woocommerce-tab-manager/woocommerce-tab-manager.php too (changed all iterances of “yes” to “on”).
Best regards,
JosueApril 8, 2015 at 12:16 pm #425189hi josue, thanks for your help! your support is great!
xianeApril 9, 2015 at 5:25 am #425703August 13, 2015 at 9:51 pm #487455Same issue here!
I solved the problem as well … with replacing all ‘yes’ to ‘on’.
/woocommerce-tab-manager/woocommerce-tab-manager.phpThere still issues.
Every time you change something in the product detail page such as prices, you need to tick “Override default tab layout” .
It doesn’t save it. Kind of annoying.
If it is an Enfold problem, i would be really glad if the issue is addressed in future updates.Never the less, *Thumbs up* for the Kriesi Support Team.
-
AuthorPosts
- The topic ‘Cant edit the WooCommerce Tab Manager’ is closed to new replies.