VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Magev88 on February 24, 2016, 12:06:51 PM

Title: REGISTER button disappeared
Post by: Magev88 on February 24, 2016, 12:06:51 PM
Hello,
like the title today a user try to register to my site here: http://www.rocks-4x4.it/index.php/it/my-account/edit
and can't complete the registration. I have make a test, and in effect the REGISTER button is disapperead! Why? Yesterday users can be register to the site, and i don't have touch nothing.

What can i do?
Thanks in advance for help

VM version: 3.0.0
Joomla Version: 3.4.8
Title: Re: REGISTER button disappeared
Post by: AH on February 24, 2016, 13:11:51 PM


Consider what you might  have changed!
Title: Re: REGISTER button disappeared
Post by: AH on February 24, 2016, 13:23:11 PM
if you look in your page source code

.buttonBar-right .button, .payment-validate .button {
  visibility: hidden;
}


<button onclick="javascript:return myValidator(userForm, 'saveUser');" type="submit" class="button">Registrati</button>
<button onclick="window.location.href='/index.php/it/my-account'" type="reset" class="button reset">Annulla</button>



Your buttons are there, they are just being hidden by the css

Title: Re: REGISTER button disappeared
Post by: jenkinhill on February 24, 2016, 13:31:19 PM
Are you really using VM version: 3.0.0  ?  Current stable version is 3.0.12
Title: Re: REGISTER button disappeared
Post by: Magev88 on February 24, 2016, 14:46:34 PM
Sorry, 3.0.9 for VM
But i have made a quick test in local, updating VM but situation doesn't change (also changing template).

I don't have touch nothing, and yesterday user can register. I have see that button are hidden, but i didn't found the CSS for try to remove "hidden".

Title: Re: REGISTER button disappeared
Post by: jenkinhill on February 24, 2016, 15:20:03 PM
The css is:
.buttonBar-right .button, .payment-validate .button {
    visibility: hidden;
}

in http://www.rocks-4x4.it/t3-assets/css/css-b2d50.css?t=283

VM3.0.9 was not a stable release, the latest secure stable release in VM3.0.12   http://virtuemart.net/news/latest-news/473-security-release-virtuemart-3-0-12
Title: Re: REGISTER button disappeared
Post by: Magev88 on February 24, 2016, 15:42:14 PM
Ok, i found it! Thanks :))
I will make an update of VM. But how is it possible for you that until yesterday morning i see that buttons, and today they do not show?
Title: Re: REGISTER button disappeared
Post by: jenkinhill on February 24, 2016, 16:10:49 PM
Quote from: Magev88 on February 24, 2016, 15:42:14 PM
how is it possible for you that until yesterday morning i see that buttons, and today they do not show?

Assuming your site has not been hacked, did you update the template or T3, or update/add/remove some other extension?
Title: Re: REGISTER button disappeared
Post by: AH on February 24, 2016, 16:16:49 PM
QuoteConsider what you might  have changed!

Quote
.buttonBar-right .button, .payment-validate .button {
  visibility: hidden;
}

Code: [Select]

<button onclick="javascript:return myValidator(userForm, 'saveUser');" type="submit" class="button">Registrati</button>
<button onclick="window.location.href='/index.php/it/my-account'" type="reset" class="button reset">Annulla</button>


Your buttons are there, they are just being hidden by the css


As i said -

CSS  and what (if anything) did you change
Title: Re: REGISTER button disappeared
Post by: Magev88 on February 24, 2016, 16:21:41 PM
I only handle this site, but between yesterday and today I did not touch anything.
I doubt that my client may have done something about..he only used the Joomla control panel, no FTP or something else.

:-\