• Tabs Responsive plugin not comfortable with slider revolution.
    I created slider with revolution slider and installed Tabs Responsive plugin.
    when i go to slider and try to edit the slider but functions not working.
    But when i create new slider everything working fine.

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

    (@wpshopmart)

    Hi,

    Please follow my steps here to resolve your problem.

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

    Step-2 : Now open here ink folder and then install folder, Here you’ll see a file name is installation.php , open it on any editor.

    Step-3 : Go to near line no. 21 and then find below 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 given 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 code and then check your slider setting.

    Let me know if you will get any problem.

    Thanks

    • This reply was modified 7 years, 11 months ago by wpshopmart.
    Thread Starter kumaresan

    (@kumaresanwp)

    Hi,

    Oh great thanks.

    Can i know the what was problem with this code ?

    And is, there any possibility to html tag in tab title ?

    • This reply was modified 7 years, 11 months ago by kumaresan.
    Plugin Author wpshopmart

    (@wpshopmart)

    This code this display shortocde button on page or post to get tabs shortcode.

    But worry that code not required at front end. You can get tab shortcode from tab setting page also.

    Please rate us if you like this plugin.

    Thanks

    Thread Starter kumaresan

    (@kumaresanwp)

    And is, there any possibility to html tag or class for tab title ?

    Sure i will rate it…

    • This reply was modified 7 years, 11 months ago by kumaresan.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin not comfortable with revolution slider’ is closed to new replies.