Pro Disabling Plugin's Button Function

Hello-

Our Agency is testing this plugin suite: https://wholesalesuiteplugin.com/ with our clients, in hopes to find a solution for their Wholesale needs. We love everything about it… except how it looks out of the box, like most front-end-visible plugins. The particular ‘pages’ through ‘shortcodes’ that Wholesale Suite creates throws fields to the left with too much spacing, etc. -In an attempt to lightly style the ‘Registration’ page, we created a new page in Pro, placed the shortcode in a new section, center-aligned it, added some grey to the background… looked much better! Except… you would fill out the form in the tests, and the ‘REGISTER’ button wouldnt load a page or do anything. I submitted a ticket with Wholesale Suite, and they determined that Pro disables the button. So… were back to an ugly front-end appearance, with functionality. Short term, yes, not a solution, long-term.

Can you have a look and see if you can place the registration shortcode in a Pro-built page and get a registration to work? If not, are you guys able to coordinate a ‘fix’ for this, in a future update?

Thank you!

Drew
SUITED

Hi there,

Is this the register button that you mentioned?

It seems to be working fine but the page reloads as you click on the register button. You might need to check the plugin settings if they allow AJAX submission so that the page will not need to reload as you submit it.

Thank you.

Hi Jade-

No, that’s the standard WP/Woo Login.
On the main menu click ‘Wholesale’>‘Register’… fill it out with test info, and you’ll see how THAT register button does not work. What youre looking at on this page is a shortcode on a Pro-built page, where as placing the shortcode just in the stock WP editor section, allows a registration. Here’s an example of that:

http://staging.eccentric-pattern.mysites.io/test-wholesale-registration-page/

…THIS register button does work. My hope is to be able to build a page in Pro, place this plugin’s shortcode, and have the submit/register button work. Styling AND function.

Thanks

Hello There,

The form will always be display from the left side. If you want to center it, you may use this shortcode:

<div style="max-width: 400px; margin: 0 auto;">
[wwlc_registration_form]
</div>

This will set a maximum width of 400 pixels wide for the form container. By default, the input field displays the default width. Pro does not modify or have a certain css that blocks any styling of the form field. If you want to display the input fields the same width as the form container, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

#wwlc-registration-form input {
    min-width: 100%;
}

The final output may look like this:

And I have tested the form by inputting the required fields and it seems to work. I have successfully submitted all the information I entered.

Please let us know how it goes.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.