Viewing 2 replies - 1 through 2 (of 2 total)
  • Also have the problem in IE9 toggle text is missing and slide can’t be opened.

    I also had this problem in ie) and 10. No text and content didn’t slide out.
    I made a solution even though you have to hack the plugin a bit, which isn’t good praxis cause it will be overwritten next time you update the plugin. Anyway, here’s how I did it.

    In the file tab_slide.js row 144 I added:
    jQuery(settings.toggleEl).append(titleWrapDiv);
    (In the end of the “if msie statement”)

    In the file ts.css row 106 I removed the styles in .newline

    That fixed it in my case. On Wp 4.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tab slide not working in IE, toggle text missing’ is closed to new replies.