• Resolved iMHaddock

    (@imhaddock)


    Hello!

    After updating Polaroid Gallery to v2.11 I noticed that PG is not working correct in Firefox v31, eather in Mac nor Win7 enviroment.

    The thumbnails are showing correct as “Polaroids” but the images are showing full screen without the “Polaroid” frame, without the title and without a navigation – only the zoom lense is visible as mouse pointer.

    The Safari Browser did not have this issue, it is showing everything in the PG correctly. I was trying it on two Macs and one Win7 computer, allways last updated versions of OS and programs.

    Some hints?

    Best regards
    Haddock

    https://www.ads-software.com/plugins/polaroid-gallery/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author tashemi

    (@tashemi)

    Hi.
    Can you provide some screenshots or link to the page where it is broken?
    I have Win7 Firefox v31 and PG works correctly.

    Thread Starter iMHaddock

    (@imhaddock)

    Hello!

    Many thanks for your quick reply!

    Sorry, no link. The site is for a closed user group only.

    You will find a picture with a collection of screenshots here:
    https://www.flickr.com/photos/31155851@N08/sets/72157646041872276/

    Hopefully it will help to identify the source of the failure. Maybe there is something wrong in my FF configurations?!

    Haddock

    Plugin Author tashemi

    (@tashemi)

    Looks like fancybox that is used by PG has conflict with your theme.
    Maybe next solution can help you.
    Go to the plugin list in WP admin. Choose edit PG. Choose file “polaroid_gallery.php” (should be choosed by default).
    Find “function polaroid_gallery_enqueue()”.

    Replace next lines of code:

    // add javascript to head
    			wp_enqueue_script('jquery.easing-1.3', ('https://cdnjs.cloudflare.com/ajax/libs/fancybox/1.3.4/jquery.easing-1.3.pack.js'), array('jquery'), false, true);
    			wp_enqueue_script('jquery.mousewheel-3.0.4', ('https://cdnjs.cloudflare.com/ajax/libs/fancybox/1.3.4/jquery.mousewheel-3.0.4.pack.js'), array('jquery'), false, true);
    			wp_enqueue_script('jquery.fancybox-1.3.4', ('https://cdnjs.cloudflare.com/ajax/libs/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.min.js'), array('jquery'), false, true);

    with this :

    // add javascript to head
    			wp_enqueue_script('jquery.easing-1.3', ($polaroid_gallery_plugin_prefix . 'js/jquery.easing-1.3.pack.js'), array('jquery'), false, true);
    			wp_enqueue_script('jquery.mousewheel-3.0.6', ($polaroid_gallery_plugin_prefix . 'js/jquery.mousewheel-3.0.6.pack.js'), array('jquery'), false, true);
    			wp_enqueue_script('jquery.fancybox-1.3.4', ($polaroid_gallery_plugin_prefix . 'js/jquery.fancybox-1.3.4.pack.js'), array('jquery'), false, true);

    Hope provided solution is not too complicate.
    Please let me know if it helps.

    Thread Starter iMHaddock

    (@imhaddock)

    Hi!

    Many thanks again for your support.

    Unfortunately it doesn’t work. See the screenshot in Flickr (see the link above).

    After that I had reinstalled the original code so it is working now like before (with the indication failure of the images in FF).

    ??

    Haddock

    Plugin Author tashemi

    (@tashemi)

    Hi Haddock
    Did you try to clear Firefox’s cache?

    Plugin Author tashemi

    (@tashemi)

    There https://www.ads-software.com/support/topic/polaroid-gallery-update?replies=21 was same problem. Mikekoeln used FF 31 and had no navigation. I opened his link on different computers (win 7, ff31, chrome last version, ie) and PG works correctly.

    Thread Starter iMHaddock

    (@imhaddock)

    Hi!

    Clearing of FF cache is the 1st thing I’m doing if I guess that FF could be the bad guy. ??

    Ok, all links named in the other thread are working well in FF. Only our site isn’t working. I was trying it on several Macs which are running Maverick and Win7 HP via BootCamp or Parallels, in detail:

    Win7 Thunderbird 31: Image failure
    Win7 IE 11: Image failure

    Maverick Thunderbird 31: Image failure
    Maverick Safari: Image CORRECT !

    If you want, maybay, and I can get your email adress I can give your access to our site so you can see and test it by yourself…

    Haddock

    Plugin Author tashemi

    (@tashemi)

    why not. I would like to find out problem.
    My email is shemyakina.tatiana – @ – gmail.com

    Plugin Author tashemi

    (@tashemi)

    As we found out problem was blocking loading scripts by FF.
    More info there https://stackoverflow.com/questions/18251128/why-am-i-suddenly-getting-a-blocked-loading-mixed-active-content-issue-in-fire
    Fix for this issue is inluded in newest version of PG.

    Thread Starter iMHaddock

    (@imhaddock)

    Hi!

    Once again many thanks for your quick help. That was what can be called “Support”. ??

    Haddock

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