vir27
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Widget AreaHi alchymyth,
Sorry, forgot to mention that i was talking about back end structure of widget section in appearance. Check “Parker” with twenty ten, you will get my point.
Forum: Plugins
In reply to: [Simply Instagram] stopped workingwhich kind of bug? So if it happen, i can keep watch on that.
Forum: Plugins
In reply to: [Simply Instagram] stopped workingHi,
It’s working from just now. As there was some problem with client info(Id and secret), it was not working. I have added new client and updated the same.
Thanks for your quick support.Really appreciated.
Forum: Plugins
In reply to: [Simply Instagram] stopped workingNo, it’s not. It’s not fetching any values from instagram…. it means that it’s not getting username as well. Yes instagram access is there for this application.
Have you checked there?
Forum: Plugins
In reply to: [Simply Instagram] Displaying all images from a feedYou can add count parameter in below line in simply-instagram-functions.php and replace 60 with numbers of pics you want to display. May be plugin author can give option for this in back end for dynamic numbering.
$apiurl = “https://api.instagram.com/v1/users/” . $user_id . “/media/recent/?access_token=” . $access_token;
Replace with
$apiurl = “https://api.instagram.com/v1/users/” . $user_id . “/media/recent/?access_token=” . $access_token.”&count=60″;
Forum: Plugins
In reply to: [Instapress] BrokenPlease update friend! This is not working at all for current version of wordpress!!!!
i am using for instagram app. i am not trying to view any private photos.
and i am working it locally,can it cause the problem?{“code”: 400, “error_type”: “OAuthException”, “error_message”: “Redirect URI does not match registered redirect URI”}
may be of this error?
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] facebook likes 0!!Thanks bdoga that solved my issue.
OK. looks like this will do it. Thanks.
well….. it was jquery conflict issue, solved now. Thanks everyone.
I have updated plugin to the latest version of plugin, but still one issue at front end:
where map is there in the event, map is not loaded. It’s saying all the time “it’s loading” in map area.
Yes i have tried both the options of deactivating plugins and theme but it didn’t solve my issue.
No, nothing is there in error log file, this is just for “location” where it is unable to find Map at back end and as well as at front end. All other functionality are working like date picker, time picker…just issue for location/map. And yes because of this all html tags in ‘Text’ editor are not visible. (jQuery issue after WordPress version upgrade!!!)
No front end having the same issue, On the event page it says “Map Unavailable”
I am facing this issue at back end,does re-saving permalink will help?