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
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
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.
Hello Joachim,
Thanks for you suggestion. I will definitely add this code in next update of plugin.
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?
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.