• Resolved ramonjosegn

    (@ramonjosegn)


    Hi dear

    I like me use another plugins for shortcodes too but I can look Mythemeshop shortcodes use a generic names (button, tab, etc) and not compatible names for the shortcodes.

    Not option fon more compatibility with another plugins?

    Thanks for support

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    You can add the following to your theme’s functions.php to prevent all shortcodes getting replaced

    
    remove_action( 'after_setup_theme', 'mts_wpshortcodes_add' );
    

    And then registering only the shortcodes you only need which is shown in wp-shortcode.php line 43-85

    For example, you only want the brown button:

    
    add_shortcode('button-brown', 'mts_button_brown');
    

    Thank you

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Ok thanks for support

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    Glad that helps.

    If you liked the plugin and the support, please feel free to review us here:
    https://ww.wp.xz.cn/support/plugin/wp-shortcode/reviews/?filter=5#new-post

    Nonetheless, please remember we are just a thread away if you need any assistance.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Not option for compatible with another plugins?’ is closed to new replies.