mr_speer
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Instagram] Problem with kerilic simbolsThanks for the patch! We’ll include this in the next release.
Forum: Plugins
In reply to: [Simple Instagram] Remove Links?We don’t have that capability built into the widget for now, but that’s definitely something we’ll mark for the next release. Thanks for pointing it out!
Forum: Plugins
In reply to: [Simple Instagram] Remove Links?Hello Rich,
If you’re using a shortcode, you can pass the parameter of link =”false” and it’ll remove the links.
Forum: Plugins
In reply to: [Simple Instagram] Updating to the latest version broke my siteHey omurphy,
Thanks for letting me know. Unfortunately, updating the authorization flow required that we have users re-authorize. It’s an understandable annoyance, but we’re hoping that the added ease of only having to perform one step will offset it for future users.
Thanks again for your help!
mr_speer
Forum: Plugins
In reply to: [Simple Instagram] Updating to the latest version broke my siteHello,
Thanks for the heads up! It turns out that there was an error when WordPress published version 2.0 that didn’t include all of the files. The most recent version (2.0.2) should fix that issue. Please let me know if it remains an issue and I’ll contact WordPress again to resolve it.
Thank you for your patience!
Forum: Plugins
In reply to: [Press75 Long Form Storybuilder] Button "Edit my Long Format Page" not showHello,
It looks like this might be an issue with the fact that your site is in French, which is causing our script to fail to locate the correct place to add our buttons. We’ll look into overcoming this for the next versions.
Thanks for your feedback!
Forum: Plugins
In reply to: [Press75 Long Form Storybuilder] Failed InstallJudging from others’ experience, it could be that your server isn’t configured to allow include_once() via a filepath. If you have access to your system admin, you could ask that they verify if this is allowed, which may fix the issue.
Thanks for the feedback!
Hello force1,
It looks like the plugin is unable to include the required files for it to function properly. As a result, you’re getting a fatal error when you try to use it.
Generally, this happens due to the way your server is configured, either because it doesn’t allow including files by their path, or because the directory permissions aren’t set up to allow including those files.
If you have access to your Server admin, you could try requesting that they check to make sure all the correct settings are enabled. In the meantime, we’ll add in some checks to avoid the fatal error that caused your site to cease functioning.
Thanks for the feedback!
Forum: Plugins
In reply to: [Press75 Long Form Storybuilder] Feature Request: body classes/idThis seems like a pretty fair request to me! We’ll make note of it for the upcoming release.
Thanks!
Forum: Plugins
In reply to: [Press75 Long Form Storybuilder] I am not able to instal the pluginI’m glad you were able to get it working!
Forum: Plugins
In reply to: [Press75 Long Form Storybuilder] White screen of death when editingHello khromov,
Could you let me know which browser you’re using? The error seems to indicate that the browser doesn’t support the *= wlidcard in selectors, so I’d like to test that out first on the same browser that you’re using.
Thanks!
mr_speer
Forum: Plugins
In reply to: [Simple Instagram] Display full widthYou’ll want to put it in your style.css file.
Forum: Plugins
In reply to: [Simple Instagram] Getting an Instagram image into a blog postHello,
Our plugin isn’t really set up to give you this functionality. You could use the shortcode at the beginning of your page and set it to limit=1, which would display the most recent image from your feed. You could then style that image to make it function as a featured image.
Beyond that, this is outside the scope of what the plugin is intended to do.
Thanks!
mr_speer
Forum: Plugins
In reply to: [Simple Instagram] Step 03: Authorize Your Instagram Application not workingHmm that is very perplexing. If you’re getting an error at step 03, then the cause (as you pointed out) seems to be that Instagram isn’t accepting your credentials.
You’ve probably already reviewed this, but just to double check – have you made sure that the domain you set your app up with in Instagram is correct for your production site? You’ll have to set up a separate app for each domain you want your feed on.
Forum: Plugins
In reply to: [Simple Instagram] sidebar widthYou’ll want to target the
.si_feed_widgetclass in your css. You should be able to style the widget’s width from there.Thanks!
mr_speer