• Resolved natrepub

    (@natrepub)


    I was very excited to find this. However, whenever I activate the plugin, my dropdown menus on the homepage and my slider stop working. My site is http://www.lifeblended.com if you have any questions.

    I have it disabled as it breaks the site. Also, when it is active, on one instagram picture shows in the side bar.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Your theme uses same jquery plugins as Instagram plugin. It’s possible that they conflict. Try to comment out these lines in wpinstagram.php file:

    wp_enqueue_script("jquery.cycle", $this->wpinstagram_path."/js/jquery.cycle-2.94.min.js", Array('jquery'), '2.94');
    wp_enqueue_script("fancybox", $this->wpinstagram_path."/js/jquery.fancybox-1.3.4.pack.js", Array('jquery'), '1.3.4');
    wp_enqueue_style("fancybox-css", $this->wpinstagram_path."/js/fancybox/jquery.fancybox-1.3.4.css", Array(), '1.3.4');
    wp_enqueue_script("jquery.easing", $this->wpinstagram_path."/js/jquery.easing-1.3.pack.js", Array('jquery'), '1.3');

    I will add some jQuery options in one of the next versions of plugin. For example – to disable or enable fancybox.

    Thread Starter natrepub

    (@natrepub)

    Hi Eriks,

    Thanks for the reply. Can you tell me how to comment it out? I’ve never done that.

    Thanks!

    In WordPress plugin menu select “Editor”. Next select “Instagram for WordPress” in combo box (right top corner). Find lines I mentioned in my previous post and add // before them.

    Thread Starter natrepub

    (@natrepub)

    Ok, we are getting closer! 🙂

    The menus are working as is the Instagram Plugin. Can you tell me if it is working right? I have my last Instagram image shown, but that is all. When you click the Instagram image, it opens the image.

    Thanks!

    Open Your theme’s header.php (in WordPress admin panel “Appearance”->”Editor” select “Header” on the right sidebar) and add this:
    <script type='text/javascript' src='http://www.lifeblended.com/wp-content/plugins/instagram-for-wordpress/js/wpinstagram.js'></script>
    just before </head>.

    Thread Starter natrepub

    (@natrepub)

    That is so amazing! Thank you very much!

    Thread Starter natrepub

    (@natrepub)

    Do you do any kind of customization of themes? I have a small job that I would like to have done.

    Yes, I do! Contact me by email: eriks at remess dot lv

    Thread Starter natrepub

    (@natrepub)

    Ok, email sent.

    Thread Starter natrepub

    (@natrepub)

    HI Eriks,

    I had to remove the script from my header because it caused the wp-jquery-lightbox to stop working.

    I will wait to hear from you.

    Thanks!

    Vern

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Instagram for WordPress] Instagram Breaks Menus’ is closed to new replies.