tashemi
Forum Replies Created
-
Forum: Plugins
In reply to: [Polaroid Gallery] Notice: Undefined variableHi. I’ll check as soon as possible.
Thanks for reporting.Forum: Plugins
In reply to: [Polaroid Gallery] Choose when to use Polaroid Gallery on PagesHi one more time.
Download newest PG version. There is possible to choose when to use PG.
Add to the gallery shortcode on the page attributeusedefault="true"
. It should looks like[gallery ids="1466,1464,1465" usedefault="true"]
Forum: Plugins
In reply to: [Polaroid Gallery] Choose when to use Polaroid Gallery on PagesHi minks32678.
I’ll take a look what I can do for solving your problem.Forum: Plugins
In reply to: [Polaroid Gallery] Notice: Undefined variableHi stroM-! Thanks for screenshot and providing info about problem.
Problem is found and fixed.
Update of Polaroid gallery is comming soon.Forum: Plugins
In reply to: [Polaroid Gallery] How can I change the font style on the thumbnail images?Hi Mhankins!
Sorry I am so long with answere.
There is plugin styles in the file “polaroid_gallery.css”.
Find next line of style :.polaroid-gallery a.polaroid-gallery-item .polaroid-gallery-text { ... }
There you can change font-family and font-size.
For example I use next style on my own blog:.polaroid-gallery a.polaroid-gallery-item .polaroid-gallery-text { position: relative !important; display: block !important; line-height: 26px !important; height: 26px !important; padding: 0 5px !important; margin: 0 -5px !important; max-width: auto !important; min-width: auto !important; overflow: hidden !important; visibility: hidden !important; font-size: 22px !important; font-family: "Poiret One", Georgia, serif; }
Font family “Poiret One” is imported from google fonts.
If you need more detailed instruction I will be glad to help you.Forum: Plugins
In reply to: [Polaroid Gallery] PG not working in FirefoxAs 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.Forum: Plugins
In reply to: [Polaroid Gallery] PG not working in Firefoxwhy not. I would like to find out problem.
My email is shemyakina.tatiana – @ – gmail.comForum: Plugins
In reply to: [Polaroid Gallery] PG not working in FirefoxThere 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.
Forum: Plugins
In reply to: [Polaroid Gallery] PG not working in FirefoxHi Haddock
Did you try to clear Firefox’s cache?Forum: Plugins
In reply to: [Polaroid Gallery] PG not working in FirefoxLooks 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.Forum: Plugins
In reply to: [Polaroid Gallery] PG not working in FirefoxHi.
Can you provide some screenshots or link to the page where it is broken?
I have Win7 Firefox v31 and PG works correctly.Forum: Plugins
In reply to: [Polaroid Gallery] Only working on Post pageThanks.
In any case I am going to check this case because it looks like a bug.Forum: Plugins
In reply to: [Polaroid Gallery] Only working on Post pageHi.
I understand your problem.
Please go to Polaroid gallerty settings and choose “Yes” for option “Load gallery in list of posts”.Forum: Plugins
In reply to: [Polaroid Gallery] How do we use thisOk, my email is shemyakina.tatiana @ gmail.com
Forum: Plugins
In reply to: [Polaroid Gallery] How do we use thisIs plugin installed correctly? Did you install it manually by uploading *.zip or automatically?
Arrows appear only when you have more than 1 image in the gallery. I checked different installations of plugin and everywhere arrows appears.