• Resolved xxxhoop

    (@xxxhoop)


    The rencontre member dashboard functionality does not work at all..you can click edit profile etc. and nothing happens. Also there is an issue with the registration because for some reason the initial activation password sent to the user does not work one has to request a second..”lost password” for it to work. So as it stands right now..the site has no FUNCTIONALITY.

    https://ww.wp.xz.cn/plugins/rencontre/

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    Your last update is 1.7.3 or 1.7 ?

    What is your WP version ?

    Regards

    Thread Starter xxxhoop

    (@xxxhoop)

    I am using the WP 4.3 and rencontre Version 1.7.3 which i updated today. This has been happening prior to the Version 1.7.3 update and nothing changed after update.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Update 1.7.3 has fixed your registration issue (link in place of an email).

    I haven’t seen your bug in Dashboard with the new WP 4.3. I will check again.

    Regards.

    Thread Starter xxxhoop

    (@xxxhoop)

    The site in question is pickedher.com if this helps in any way..just checked again and the issue is still there.

    Thread Starter xxxhoop

    (@xxxhoop)

    Just an update. I created a new site with your plugin today on a different hosting platform and it has the same issue the user dashboard loads ok but one cannot do anything when one clicks on any of the tabs. WordPress 4.3 and recontre 1.7.3 the site is clubbarh.com

    Plugin Author Jacques Malgrange

    (@sojahu)

    New install with WP 4.3 and Rencontre 1.7.3.
    Work fine with Firefox and Chromium in Admin.
    Bug with Opera : need to actualize to see the return page in Profile but action is OK.
    – What is your browser ?
    – Do you have the bug with Firefox ?
    – What do you see exactly ?

    If you want, give me your admin login and password by mail for clubbarh.com. I will check it. Mail.

    Regards,

    Thread Starter xxxhoop

    (@xxxhoop)

    I am using chrome, tried firefox not working either i am sending adimn login info as per instructed. You might need to register first on both sites to get to RENCONTRE to see what is going on, i have never tried to access rencontre under my admin login so i am not sure if that works…sending now

    Plugin Author Jacques Malgrange

    (@sojahu)

    OK, I have misunderstood ; the bug is not in ADMIN part but in the member part.
    It comes from the WordPress update 4.3 : you need now to open session.

    Rencontre update will be available tonight.

    Regards,

    Thread Starter xxxhoop

    (@xxxhoop)

    Not sure what you mean by and i quote ” you need now to open session.” i will be waiting for the update. Thanks Jacques

    Thread Starter xxxhoop

    (@xxxhoop)

    Thanks all is well now. But I have another issue, initially I had set the plugin go to page with the shortcode on the homepage but it drifts the dashboard too low down the computer screen because of the template makeup. I created another page “account” and installed the recontre short code there and set up the page on general settings as the go to page. It worked for several hours but now the plugin has reverted to the original front page as the user dashboard go to even though the settings on general are pointed to account page.

    This also happened with the other site but I decided to keep the original placement.

    This is not the case with the new site clubbarh.com I would like the dashboard to be on the account page as opposed to the original set up on the fron page.

    Thanks again for your help

    Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    May-be you have Update the template and your created page has disappeared ?

    Each template being specific, I can’t find solution.

    Regards,

    Thread Starter xxxhoop

    (@xxxhoop)

    The page is still there infact I have installed a redirect plugin to redirect the user to the page but for some reason this is not happening. I have not updated the template. It looks like rencontre only takes into effect only the initial page that the settings where made to load the user dashboard and will not allow any changes there after. As stated prior I ran into the same issue with the other site but decided to stay with the original settings. Also as stated prior it worked for a few hours but then reverted to the initial settings even though I have a redirect plugin to make sure that the user is redirected to their dashboard on that particular page.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Hi Andy,

    If you use the Shortcode or a code in the template, add this code after or before the shortcode/code :
    <h1>******PAGE RENCONTRE*****</h1>

    If you see this line but not the Member Dashboard (shortcode), there is a problem with Rencontre or the Shortcode or the member is not seen connected or doesn’t exist in Rencontre.

    If you don’t see this line, the problem is in your config.

    Regards,

    Thread Starter xxxhoop

    (@xxxhoop)

    On the page that i want rencontre to render i see the <h1>******PAGE RENCONTRE*****</h1> and not the dashboard.

    On the page that i originally set up the code i see the <h1>******PAGE RENCONTRE*****</h1> and the dashboard.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Problem with shortcode ?

    In your template, add this in your function.php :

    function my_shortcode() {
    $i = '<h1>***TEST MY SHORTCODE</h1>';
    return $i;
    }
    add_shortcode('my-shortcode', 'my_shortcode');

    In your page, at the same place of the previous code (test rencontre), add this new shortcode : [my_shortcode]

    What is the result ?

Viewing 15 replies - 1 through 15 (of 20 total)

The topic ‘Something Has Gone Wrong After Last WP Update’ is closed to new replies.