Karan
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Feed Gallery] cURL ‘not installed’ warningHi,
thanks for reporting the issue. it was small programming error.
and now its fixed.Thanks
Forum: Plugins
In reply to: [Social Feed Gallery] Change Hover ColorHi,
you can override the color via CSS,
use the below CSS code to do this. replace #007aff with your color name/code./* for carousel */ .instacarousel .swiper-slide a:hover:after { background: #007aff; } /* for gallery */ .ig-item.ighover a:hover:after { background: #007aff; }
Forum: Plugins
In reply to: [Social Feed Gallery] How to usehello,
can you send me the URL of the page so i can check for the problem.
thankshi,
please send me the url of the page, so i can check what is the problem.Forum: Reviews
In reply to: [Social Feed Gallery] Best plugin yet !!Hello Wendry Yong!
Thankyou very much for your review and appreciation.Forum: Plugins
In reply to: [Social Feed Gallery] mandatory ajax loading breaks other script interactionHi,
ajax option is added for speedup the page loading. and for your problem, there is already an option to display pictures as Carousel in the plugin setting. you can use that Carousel view if possible.
OR you can use the below jQuery function to run your code after loading the gallery items.jQuery(document).ajaxComplete(function(){ // it will execute when any ajax request is colmpleted. });
please install the latest update of the plugin and let me know if issue solved or not.
Forum: Plugins
In reply to: [Social Feed Gallery] When clicked on picture in carousel it opens double.double popup issue solved, now there is an option to disable default gallery popup if it conflicts with other plugins.
Forum: Plugins
In reply to: [Social Feed Gallery] image scalingnew version released and image scaling issue solved, now there is an option (Images thumbnail size:) in the plugin setting, where we can set small thumbnail size if there are maximum pictures in a row or image container size is <= 150px (because of images thumbnails are 150px wide).
and for GTmetrix, by default GTmetrix uses ‘Fully loaded time’ technique. from v1.3.3 update gallery will be loaded after page load. so it helps to speedup page display, and ‘Onload time’ will be good because gallery is not loaded with the page content. you can check the below links for better understanding.
https://gtmetrix.com/faq.html#faq-fully-loaded-vs-onload
https://gtmetrix.com/blog/new-performance-timings-available-default-to-fully-loaded-time/Hello kendall!
please paste the url, where you are trying to add the gallery. so i can check and solve the issue.Forum: Plugins
In reply to: [Social Feed Gallery] image scalingHello!
thanks for pasting this issue. i have seen this on GTmetrix. and sure, i will try to solve this within a few time.Forum: Plugins
In reply to: [Social Feed Gallery] When clicked on picture in carousel it opens double.Hello Martine!
the problem is that, there is a fancybox(jQuery plugin) added in your website theme(flawless). which uses to popup the image links, So it conflicts with the default plugin popup.
Quick Fix (only for flawless theme): goto Flawless > Plugin / Slider > General Plugins
and disable the option ‘Enable Fancybox’this issue will be fixed in the next update of the plugin.
Thanks!
Forum: Plugins
In reply to: [Social Feed Gallery] Not working correctly in IE11solved
Forum: Reviews
In reply to: [Social Feed Gallery] Great plugin, simple to usethanks very much!
Forum: Plugins
In reply to: [Social Feed Gallery] error messageHi,
‘Deprecated Shortcode’ this message is only visible to administrator. and it means you are using old shortcode. please update plugin to latest version and delete this(old shortcode) and re-generate new one.if the problem persists then try to create test page, add gallery in that page and send me link, So i can check for the problem.