VeloMedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Instagram] doesn't show my own picHello,
If you want to show the pictures you or other users are uploading on Instagram you can use user_id=’instagram user id here’ in our shortcode. Please see our examples from the readme.txt file.
*Examples:*
* [easy-instagram user_id=’123456789′]
* [easy-instagram tag=’puppy’ limit=2]
* [easy-instagram user_id=’123456789′ limit=4]
* [easy-instagram tag=’puppy’ limit=2 caption_hashtags=false]Forum: Plugins
In reply to: [Easy Instagram] Different html/css for widgets pleaseHello,
And thank you for your interest in our plugin. All your html requirements can be solved by just customizing the styles, using cascade css. For example if you want your widget to to be centered aligned you will use
div.easy-instagram-thumbnail-wrapper {text-align:center;}
But if you want easy instagram’s content to be left align on the gallery page for example you will use
.gallery page div.easy-instagram-thumbnail-wrapper {text-align:left;}
So you can have different looks for the plugin on different pages, using casecade css.
Forum: Plugins
In reply to: [Easy Instagram] easy-instagram-thumbnail-author not showingadsleeblythe, the latest release is available.
Please use the 1.2.2 version and let us know how it’s working for you.Thank you again,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] easy-instagram-thumbnail-author not showingSorry for this, I was giving you a wrong line based on the development code. The correct line from your pastebin is 414.
You might also want to comment the lines 504-507 as the image post/tagging time is not reported correctly in your case.
We will release an update in a few hours.
Thank you for your understanding.Forum: Plugins
In reply to: [Easy Instagram] easy-instagram-thumbnail-author not showingadsleeblythe, we will include a fix for this in the next release.
Meanwhile please edit the easy-instagram/index.php file and replace the line 501:
$caption_from = '';
with
$caption_from = $elem->user->full_name;
Sorry for the inconvenience and thank you for helping us fixing this issue.
Forum: Plugins
In reply to: [Easy Instagram] easy-instagram-thumbnail-author not showingHi adsleeblythe,
Can you tell us what tag did you use ? Do you have this problem by using the shortcode or the widget ?
Thank you,
VeloMediaForum: Plugins
In reply to: [Easy Instagram] Does Not WorkI’m sorry you’re having difficulty, lebowski. Yes, the widget has been tested successfully to appear in sidebars that are programmed to feature widgets. We wouldn’t be able to troubleshoot without seeing your configuration.
If you would like to contact us privately and provide temporary access to your WordPress install, we’d be happy to take a look. Write to us via our contact form here, https://www.velomedia.com/contact/, and we’ll get right back to you.
Regarding resizing, “Easy Instagram” is not currently built for resizing options. But we’ll take that as a recommendation for future versions.
Thanks, VeloMedia
Forum: Plugins
In reply to: [Easy Instagram] Widget title?Hello
And thank you for helping us improving our plugin. We will release very soon a new version which will include a title for the widget.
Forum: Plugins
In reply to: [Easy Instagram] Centre PhotosIf you want to center align the picture you need to add in your style.css the following:
div.easy-instagram-thumbnail-wrapper {text-align:center;}
This actually will align all the content to center. If you want just the image to be center aligned but you want to keep the text aligned to left you also need to add:
div.easy-instagram-thumbnail-author, div.easy-instagram-thumbnail-caption, div.easy-instagram-thumbnail-time{ text-align:left; }
Forum: Plugins
In reply to: [Easy Instagram] Centre PhotosYou can control their style directly from the css of your website, from style.css.
Forum: Plugins
In reply to: [Easy Instagram] Centre PhotosHello,
The way the pictures are aligned can be customized directly from the CSS.
Forum: Plugins
In reply to: [Easy Instagram] Warning: curl_setopt() [function.curl-setopt]Hello,
On some PHP configurations CURL cannot follow a page redirect but we will try to fix this in the next release. Meanwhile, if safe_mode is on on your server you should try setting it to off. safe_mode is deprecated and it will be removed: https://php.net/manual/en/features.safe-mode.php
Thank you,
VelomediaForum: Plugins
In reply to: [Easy Instagram] Horizontal layout/links to instagramHello,
And thank you for your interest in our plugin. You can solve the first point using CSS styles. Each thumbnail has a div container with a CSS class on it so you can customize it they way you want.
The second item represents a feature we’ll try to implement in our next release.
Regards
Forum: Plugins
In reply to: [Easy Instagram] [Plugin: Easy Instagram] Not showing Instagram User IDHello Kudrati,
We noticed that in your WP General Settings, the WordPress Address and the Site Address URLs are defined without the www prefix (https://sheeshagardencafe.com). However, in the Instagram settings your Redirect URI has the www prefix (https://www.sheeshagardencafe.com/…).
Please make sure the Redirect URI in both the Instagram Application Config and Easy Instagram plugin have the same base URL, in your case without www, or change your site URL to include www.Thank you for helping us to find the source of this issue.
Forum: Plugins
In reply to: [Easy Instagram] [Plugin: Easy Instagram] Not showing Instagram User IDHi hkudrati,
Sorry for the inconvenience, we were doing some maintenance work but the site is back online. Can you please try again ?
Thank you.