• Resolved slr1979

    (@slr1979)


    Hi,

    I have discovered a conflict between your plugin and Content Aware Sidebars https://ww.wp.xz.cn/plugins/content-aware-sidebars/

    When Tabs Responsive is active and you try to add conditions to a Content Aware Sidebar, there are script conflicts (see console) and the selected condition is automatically deleted before you get a chance to save the changes so you cannot add conditions to the sidebar.

    The developer of Content Aware Sidebar has asked me to refer you the support thread that was started on the plugin page. https://ww.wp.xz.cn/support/topic/conflict-with-tabs-responsive/

    I would appreciate if you could look in the cause of the conflict and rectify the conflict as soon as possible

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    Follow my steps here to resolve your issue.

    Step-1 : open your plugin directory and then open tabs-responsive plugin folder

    Step-2 : Now follow this path ink -> install -> installation.php

    Step-3 : Now open installation.php on any editor, then go to near line no. 25 and then find bewlo code there –

    add_action('media_buttons_context', 'wpsm_tabs_r_editor_popup_content_button');
    add_action('admin_footer', 'wpsm_tabs_r_editor_popup_content');

    Step-4 : replace above code with this code –

    //add_action('media_buttons_context', 'wpsm_tabs_r_editor_popup_content_button');
    //add_action('admin_footer', 'wpsm_tabs_r_editor_popup_content');  

    Step-5 : Save your file and then check your Content Aware Sidebars plugin page.

    Try it and then let me know.

    Thanks

    Thread Starter slr1979

    (@slr1979)

    Hi

    Many thanks for your speedy response. The fix appears to have worked.

    Will this change affect the functionality of Tabs Responsive? Also, I am concerned that your fix will be overwritten should your plugin be updated. Will this become a fix in the next update?

    Thanks

    Plugin Author wpshopmart

    (@wpshopmart)

    It’s happen first an time code which was you have updated on installation.php very important for tabs.

    That code displayed shortcode button on any page or post. SO i can not bale to update it with plugin for every user.

    So yes, you will to save this code for future update. If you will going to update plugin next version then code will be overwritten.

    Hi,

    I’m the developer of Content Aware Sidebars. Thank you for looking into this @wpshopsmart.

    However, the admin screens of my plugin have no text editor, so the user cannot insert shortcodes from those screens.

    I strongly recommend to make appropriate checks (eg. post_type_supports($post_type,'editor')) before applying scripts to admin screens, otherwise there will without doubt be more plugins with compatibility issues with Tabs Responsive in the future.

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello Joachim,

    Thanks for you suggestion. I will definitely add this code in next update of plugin.

    Thread Starter slr1979

    (@slr1979)

    Hello wpshopsmart

    I have just updated to the latest version but the conflict still remains. I am assuming that the suggested fix from Joachim was not included in this update?

    Plugin Author wpshopmart

    (@wpshopmart)

    hello @slr1979,

    Yes we have not included that update in this version. We will require some time to testing on that recommended code . Because may be that if we will add recommended code in plugin then it will be crate an error on user website server.

    I have suggest you to follow that previous steps for resolved your issue.

    Thanks

    • This reply was modified 9 years, 8 months ago by wpshopmart.
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Conflict with Content Aware Sidebars plugin’ is closed to new replies.