Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    There are several reasons why it is not working:

    • No wp_head() and wp_footer() functions in template
    • Widgets have no unique IDs
    • jQuery errors on page

    Can you provide a link to your site?

    Hello, in my site plugin not work too…
    here
    Can you help me to put this working?

    Best regards

    Plugin Contributor Max Bond

    (@max-bond)

    fmonserrate!
    Can not access your site.
    HTTP error 403 Forbidden (

    If you are using ClassiPress. There is a problem with version 3.1.x – widgets have no unique IDs. Try updating to 3.2

    Plugin Contributor Max Bond

    (@max-bond)

    fmonserrate!

    Look at your site’s source code.
    All your text widgets have the same id (widget_text):
    <div class="shadowblock_out" id="widget_text">
    That’s ClassiPress 3.1.x glitch.

    Thread Starter pipaspj

    (@pipaspj)

    Thank You.
    I will see. I was trying in a local instalation of WordPress.

    Hello, thanks for your reply!
    No other way to fix this problem without update to version 3.2?

    Best Regards

    Plugin Contributor Max Bond

    (@max-bond)

    fmonserrate!

    Updating is a prefered way.
    Also you may request support from appThemes. May be they’ll release a patch for you…

    Thread Starter pipaspj

    (@pipaspj)

    Do You think it is possible to make the plugin work with all the themes? It work with some themes and dont work with others. I think the reason is qhat You said: No wp_head() and wp_footer() functions in template…

    Plugin Contributor Max Bond

    (@max-bond)

    pipaspj!

    You think it is possible to make the plugin work with all the themes?

    Unfortunately not. Especially when the theme is not following basic requirements.

    It work with some themes and dont work with others

    Can you tell me what not working themes you have tested?
    I want to test myself.

    Thread Starter pipaspj

    (@pipaspj)

    Dont work in all Yoo themes.
    Work in a Gabfire theme.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not working’ is closed to new replies.