Pop up problem

GK User
Wed Aug 08, 2012 10:36 pm
Hi

Popup for "my cart" doesn't work. Also "Login" popup has problems with css.
http://md-projekt.hr/eauto/

Can you help?
User avatar
Junior Boarder

GK User
Thu Aug 09, 2012 8:55 am
Can you double check following

A-) Files/folders exists.
Virtuemart Cart module:
/modules/mod_virtuemart_cart/...

Cart Php file
templates/gk_esport/cart.php

B-) Modules exists in correct positions.
Type :2x VirtueMart Shopping Cart modules
Position: Cart
Position: Position-4

Set to show on all pages.

See you around...
User avatar
Platinum Boarder

GK User
Tue Aug 14, 2012 10:48 pm
All that is fine. I've sent you an email.

Cheers
User avatar
Junior Boarder

GK User
Wed Aug 15, 2012 4:40 am
Your error is caused by "yKhoon HTML Protector" plugin. Please disable the plugin and try it yourself and then contact component developer for further help.

See you around...
User avatar
Platinum Boarder

GK User
Wed Aug 15, 2012 1:28 pm
Thank you Norman, it worked.

We have one other slight problem with css of the template.

All VM checkout pages are the same, except for "Choose you payment" page
http://md-projekt.hr/eauto/index.php/co ... t?Itemid=0

Buttons are above choices, text in button is not aligned, and h1 title is green :)

What is causing this?
User avatar
Junior Boarder

GK User
Wed Aug 15, 2012 1:47 pm
Use following css for h1 color on payment form, change the color to your required color.

Code: Select all
#paymentForm h1 { color: #333333;}


Regarding buttons, can you show a screenshot of how you wanted it so I can check.

See you around...
User avatar
Platinum Boarder

GK User
Wed Aug 15, 2012 1:48 pm
One more thing I stumbled upon. couldn't find it in language files

Where can I translate this table data?
User avatar
Junior Boarder

GK User
Wed Aug 15, 2012 1:55 pm
Ok. Thanks for the color tip. Sometimes buttons are green, and sometimes buttons are dark grey as in the rest of the template

I would like that buttons are below payment options - this is the only page where they are above
User avatar
Junior Boarder

GK User
Wed Aug 15, 2012 1:57 pm
Here it is - green buttons? It shows only sometimes. Other times, buttons are dark grey
User avatar
Junior Boarder

GK User
Wed Aug 15, 2012 2:13 pm
See following file for your translations:

File: /administrator/language/en-GB/en-GB.plg_vmpayment_standard.ini
Lines: 9, 26, 30

Regarding buttons please use below css code.
Code: Select all
#paymentForm .buttonBar-right {position: relative;top: 90px;}
#paymentForm fieldset {position: relative;top: -30px;}
#paymentForm .vm-button-correct {background: #333;line-height: 1px;}
#paymentForm .vm-button-correct:hover {background: #f47b20;}


See you around...
User avatar
Platinum Boarder


cron