OptimalDevs
Forum Replies Created
-
Forum: Plugins
In reply to: [Sexy Login] how to fix logout issueWe’re glad we were able to help.
Don’t worry about the .htaccess file if it’s all works right. WordPress can be disconcerting sometimes. Check your WordPress Address and Site Address in “Settings -> General” and make sure they are correct. That’s all.
Forum: Plugins
In reply to: [Sexy Login] how to fix logout issueWe have tested your custom structure and ssl logouts but all works fine. Probably the missing of a slash it’s caused by some bad configuration in the .htaccess file or by other plugin. We really don’t know. If the “sexy_login_current_url()” function is failing, you must have the same issue when a user logging on a topic.
A new version of Sexy Login is coming, and we will take a careful look into this part.
The final fix for your special problem must be replace:
wp_logout_url( site_url(‘/’) )
with:
wp_logout_url( $_SERVER[‘REQUEST_URI’] )
And if the problem persist, replace with:
wp_logout_url( ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ . $_SERVER[‘REQUEST_URI’] )
Thanks again, waiting for your response.
Forum: Plugins
In reply to: [Sexy Login] how to fix logout issueHi jason102178.
We are trying to reproduce the same issue but we can’t, the plugin is working as expected.
Please tell us if you are using SSL logins and the custom structure links in your WordPress ( Settings -> Permalinks -> Custom Structure, something like this: /%year%/%monthnum%/%postname%/).
In advance, you can fix temporaly this issue editing the sexy-login-widget.php file in the plugin root. Localize the line 46 and replace:
wp_logout_url( sexy_login_current_url() )
with:
wp_logout_url( site_url(‘/’) )
Thanks for the feedback, and sorry for the mistake.
Forum: Plugins
In reply to: [Sexy Login] Avatar resizeThanks for the feedback, in the next version you will see this option.
Forum: Plugins
In reply to: [Sexy Login] how to remove avatarTopic resolved.
Forum: Plugins
In reply to: [Sexy Login] Add Custom LinksTopic resolved.
Forum: Plugins
In reply to: [Sexy Login] how to remove avatarHi.
When you put the widget in the sidebar, you can uncheck the option “Show Avatar”.Forum: Plugins
In reply to: [Sexy Login] Add Custom LinksHi.
We are working on a new “Sexy Login” version which will include that functionality.
Thanks.global $wpdb; $table_name = $wpdb->prefix . 'table_name';Database Table Prefix
http://codex.wordpress.org/Class_Reference/wpdbBest regards, Alejandro Gálvez – OptimalDevs.
Forum: Reviews
In reply to: [Sexy Login] Looks great!Thanks for comment and download. We are glad that you like it. 🙂