Karan
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Feed Gallery] (Admin Notice) ERROR on 3 different sites …Hello Friends,
Sorry for the issue. i will check with in a time and will update you soon.thanks
Hi,
network check is disabled now, please update and check if your problem is solved.Hi
gallery is working fine on the website, there may be some network issue on your side.
please check.Forum: Plugins
In reply to: [Social Feed Gallery] Dependency to wp-admin folderHi,
Plugin uses ajax call to load gallery. and i think your all ajax requests are blocked, so open .htaccess file in your website(wordpress) root folder and add the below code:<Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files>
or you can take help from this page:
https://barrd.net/blog/technical/whitelisted-admin-ajax-htaccessForum: Plugins
In reply to: [Social Feed Gallery] Custom templateHi,
currently plugin templates are hard-coded. so its difficult to allow users to override custom templates from Theme directory. but i will try to simplify template and will be available to override within few updates.
For now take backup your templates and after update restore the template.thanks
Forum: Plugins
In reply to: [Social Feed Gallery] Gallery layout on mobile?Hello Fredrik,
thanks for reporting this. in the next update there will be 2-3 columns in Gallery on mobile sizes.
Forum: Plugins
In reply to: [Social Feed Gallery] Picture not same size since yesterdayCarousel images different size issue fixed to display as square. you can check by updating to latest version of plugin.
Forum: Plugins
In reply to: [Social Feed Gallery] Feed doesn’t show on Home PageHello,
i have not found any problem like this, but for now you can try the below code if it can help you. or if the problem not solved then you can send me the WP admin details via email, so i can check for the problem.if( is_front_page() || is_home() ) { echo do_shortcode( '[insta-gallery id="1"]' ); }
Forum: Plugins
In reply to: [Social Feed Gallery] Picture not same size since yesterdayactually last month you have added the pictures (which have larger height then width).
e.g. https://www.instagram.com/p/BYXn4jcHWi8/?taken-by=indochine_mcand Instagram uses hard crop only for small thumbnails(1×1, 150px), thats why pics are not the same ratio(1:1).
for now please go with the css sent above, OR
you have to update the image sizes to 1:1 if possible.thanks
Forum: Plugins
In reply to: [Social Feed Gallery] Picture not same size since yesterdayHi,
i have found that some pictures have larger height as compared to width. that’s why Instagram cropping pics in defferent sizes.
for now you can use the below CSS code to display pics something better..instacarousel.swiper-container { background: #fff; } .instacarousel.swiper-container .swiper-wrapper { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; }
Forum: Plugins
In reply to: [Social Feed Gallery] How to usehello,
i have found that, you are using this link https://www.instagram.com/coltsspiritline/ as Username.
there is no need to enter complete URL in the box. you have to just enter coltsspiritline and it will be ok.
thanksForum: Plugins
In reply to: [Social Feed Gallery] View On Instagram ButtonHi,
we can easily handle button color by using CSS.
update the color in below CSS code and paste in the custom CSS.instagallery-actions .igact-instalink { background: #c32a67; color: #fff; border: 1px solid #db8c40; } .instagallery-actions .igact-instalink:hover { background: #da894a; }
Forum: Plugins
In reply to: [Social Feed Gallery] Change Hover ColorHi,
custom hover color option is now built-in in the plugin.
ThanksForum: Reviews
In reply to: [Social Feed Gallery] Excellent PluginHi,
Thanks for all of this.Forum: Plugins
In reply to: [Social Feed Gallery] Get a follow buttonHello,
i am trying to add this button in the next update of the plugin, and will be available soon.
for now you can easing add this button via html and css.