• Resolved TeamGuerreras

    (@teamguerreras)


    Good morning, my website is https://www.teamguerreras.com/ I am trying to make this work as some of my posts need to have one tab in Spanish and one in English. I activiated the plug in, went into posts and in text viewer I added the provided code.

    But it’s not working (current work is in draft as my site is live and I cannot publish it) It just shows when I do the preview of my post as SPANISH – body of post and then at the end of the body a title that reads ENGLISH.

    Ideas or help will be appreciated

    https://www.ads-software.com/plugins/tabby-responsive-tabs/

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

    (@numeeja)

    Some javascript in the theme causing this.

    It appears to be related to:
    renden/lib/scripts/plugins/ResponsiveSlides/responsiveslides-call.js

    Check this by commenting out line 154 of the theme’s functions.php:

    //	wp_enqueue_script( 'thinkup-thinkupslider-call' );

    Thread Starter TeamGuerreras

    (@teamguerreras)

    Should I add that in the theme’s functions.php???

    Plugin Author cubecolour

    (@numeeja)

    No. Look for that line in the theme’s functions.php. This was line 154 in the current version of the theme downloaded today from the www.ads-software.com themes directory. Once you have found that line you can comment out the line (by adding the two slashes) to confirm that this was the file breaking the Tabby Responsive Tabs plugin by seeing that commenting it out fixes that issue.

    Then whether you keep it commented out or then uncomment it and look into how to fix it is up to you.

    Some default functionality of the theme will no longer be available if you comment out that line. The functionality provided by the script may or may not be something you are using on your site.

    Thread Starter TeamGuerreras

    (@teamguerreras)

    This worked perfectly…Thank you! you made my day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘This plug in not working in Renden theme’ is closed to new replies.