Hi, after installing the plugin, among WordPress menu entries you will find “Tab Manager”: there you can create new tabs. See here
With this plugin you can create “global” tabs, that is tabs visible for all products in your store.
Hi,
I’m having this same issue, there is no option in the admin menu like you show in the screenshot.
Hi,
Sorry for the late reply.
I needed to set different tabs for different products so couldn’t go ahead with the plugin anyway –apologies.
However, me too couldn’t see a “Tab Manager” menu as shown in the screen shot above. I have YITH wishlist plugin installed so both plugings were under a “YIT plugins” menu. The wishlist plugin works like a charm. But I definitively couldn’t see Tab Manager tabs for product tab creation (only the “activate plugin” tab appears).
Cheers,
SFL.
Thanks for the reply, even updating this morning I thought maybe it would be fixed, but no. Had to uninstall. It was also messing with my theme options page, maybe something to do with certain themes??
Too bad I really wanted to use this!
Hi, westwindhw, StayForLunch.
The problem is caused by some plugin which uses the same position as ours. In short, we will send an update to fix this issue.
Thank you for having warned us.
Have a nice day
Hi,
I just installed today and am having the same issue. Has this issue been fixed yet?
Hi kevinli527,
Please add in your functions.php this code:
if( !function_exists('yith_change_menu_position' ) ){
function yith_change_menu_position( $args ){
$args['menu_position'] = 70;
return $args;
}
}
add_filter( 'yith_wctm_post_type', 'yith_change_menu_position' );
Let me know
Hi,
It did not put a menu on the side. However, it did place a “Tabs” option in the “Add New” Menu.
Thanks for the fix.