• Resolved FireFlyWebs

    (@fireflywebs)


    I am using Page Builder because I like the classic editor it offers. I found a login widget to add to the forum menu bar but it doesn’t work from all devices. This one: Login Widget With Shortcode

    Can you suggest how I get a forum login widget for the forum menu bar, and/or the sidebar that works with wpForo, and is hassle free for phones and tablets. I had to create a custom login as an option for the members who can’t get in from their devices using the one above.

    Any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author forum

    (@blackraz)

    Hi @fireflywebs

    I see you have tried a third-party widget plugin. For any issues related to that widget, please contact their developers.

    P.S. We suggest using the wpForo built-in widget “wpForo User Profile & Notifications.

    Thread Starter FireFlyWebs

    (@fireflywebs)

    I don’t see how to apply wpForo User Profile & Notifications

    As a matter of face, the @nickname is not sending out emails.

    Can you point me to where to activate this.

    Server email is working as I have WP Mail SMPT installed and all tests work.

    Thread Starter FireFlyWebs

    (@fireflywebs)

    I moved Profile and Notifications to it’s own post.

    Thread Starter FireFlyWebs

    (@fireflywebs)

    But this ticket is itself not resolved since I found the widget for the login User Profile & Notifications but it is not working. It is doing the same thing the other login widget is doing for the login feature.

    You cannot put your cursor in the captcha box which is annoying. So I disabled the captcha.

    https://forum.civis4reform.org/wp-content/uploads/2024/08/Login.jpg

    However, since this is a private forum by and invitation only I don’t want the register button.

    I added css but it displays anyway. Can you give me a work around?

    .wpf-button: {
    display: none !important;
    }

    I’ve had to disable the widget for now until I hear back regarding how to hide the register button.

    Plugin Author forum

    (@blackraz)

    Hi @fireflywebs
    You can try this CSS to hide the register button.

    #wpf-widget-profile .wpf-prof-footer .wpf-button[href*=”/sign-up/”] {

    display: none !important;

    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.