boziboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity PDF] Better Notices for breaking upgrades!I appreciate the response. I think the reason I still saw the notice was because my localhost is running PHP 5.6.2 and the server that i’m deploying to had PHP 5.3. I guess the lesson learned here is I should always have matched my PHP version on the live server to what i’m running locally…I’ll smack my own head for that mistake.
Thanks again for your help and a super powerful plugin. Have a nice day ??
Kind regards,
Jason
Forum: Plugins
In reply to: [Membership 2] Plug-in having problems when upgrading to WP 4.0This plugin has also been broken for me too. The “Associated Role” feature is not work at all since 4.0 update. Can the developers comment on whether they are aware of this? Or, if/when they plan to have a resolution?
Forum: Fixing WordPress
In reply to: WP 3.2.1 Really slow stillAfter searching and searching, leup figured it out.
This worked very well for me:
“Try to log to this page (being logged as admin) :https://yoursite/wp-admin/upgrade.php?step=1
Click on the “Update Database” button, and voilà ! (well, it worked for me (twice), I hope it will work for you too !) “
Props to Leup!!
@strangerstudios
Thanks man, You and your product are awesome! Really good support and would recommend your product to anyone!I have issues with both login and logout. But I abandoned my efforts to fix the LOGOUT redirect because Logging in is more important.
I can’t seem to get wordpress to refresh within the Facebook IFRAME APP either when logging in or logging out using your facebook login plugin. I keep thinking I have it figured it out, but then new issues come up like it redirects to blank page when logging in etc. Let me know if you need more details, I’m also more than willing to pay/donate for a solution asap.
Hi AHWEBDEV,
I tried changing the redirect URLs to “null” in the widget and settings page, but it did not work. I also tried to override the login custom callback but that didn’t work for me either. I’m still working on it. I might just hide the option to logout for now and see if that improves the user flow. Thanks again for the suggestion, and keep ’em coming if you think of anything else.
Thanks,
Jason
I have SSL installed on my server, so no worries there.
I found the place to alter the code (line-729 in AWD_facebook.php). The “auth.logout” section was commented out so when I removed the comments and changed the “window.location.reload” to “window.parent.reload” the page reloaded correctly on logout. In other words, the wordpress installation refreshed within the page tab.
However, now when I try and login it does not refresh the page. I know i’m really close. Just need a push over the edge.
FB.Event.subscribe('auth.login', function(response) { //reload only if php sdk think user is not logged in. if(!phpLoginStatus){ if(window.location != window.parent.location) { // page is in iframe so we need to refresh it top.parent.href = '<? echo $this->facebook_page_url; ?>'; }else{ // page is displayed standalone window.parent.reload(true); } } }); FB.Event.subscribe('auth.logout', function(response) { window.parent.reload(); });
Thank you so much for your time!
Wow! Thank you for the super speedy reply! I’m going to try it out and let you know how it goes.
Hi there, How can I stop redirection from happening? I’m embedding a site within facebook and use the login feature to register users, however after then login they are redirected out of the facebook tab, and back to the main blog url. The ideal flow would be: user logs in and wordpress refreshes within the page tab. Basically i need to change the target of the redirection from _top to _parent.
Forum: Themes and Templates
In reply to: [P2] [Theme: P2] Upload/Insert image option for users?You’re welcome, i got the solution from another post, but I can’t remember where it is. Also, I’m trying to replace the built-in media upload function with an input field, but i’m not having any luck. I want the process of adding images to be much simpler and one click. If P2 had the ability to add custom fields it would be a super powerful theme. If anyone has any ideas I would greatly appreciate it?
Forum: Themes and Templates
In reply to: [P2] [Theme: P2] Upload/Insert image option for users?use the “User Role Editor” plugin to give “uploading media” capability to your default user role. Hope that helps.
CAN’T TAKE IT ANYMORE! Wow, i’ve tried everything that i know how to do to get this plug-in to work…and now i’m worked up! Support forums fail, It works, it doesn’t, it works again, then it poops out. I’m out, never using this plug in again. What’s the use when there are so many restrictions and soooooo many weird things that make it stop working. Over it!