• Resolved StayForLunch

    (@stayforlunch)


    Hello YITH team,

    Just installed the plugin on a localhost install. Could you please tell me how am I meant to create new tabs? The only Tab Manager setting I can see so far is a checkbox to activate the plugin. I’ve nothing else on this Tab Manager settings page. Nothing in single product settings either, nor in Woocommerce settings. I suspect I either missed a clue or have something conflicting with the plugin.

    By the way, can the plugin add pan-site (for all products at once) additional tabs or (and?) are tabs set on a product-by-product basis?

    Many thanks,
    SFL

    https://www.ads-software.com/plugins/yith-woocommerce-tab-manager/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author YITHEMES

    (@yithemes)

    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.

    Thread Starter StayForLunch

    (@stayforlunch)

    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!

    Plugin Author YITHEMES

    (@yithemes)

    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?

    Plugin Author YITHEMES

    (@yithemes)

    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.

    Plugin Author YITHEMES

    (@yithemes)

    Thanks to you!

    Best regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘General Question’ is closed to new replies.