VeloMedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Instagram] So Confusing!Hi brianz76,
I totally understand where you’re coming from as a blogger. When writing is the priority, it’s important that the system I’m using be as plug-and-play as reasonably possible.
Your current problem loading Easy Instagram may not be something I can address though without knowing more about its nature. Can you explain more about your trouble with your plugins directory?
Regards,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] Does Not WorkHi lebowski000,
We sincerely hope your issue with using Easy Instagram resolved itself.
If not, you’re welcome to contact us at https://www.velomedia.com/contact/ if you’d like us to follow up on any remaining difficulty.
Best,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] Warning: curl_setopt() [function.curl-setopt]Hello catbaby213,
We were able to include this fix in our update 1.2.2. We appreciate the opportunity you’ve given us by reporting the problem.
Best,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] Feature request: Link to show more photos on a page/postHi thatwastaxing,
Sounds like you found some clever ways to achieve what you wanted to do. We thank you for sharing your work around with the community so others can benefit from it as well.
If what you were seeking was a link from the image author’s name – which needs to be displayed – to the author’s profile page on Instagram.com… that has now been added to our Easy Instagram plugin in update 1.2.3.
Thanks for the teamwork!
Forum: Plugins
In reply to: [Easy Instagram] Create Links to images via shortcodeHello Grant,
Unfortunately this functionality is not available now. We will try to incorporate it in the next release.
Best regards,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] Installation – Account LoginWe’re sorry you experienced this problem with the plugin.
If you would like to contact us privately and provide temporary access to your WordPress install, we’d be happy to take a look. Please write to us via our contact form here, https://www.velomedia.com/contact/, and we’ll get right back to you.Thank you.
Forum: Plugins
In reply to: [Easy Instagram] can't enlarge image in widgetHello,
And thank you for your feedback.
We are planning to include this feature in our next release.You can see a temporary solution here:
https://www.ads-software.com/support/topic/change-the-size-of-the-thumbnail?replies=2Forum: Plugins
In reply to: [Easy Instagram] Love the plugin!Hi
And thank you for your appreciations and your feedback. We’ll try to integrate the installation guide maybe in the plugin’s settings page.
About your feature requests:
1. We’ll implement this in our next releases
2. We’ll research on this and we’ll try to increase this limit
Forum: Plugins
In reply to: [Easy Instagram] Change title color?Hi,
You can change the title color using CSS. For example:
.widget_easy_instagram_widget_base .widget-title{ color:#ffffff; }
About the Instagram profile pages, yes, we are working on this and we’ll have this included in our next releases.
Forum: Plugins
In reply to: [Easy Instagram] Installation – Account LoginHi thestylistquo,
This is a very good feature which we’ll try to implement in our next release.
Meanwhile you can add a complex, maybe unique tag to your pictures and display the pictures by it.
Forum: Plugins
In reply to: [Easy Instagram] A few questions…Hello Mike,
Your feedback is very important for us and we’ll consider to add these features in our next releases.
Meanwhile you can hide the picture’s info from css.
Hide the author:div.easy-instagram-thumbnail-wrapper div.easy-instagram-thumbnail-author{ display:none; }
Hide the details / caption:
div.easy-instagram-thumbnail-wrapper div.easy-instagram-thumbnail-caption{ display:none; }
Hide the date:
div.easy-instagram-thumbnail-wrapper div.easy-instagram-thumbnail-time{ display:none; }
Also using CSS you can put the images in a grid. For example
div.easy-instagram-thumbnail-wrapper{ width:150px; float:left; display:inline-block; }
Forum: Plugins
In reply to: [Easy Instagram] Installation – Account LoginYou should use
[easy-instagram tag='whatiwore' limit=5]
for displaying pictures tagged with whatiwore.
Use[easy-instagram user_id='54646131' limit=5]
for showing specific user’s images, in this case your own images.
Please don’t mix tag and user_id in the shortcode.Regards,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] Installation – Account LoginHello,
Please make sure the Redirect URI in both the Instagram Application Config and Easy Instagram plugin have the exact same base URL, both with or without the www prefix.
Some users had this problem before, due to a missing www prefix:
https://www.ads-software.com/support/topic/plugin-easy-instagram-not-showing-instagram-user-id?replies=20Please let us know if this fixes your problem.
Forum: Plugins
In reply to: [Easy Instagram] Change the size of the thumbnailHello,
And thank you for using our plugin. Unfortunately the current version doesn’t support image resizing but we are working on this and we’ll release a new version soon which will include this feature.
For the moment you can change the thumbnails sizes by editing the CSS:
div.easy-instagram-thumbnail-wrapper img.easy-instagram-thumbnail{ width:200px !important; height:auto !important; }
If you want to resize the thumbnails only for example in a sidebar you can do something like this:
.sidebar_classname div.easy-instagram-thumbnail-wrapper img.easy-instagram-thumbnail{ width:200px !important; height:auto !important; }
Forum: Plugins
In reply to: [Easy Instagram] doesn't show my own picHi,
If you are using our widget select User ID as Type and fill in the Value field with your Instagram ID.