theAlpinePress
Forum Replies Created
-
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Create Heading for WidgetYou can edit the plugin-widget.php or plugin-shortcode.php files.
Best, EricForum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Fancybox popup not workingThe code that loads the fancybox is not appearing. Could you try using the wall style or checking that “Prevent Lightbox Loading” option on the Plugin Settings page isn’t checked?
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Mulitple HashtagsAt the moment, Instagram only supports searches for one tag (http://instagram.com/developer/endpoints/tags/). I imagine you could do multiple calls to instagram and then shuffle the results, but no, I do not plan on adding this.
Thanks for the suggestion and I am working on it.
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Fancybox popup not workingWould you be willing to send a link?
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] SSL for imagesI have added this as an option on the “Plugin Settings” page. Let me know if there are any problems.
Best, EricForum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Instagram feed not foundIf you are willing, could you send me a link? The plugin outputs some “hidden” messages that might be helpful.
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Fancybox popup not workingCould you update the plugin and see if this is fixed?
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] ReferenceError: jQuery is not definedIf you are still interested, I think I’ve solved the problem.
Forum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Alpine Tile Instagram not workingCould you try deleting and re-installing the plugin? I have made a small change, but I want to know if it fixes your problem before I make it permanent.
EricForum: Plugins
In reply to: [Alpine Photo Tile for Instagram] ReferenceError: jQuery is not definedThe plugin will not work with jQuery loaded in the footer. Ideally, all of the javascript would be loaded in the footer (seeing as this is the best practice), but I have found that themes are often missing the wp_footer call. Therefore, for the greatest compatibility, the javascript is loaded inline (not ideal but more reliable). I have gone to some lengths to allow the plugin to dynamically load style and javascript code when they are needed, but all of these behaviors really on jQuery being loaded. Additionally, I have already tried seeing if the plugin can simple wait for jQuery to load, but this results in a missed jQuery(window).on(‘load’) called, causing the rest of the plugin to fail.
I am sorry that you are dissatisfied with this free plugin. Given that I have already provided a workaround, I find your review to be a little rude. I am a full-time civil engineering student and I put time into these plugins because I enjoy contributing to the WordPress community. I don’t appreciate you making this a negative experience for me.
I found the problem. If you delete and re-install the plugin, it should be fixed.
Best,
EricForum: Plugins
In reply to: [Alpine Photo Tile for Instagram] Unwanted, offset white border?Your theme puts a white border around all links (Line 974 of the http://www.powaymidlandrr.org/wp-content/thesis/skins/grind-t2/css.css file)
Can you please delete and reinstall the plugin? I believe I have fixed the problem, but I don’t want to force everyone to update until I am sure.
Best,
EricSorry about that. I have found the problem and will fix it as soon as possible.