Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: register page

register page 9 years 5 months ago #11283

Hi,

Few problems that I need your help to figure out:

1. The may register page is confusing and looks completely different than on your demo – how can I fix this? See attached file
2. The same as above for the popup widows after clicking add to cart – see attached file
3. On your demo and also on my site, the related products or what you Call "YOU MAY ALSO LIKE" icon – links are not working on

mobile (I checked on IOS7 and android 4.4) – please check
Attachments:
The administrator has disabled public write access.

register page 9 years 5 months ago #11298

- Use this URL for "register page":
ROOT/index.php?option=com_virtuemart&view=user&flexible=register&task=editaddresscart&addrtype=BT

- Use "Firebug" to fix the "related product" alignment inside add to cart popup. For more info about firebug, see this topic:
www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/342-using-firebug-for-customization-or-troubleshooting
(This has been fixed with the latest CleanMart version -- but you are using old CleanMart version)

- I don't understand what you mean "links are not working". It is working on our Live DEMO. I just tested it (with IOS8, iPhone 6 -- I didn't notice any problem clicking the links)

regards.
Support
The administrator has disabled public write access.

register page 9 years 5 months ago #11316

Hi,

Thank you for your replay.

Regarding the related items, I investigate some more is working only if you click above the picture, it's not working if you click on the text or the picture itself.
I check It on your demo on product " Sample Product 03a"
Again I test it with IOS 7 and Android 4.4

One more thing can i limit the number of rilated items on the add to cart popup ?

Thank you.
The administrator has disabled public write access.

register page 9 years 4 months ago #11339

Actually this is 100% custom modification and we don't provide free support or step-by-step instructions for custom coding modifications. But yours is easy and here it is;

Open this CSS file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/assets/css/flexibleVM2Global.css

and include this CSS rule:
.product-related-products .product-field.product-field-type-R { display:none;}
.product-related-products .product-field.product-field-type-R:nth-child(2) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(3) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(4) { display:block;}

the above code means; Show only 3 related items. If you want to show 6 items, then use this code:
.product-related-products .product-field.product-field-type-R { display:none;}
.product-related-products .product-field.product-field-type-R:nth-child(2) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(3) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(4) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(6) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(7) { display:block;}
.product-related-products .product-field.product-field-type-R:nth-child(8) { display:block;}

regards.
Support
The administrator has disabled public write access.

register page 9 years 4 months ago #11356

Thank you very much for the code.
Please check the related items link problem as I menschen before, this is a real annoying problem
The administrator has disabled public write access.

register page 9 years 4 months ago #11366

Try this CSS rule:
.product-related-products .product-field.product-field-type-R { height:300px;} 

Note: play around with the height value. Increase of decrease.

if each product will have equal height, then it will look much better. (won't be wrapped to each other)

regards.
The administrator has disabled public write access.
Time to create page: 0.096 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo