Karan
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Feed Gallery] Plugins works on one page but not anotherhi,
its a CSS issue. please add the below code in Appearance > customize > Additional CSS section..ig-block { clear: both; }
Forum: Plugins
In reply to: [Social Feed Gallery] unable to get resultsmany of the tags started working again.
Forum: Plugins
In reply to: [Social Feed Gallery] unable to get resultsyes, i have found that some Instagram Tags are blocked in specific countries. i have accessed fusovideoarte18,invaze18 etc via VPN and they are working, but without VPN they are not working here.
Forum: Plugins
In reply to: [Social Feed Gallery] unable to get resultsHi,
the tags you have mentioned above are not working, instagram says Sorry, this page isn’t available.please check your tag names again. try to test tags like : flowers,wedding,rose etc..
if these are working then definitely there is some issue with your tags.Forum: Plugins
In reply to: [Social Feed Gallery] unable to get resultsits not working my side. may be some issue with Instagram and will be solved automatically.
Forum: Plugins
In reply to: [Social Feed Gallery] unable to get resultsHi,
i have found that you are using wrong tag name, which is not available on Instagram. please check your tag name.
ThanksForum: Plugins
In reply to: [Social Feed Gallery] Console errorafter investigation i have found that its due to the duplicate library of jQuery. by default wordpress have jQuery 1.12.* and you said you are using jQuery 3.*, i think you are loading duplicate library. you have to disable wordpress default jQuery to use latest version.
try to deactivate the gallery plugin, after that you can see the same type of errors related to other plugins(if installed). OR you can paste the site link, so i can check.Forum: Plugins
In reply to: [Social Feed Gallery] Console errorHello,
i will check this and update you soon.Forum: Plugins
In reply to: [Social Feed Gallery] Caption in GalleryHi, i have disabled this because of sometimes there are lot of content and non-english characters in caption, which breaks the display.
There is no option to display caption on hover. but if you have the knowledge of PHP programming then you can customize the plugin for yourself.Forum: Plugins
In reply to: [Social Feed Gallery] Lazyload imageshi, thanks for exploring this. i am already trying to integrate lazy-load but have some issues with picture sizes. soon i will find the way.
Forum: Plugins
In reply to: [Social Feed Gallery] Square instead of IG Logoaccording to the screenshot you are trying to add icon via FontAwesome and square is only visible when font files are not loaded properly, please check console tab in inspector to identify the issue. OR you can send me the website link(via email), so i can check.
thanks//Forum: Plugins
In reply to: [Social Feed Gallery] Square instead of IG Logoi can’t say anything from the screenshot. may be you are talking about the Gallery plugin or anything else. may be there conflict within plugins.
Forum: Plugins
In reply to: [Social Feed Gallery] Square instead of IG Logomay be you are using the icon in wrong way. can i see the live link?
Forum: Plugins
In reply to: [Social Feed Gallery] Plugin Stopped Workingmay be something wrong with your WP panel. try to delete plugin files via FTP then install again.
Forum: Plugins
In reply to: [Social Feed Gallery] I need all instagram image should be grey colorplease update your CSS code (check below). replace grayscale(0%) with grayscale(100%)
.instacarousel .swiper-slide img:hover{-webkit-filter: grayscale(0%) !important;filter: grayscale(0%) !important;}