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

    (@jgardner03)

    Hi Ballio,

    Thank you for using my plugin. It’s not a CSS style conflict, but one of the other plugins you’re using is adding display: none; (via jQuery) to my FAQ title and content, which is why you see the boxes but no text. The best way to troubleshoot this is to disable all the other plugins you’re using except for mine, and then re-enabling and testing them one at a time to see which one is causing the trouble. When you know which plugin it is, let me know and I’ll see if I can figure out why.

    Thread Starter Ballio

    (@ballio)

    Thank you for making it!

    Good news is, the conflict isn’t a plugin I’m using. Bad news is, it comes from a theme. WPLOOK’s BlogoLife Pro. Interestingly, BlogoLife (non Pro) doesn’t have the issue…only the premium version.

    I’ll take a look at the theme and see if I can figure it out. Appreciate the pointer to what’s going on with my site!

    Plugin Author John Gardner

    (@jgardner03)

    Interesting. Best of luck troubleshooting!

    Thread Starter Ballio

    (@ballio)

    Resolved thanks to John (author of this plugin) and the author of the WPLook BlogoLife PRO theme. The theme v1.1.1 released 11/26/2012 must be updated in the following way:

    Edit /function/fe/headerdata.php and change this line:

    wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');

    with:
    wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"), false, '');

    Please note that this is a modification to the theme. The plugin is fine — but I do appreciate John’s help in pointing me in the right direction!

    Posted the fix here (even though it’s the theme) in case someone else has the same issue.

    Thanks again. It’s working perfectly at: http://yonginusa.ballio.com/faq/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Empty containers that can't be opened’ is closed to new replies.