NYCPHP Meetup

NYPHP.org

[joomla] joomla Digest, Vol 36, Issue 4

Mustafa Karim mhkarim at gmail.com
Sat Dec 5 13:32:27 EST 2009


On Dec 5, 2009 12:00 PM, <joomla-request at lists.nyphp.org> wrote:

Send joomla mailing list submissions to
       joomla at lists.nyphp.org

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.nyphp.org/mailman/listinfo/joomla
or, via email, send a message with subject or body 'help' to
       joomla-request at lists.nyphp.org

You can reach the person managing the list at
       joomla-owner at lists.nyphp.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of joomla digest..."


Today's Topics:

  1. virtuemart login at checkout (Mark Simko)
  2. Re: virtuemart login at checkout (Donna Marie Vincent)
  3. Re: virtuemart login at checkout (Mark Simko)
  4. Re: virtuemart login at checkout (Gary Mort)
  5. Re: virtuemart login at checkout (Mark Simko)
  6. Re: virtuemart login at checkout (Mark Simko)


----------------------------------------------------------------------

Message: 1
Date: Fri, 04 Dec 2009 13:14:16 -0500
From: Mark Simko <masimko at verizon.net>
To: JoomlaList <joomla at lists.nyphp.org>
Subject: [joomla] virtuemart login at checkout
Message-ID: <1259950456.23597.97.camel at jersey>
Content-Type: text/plain

I've been looking for hours. Hopefully someone on this list knows how to
fix this:

On checkout in a virtuemart store, there is a login page that has an
accordion / stretcher that doesn't have enough vertical space. The
stretcher div is 135 pixels high, and it cuts off the 'remember me'
checkbox and label.

Does anyone know where to change the height assigned to this? It's using
mootools to open up a form.

The good news is that I'm much more acquainted with virtuemart. The bad
news is that I know it much more intimately than I really care to. Also,
this problem is keeping me from getting to fixing the other annoying
crap that's wrong with it.

Any guidance, no matter how brief, is much appreciated.

Thanks,
Mark



------------------------------

Message: 2
Date: Fri, 4 Dec 2009 10:17:30 -0800 (PST)
From: Donna Marie Vincent <donnamarievincent at yahoo.com>
To: "NYPHP SIG: Joomla" <joomla at lists.nyphp.org>
Subject: Re: [joomla] virtuemart login at checkout
Message-ID: <393960.98809.qm at web35604.mail.mud.yahoo.com>
Content-Type: text/plain; charset="us-ascii"

Yeah, I had a client with that exact same issue when using a RocketTheme
template.

I had to do some fiddling with the html/css.  What a pain!

which template are you using on the site?




________________________________
iTeachMe(TM) online learning system for Joomla!(R) web development
See us on: Facebook, Twitter, YouTube






________________________________
From: Mark Simko <masimko at verizon.net>
To: JoomlaList <joomla at lists.nyphp.org>
Sent: Fri, December 4, 2009 1:14:16 PM
Subject: [joomla] virtuemart login at checkout

I've been looking for hours. Hopefully someone on this list knows how to
fix this:

On checkout in a virtuemart store, there is a login page that has an
accordion / stretcher that doesn't have enough vertical space. The
stretcher div is 135 pixels high, and it cuts off the 'remember me'
checkbox and label.

Does anyone know where to change the height assigned to this? It's using
mootools to open up a form.

The good news is that I'm much more acquainted with virtuemart. The bad
news is that I know it much more intimately than I really care to. Also,
this problem is keeping me from getting to fixing the other annoying
crap that's wrong with it.

Any guidance, no matter how brief, is much appreciated.

Thanks,
Mark

_______________________________________________
New York PHP SIG: Joomla! Mailing List
http://lists.nyphp.org/mailman/listinfo/joomla

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.nyphp.org/pipermail/joomla/attachments/20091204/a7451b1c/attachment-0001.html
>

------------------------------

Message: 3
Date: Fri, 04 Dec 2009 14:09:52 -0500
From: Mark Simko <masimko at verizon.net>
To: JoomlaList <joomla at lists.nyphp.org>
Subject: Re: [joomla] virtuemart login at checkout
Message-ID: <1259953792.23597.109.camel at jersey>
Content-Type: text/plain

In answer to my own question:

I'm putting this up so that others may not have to waste a few hours of
their life chasing this down.

Issue: virtuemart checkout cutting off half of 'remember me' checkbox in
the login form

Fix: edit the file:
components/com_virtuemart/themes/YOUR
THEME/templates/checkout/login_registration.tpl.php

line 54 is:
/*fixedHeight:125,*/

change to:
fixedHeight:145,

When you change the line, you also remove the comment syntax so that the
line is not ignored.

If anyone knows of a better fix, I'm all ears!

cheers,
Mark



------------------------------

Message: 4
Date: Fri, 4 Dec 2009 14:18:20 -0500
From: Gary Mort <garyamort at gmail.com>
To: "NYPHP SIG: Joomla" <joomla at lists.nyphp.org>
Subject: Re: [joomla] virtuemart login at checkout
Message-ID:
       <4bffc350912041118o174f12cn5f79119eb0714095 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On Fri, Dec 4, 2009 at 1:14 PM, Mark Simko <masimko at verizon.net> wrote:

>
>
> Any guidance, no matter how brief, is much appreciated.
>
>
I see you have already fixed it, but you may find this a little helpful.

Virtuemart has a "debug mode" - when you enable it it will place little
graphical question marks on the page for each template, and if you hover the
mouse over them it will show you which template file is being used to create
the html being displayed.

A lot quicker to find changes that way.


--
----
Hudson Valley Sudbury School
What GPL is for application users
Our school is for students
Help your children grow, change, and learn
Let your child direct, control, amend
Check out http://www.sudburyschool.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.nyphp.org/pipermail/joomla/attachments/20091204/1cdbc3f9/attachment-0001.html
>

------------------------------

Message: 5
Date: Fri, 04 Dec 2009 14:25:25 -0500
From: Mark Simko <masimko at verizon.net>
To: JoomlaList <joomla at lists.nyphp.org>
Subject: Re: [joomla] virtuemart login at checkout
Message-ID: <1259954725.23597.113.camel at jersey>
Content-Type: text/plain

Scratch out that fix. It restricts the height of the register form when
you check the register radio button. Oh well, back under the hood for
me.

CUL8R
Mark



------------------------------

Message: 6
Date: Fri, 04 Dec 2009 16:15:02 -0500
From: Mark Simko <masimko at verizon.net>
To: JoomlaList <joomla at lists.nyphp.org>
Subject: Re: [joomla] virtuemart login at checkout
Message-ID: <1259961302.23597.121.camel at jersey>
Content-Type: text/plain

Ok, this works better:

append at the end of the file, after the final </form> tag

<div>
<br />
</dif>

to components/com_virtuemart/themes/YOUR
THEME/templates/common/login_form.tpl.php



Mark




------------------------------

_______________________________________________
joomla mailing list
joomla at lists.nyphp.org
http://lists.nyphp.org/mailman/listinfo/joomla

End of joomla Digest, Vol 36, Issue 4
*************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/joomla/attachments/20091205/8537ad7f/attachment.html>


More information about the Joomla mailing list