The plug-in hasn’t been updated in two years and it recently stopped working on the sites I have it installed on. Will there be any more updates or should we look elsewhere?
]]>Using 1.0.8, the settings screen is blank. If I re-enter the info, the preview works, but saving settings clears the settings again and the shortcode is not producing any output.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Is there any support here or do you just push backups?
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>This plugin includes its js/css files in all admin pages. It would be recommended to include them only on plugin’s settings pages, as this can cause bugs with other plugins having their own scripts / styles. In particular I noticed a bug on the color picker used by the Italy Cookie Choices plugin, which is polluted by the one of Instagram image gallery. By the way, WordPress has natively a color picker component, so why don’t use it?
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>instagram feed was working now its only showing text saying no photos to show.
Can someone please help me
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>I’ve uploaded the plugin and found it in widgets. I’ve placed it on my sidebar but it’s not showing up. My browser is Chrome and I’m using a responsive Studio Press Theme.
Thanks for your help,
Diane
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Hello,
Quite a good plugin, but unfortunately it can’t be used on a responsive website due to the hardcoding of widths inside the iframe content, which can’t be changed in any way. If you simply used 100% for the width and allowed the iframe and content to fill the space, that would be a drastic improvement. Until this happens I and many other developers can’t use this plugin.
As a secondary request, instead of using embedded css inside the iframe, please link to a stylesheet and allow the user to change that to point to their own.
Thanks in advance,
Joel.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>I’m trying to use the Instagram Gallery Plugin, but my plugin settings won’t save? When I select hashtag then fill out the info, the preview on the right works fine. But when I hit save, the page re-loads with the user feed displayed instead of the hashtag displayed. And the user feed displays instead of the hashtag feed when I try adding the widget somewhere.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>I know other people has asked about responsive already, but I want to ask again ?? this is a really nice plugin, its just a shame that its not responsive.
If the size could be done in percentage, I think that would be enough…
Ive tried customizing my css but I would have to make the body 95% and I’m not managing to do it.
thanks
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>How can I add pagination to this plugin
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>If use this widget with no widget border.
When I export the wordpress database and import into another site, the import fails:
ERROR 1265 (01000) at line 13443: Data truncated for column ‘widget_border’ at row 1
This is because the insert statement tries to insert a record with an illegal value in the widget_border column. So, I need to change the insert statement from
INSERT INTO wp_statigram_widget
VALUES (‘hashtag’, ‘statigram’, ‘test’, ‘statigram’, ‘true’, 280, 320, ‘grid’, 10, 3, 4, 10, ‘true’, ‘FFFFFF’, ‘777777’, ”, 0, ‘DDDDDD’) ;
to
INSERT INTO wp_statigram_widget
VALUES (‘hashtag’, ‘statigram’, ‘test’, ‘statigram’, ‘true’, 280, 320, ‘grid’, 10, 3, 4, 10, ‘true’, ‘FFFFFF’, ‘777777’, ‘false’, 0, ‘DDDDDD’) ;
After this the import works fine.
Hope this helps someone, and perhaps the author of the widget can look into why this happens?
Otherwise the widget seems to work fine on WP 3.8.1
B
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Is there any way to compress images? Seems the widget loads all full size images the first time and it doesn’t look good on slower connections.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Is it possible to make this responsive, I’ve tried max-widths and % in my css but there’s still the basic settings in the Dashboard which I wouldn’t know how to change.
thanks.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Just a quick note – plugin looks promising (was attracted to the hashtag feed feature) but I get a bunch of xdebug errors throughout the admin, like:
Strict standards: Declaration of StatigramWidget::widget() should be compatible with WP_Widget::widget($args, $instance) in /wp/wp-content/plugins/instagram-image-gallery/plugin.php on line 224
Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /wp/wp-includes/functions.php on line 3017
thanks, though..
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.
Deprecated in version 2.0.
example:
add_theme_page(
‘Statigram Widget Options’, ‘Statigram Widget’, 8,
‘statigram’, array($this, ‘attOptionsPage’)
);
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Can you please give me the idea to remove the title of front-end where the images display. Like:
INSTAGRAMS
by @fortmakers
I have tried to remove from the style but not able because the title came inside the iframe. Any idea would be great appreciation.
Thanks in Advanced.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Hi,
Is it possible to change the title from Instagrams to Instagram please?
Thanks in advance,
Boulent
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Hi, somebody posted this question about 1 month ago however it does not appear to have been resolved.
The plugin works as intended (nice job to the devs), however it is not aligning with other widgets on my site, I have figured out that this is down to the padding CSS rule for this widget however I cannot figure out where to edit this. Ive tried looking in the plugin files, the main style.css but i still cant seem to find it.
Any help would be hugely appreciated ??
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Hi there,
Great plugin, when there are enough images to fill the layout! The problem is when I have a hashtag that returns just one image that image is huge, and also cropped off.
Is this something you plan to fix? Or can you suggest a workaround?
Also, feature request – to filter by user and hashtag. That would be amazing!
Thanks
Caroline
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>The plugin works great. Thanks so much for putting it out there for us.
I just found 2 repeated errors when DEBUG mode is on. I’m listing them below.
On a separate note, it would be great to have a local CSS that we could tweak in order to integrate the widget much better into whatever layout template we are using. Having said so, I love the admin options you have there.
Thanks so much!
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /path/wp-includes/functions.php on line 2998
Notice: Undefined index: photo_border in /path/wp-content/plugins/instagram-image-gallery/db.class.php on line 158
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Is it possible to have two galleries with diferent hashtags on two different pages or even on the same page?
Thank you!
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Love this plugin on standard WP installations, but it doesn’t seem to work on multisites. Any plans to add support for multisite installations?
For reference, this is the error when trying to use the plugin on a multisite:
Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/instagram-image-gallery/db.class.php on line 230
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Hi !
the widget shows differently than other widgets I have on the sidebar. Other widgets follow the same theme css, and I’d like to modify the CSS of statigram widget so that it is aligned with other widgets (right now there is a padding applied, and it appears shifted to the right). The title and stuff shows with different font and font size, which I’d like to arrange too.
Can you pls tell where is the CSS ? I may be wrong, but the admin.css sheet in the plugin’s CSS folder does not seem to have all the CSS rules written for the plugin…
Thanks !
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>After installing the plugin and adding it to my sidebar I have a large white space below the statigram widget. I have moved the widget around and it continues to be there. I am not sure if there is a setting I can change to fix this.
My website is https://www.thenestcreations.com and you can see it in the right sidebar.
Any help would be greatly appreciated.
Thanks!
Kimberly
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>excellent plugin! thank you! is it possible to show more than 33 images? I’m using the grid lay-out, and made the page as long as possible, but the max number of images displays is 33. Thank you. Site https://www.touw.com
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>I’m having problem when I activate the plugin, it enters a loop and nothing happens. The whole admin area stops working. Then I have to remove the plugin on the DB, for admin to come back.
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>I have added the widget to a page – but how long will it take to get the photos updated from instagram to the page. The images is there.. but it is only 2 showing up.
I update the page and nothing happends.. and suddenly one more is added… but it takes a long time…
So do you have any idea how long it takes?
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>Hello,
I’m using the Instagram Image Gallery plugin (ver 1.0.3)
When I select “My feed” and enter a username the “Save Changes” works fine.
But when I select “hashtag” in the pulldown menu (although it shows in the preview that the widget will display images with the selected hashtag), when I save changes it switches back to “my feed”.
How do i get the widget to display images with a certain hashtag?
Thanks
https://www.ads-software.com/plugins/instagram-image-gallery/
]]>I am using the plugin to display images with the hashtag #mygolfessentials at the following page https://www.equip2golf.com/mygolfessentials/
Currently there are 5 images that show up which I tagged from my Instagram account. Another person has tagged 2 images with the same hashtag but they are not showing up in the feed. They do, however, show up in Instagram.
Any idea why they are not showing up?
Thanks.
https://www.ads-software.com/extend/plugins/instagram-image-gallery/
]]>Hy
Nice work, but how do I make it responsive?
https://www.ads-software.com/extend/plugins/instagram-image-gallery/
]]>