Captcha Display on Sandwhich Theme

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

Captcha Display on Sandwhich Theme

Postby JacquieVC » Wed Feb 18, 2015 9:32 am

When Captcha is turned on in Registration Page - using the Sandwitch Theme - the layout is messed up. The Captcha DIV overlaps other areas. See attached image.
In the other Themes it does not overlap - and looks OK.

We really want to use the Sandwitch theme with Captcha and would appreciate your assistance.

We are using Joomla 3.3 and VirtueMart 3. Template JSN Gruve Pro
captchaError.jpg
How it displays
captchaError.jpg (97.96 KiB) Viewed 4080 times
JacquieVC
 
Posts: 1
Joined: Wed Feb 18, 2015 9:15 am

Re: Captcha Display on Sandwhich Theme

Postby admin » Thu Feb 19, 2015 2:49 pm

hello, please send me your URL to our email to info@rupostel.com and i can suggest you a CSS which will clear the surrounding and move it a bit lower. Each captcha is using it's own internal CSS usually and thus it may need to get wrapped with :

<div class="captcha">
echo $captcha; // as within the onepage.unlogged.tpl.php file
</div>

and then within onepage.css you can try this:

div.captcha {
float: left;
clear: both;
min-height: 150px;
min-width: 300xpx; // in case it loads with an iframe or similar...
}

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 3 on Joomla 3.x

cron