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

    (@max-bond)

    Hello!

    I see problems with your template.
    Probably there is no wp_footer() function in footer.php file.
    Body and html tags are not closed…

    Thread Starter tangduongtrieu

    (@tangduongtrieu)

    Thanks Max for the reply!

    you can teach yourself how to fix this?

    I’m not fluent in PHP

    Thread Starter tangduongtrieu

    (@tangduongtrieu)

    I did succeed!

    Thanks Max!

    Plugin Contributor Max Bond

    (@max-bond)

    Try to add these three lines of code at the bottom of your footer.php file:

    <?php wp_footer(); ?>
    </body>
    </html>
    Thread Starter tangduongtrieu

    (@tangduongtrieu)

    Hi Max !

    My site Cong ty dien lanh

    don’t working!

    Plz help me!

    Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    I don’t see that the plugin is active.
    Check your theme files!
    header.php must have <?php wp_head(); ?>
    footer.php must have <?php wp_footer(); ?>

    See one of the default themes for reference.

    Thread Starter tangduongtrieu

    (@tangduongtrieu)

    I have enabled the plugin!

    but it still does not work

    I checked, 2 the file is head?.php and footer.php and see <?php wp_head(); ?> and <?php wp_footer(); ?>

    Plugin Contributor Max Bond

    (@max-bond)

    Yes, now I see that the plugin is loaded correctly.

    The next problem is jQuery version – 1.4.2 (loaded by your theme).
    But the plugin requires jQuery 1.7 or later.

    WordPress 3.5.1 comes with jQuery 1.8.3.

    Thread Starter tangduongtrieu

    (@tangduongtrieu)

    I’ve changed the jquery 1.8.3 and it works fine, again sincerely thank you!
    Although I was very miserable with it, but this plugin helps me a lot.

    Cac benh thuong gap may lanh

    Thread Starter tangduongtrieu

    (@tangduongtrieu)

    I’m having a little trouble with this plugin.

    it and then click on a Drop-down menu in the contact menu, it does not work. (1 seconds it off)
    I disable your plugin, it works normally.

    My contact website

    Plugin Contributor Max Bond

    (@max-bond)

    Try to set Refresh Interval = 0 on plugin settings page

    i’m having similar problem , loaded but not working.

    https://www.observator24.ro

    Plugin Contributor Max Bond

    (@max-bond)

    solarangellis!

    I see several problems:

    1. You are using Magic Floating Sidebar plugin. There is no sence to use Sticky Widget and Floating Sidebar plugins together! You must decide wich one to stay.

    2. My plugin requires jQuery 1.7 or later. Your theme loads jQuery 1.6.4 (WP 3.5.1 comes with jQuery 1.8.3)

    Bob

    (@easybreezyitems)

    Hi,
    The theme that I’m using (Photoria) is not working with the plugin. Can you give me instructions to make it compatible to the photoria website. I do not know too much about php programming

    Here is my site

    Plugin Contributor Max Bond

    (@max-bond)

    Bob!
    I checked your site.

    The problem: widgets have no id attribute.

    How to fix.
    You need to find widgets initialization code in functions.php file. The code begins with register_sidebar function (each sidebar have its own init function). Register_sidebar have several parameters, you’ll need only before_widget parameter. It will look like following:
    'before_widget' => '<div class="widget">'
    Add an id attrubute:
    'before_widget' => '<div id="%1$s" class="widget">'
    Save. Then try to activate plugin again.

Viewing 15 replies - 1 through 15 (of 55 total)
  • The topic ‘Q2W3 Fixed Widget dont working’ is closed to new replies.