Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author WP Fortune

    (@bpluijms)

    I will dive into it and get back to it later this week.

    Thread Starter neuroticartist

    (@neuroticartist)

    wow that would be great!

    Plugin Author WP Fortune

    (@bpluijms)

    Hi!

    I’ve just updated the widget to version 0.2.
    I’ve added the logout url and added some classes for better CSS styling.

    If you like our widget, please rate us 😉
    It helps us developing better plugins.

    I have just translated the widget to Norwegian Bokmål (nb_NO).
    If anyone wants the files please contact me.

    Plugin Author WP Fortune

    (@bpluijms)

    Hello Jan-Ivar,

    Great!

    Could you send them to me?
    I will attach them in our next release.

    Thank you in advance,

    Bart

    Hello
    I’ve install your fantastic plug-in but whe I use the logout link appair this error message:

    You don’t have permission to access /blog/wp-login.php on this server.

    Could I help me?

    Barbara

    Plugin Author WP Fortune

    (@bpluijms)

    Hi Barbara,

    I will try to have a look at it later this day. I will come back to your message asap.

    Bart

    Plugin Author WP Fortune

    (@bpluijms)

    Hi Barbara,

    I have checked the plugin, but I can’t find any errors.

    Maybe it has something to do with your installation.

    Please send me the following details to wordpress [at] geev [dot] nl and I will respond as soon as possible.

    – Your URL
    – A list of plugins using
    – Are you in a multi site environment?

    My test URL is

    http://www.giochiamoassieme.com/blog/negozio-giocattoli

    Plugin:
    Woocommerce
    WooCommerce Customer/Order CSV Import Suite
    WooCommerce Google Product Feed
    WooCommerce Product CSV Import Suite
    WooCommerce Video Product Tab
    WooThemes Updater

    WPML Multilingual CMS
    WPML CMS Nav
    WPML String Translation

    Social Login
    Replace WP-Version

    I have the blog on-line and I’m preparing the new website at that URL.

    Barbara

    Plugin Author WP Fortune

    (@bpluijms)

    Hello Barbara,

    It’s hard to say what’s wrong.
    It has something to do with the redirect, but because I don’t know your whole installation, I can’t give you a solution.

    If has something to do with the http:// in the redirect. If you remove it from the logout url, it works.

    Maybe this is something inside your htacess? Or have you done some changes to login / logout inside your function.php?

    I’ve done a new release (.6) which maybe solves your problem. If not, you could change the redirect location on line 86 of our plugin.

    Change:
    if(is_multisite()) { $woo_ma_home=network_home_url(); } else {$woo_ma_home=home_url();}
    to:
    $woo_ma_home='';

    If you do this, your plugin is no longer update proof.

    Hello Bart

    I install new realease but the Logout Button doesn’t work.

    So I correct the line 86 and Logout work but compare the WordPress admin page where I configure the homepage? I would when the customer logout go to the my homepage.

    I’ve read on Woocommerce Forum it’s a problem who have some developers, it’s seems the reason was the short_code woocommerce_logout.

    Thank you
    Barbara

    Plugin Author WP Fortune

    (@bpluijms)

    Hello Barbara,

    We’re not using this shortcode woocommerce_logout. We’re just using the basic wordpress logout function which should work.

    If you changed line 86 into what I told you there is no longer a redirect to the homepage, but you can specify the url yourself if you need this.

    $woo_ma_home='/url/you-want/';

    I still think it’s something inside your installation or some server restriction.

    Nevertheless we are going to search for another solution which maybe helps you to solve the problem.
    Just give us a couple of days and we will get back to it.

    Best regards,
    Bart

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Sign Out Button?’ is closed to new replies.