Virtuemart Product module

GK User
Fri May 20, 2016 9:42 am
Our test site using Joomla 3.5.1, Multi language but only use DK, Storefront template version 3.20.1, Virtuemart 3.0.16, PHP Version 5.6.20.

I use Virtuemart product module - featured, news in the shop - on Virtuemart frontpage (held by MetaMod so module only shows up on vm frontpage) - position mainbody_top.
Modul is setup to show 3 products in one row but it shows 3 products in one column. It worked before I disabled use VM css in config to get product details page to display properly.
"solve one problem gives another - keeps us busy". ;)
Our shop is only for registred shopper so I have pm you login details if you want to have a look.
User avatar
Junior Boarder

teitbite
Mon May 23, 2016 10:48 am
Hi

Please send me an login details. I'll try to fix it.
User avatar
Moderator

GK User
Mon May 23, 2016 11:03 am
have pm you details
User avatar
Junior Boarder

GK User
Tue May 24, 2016 11:11 am
Solved with
Code: Select all
.width33 {
float: left;
}

In override.css
User avatar
Junior Boarder

teitbite
Wed May 25, 2016 11:01 am
Hi

I do not think it's all. If the style is missing than maybe You need to enable default css in vm template configuration. But if it's for this one module only I'm guessing You may also need to this code to prevent products stack in random places:

Code: Select all
.width33:nth-child(3n+4) {
clear: both;
}


unfortunately it's just a guess since I cannot see any products on Your site currently.
User avatar
Moderator

GK User
Wed May 25, 2016 12:27 pm
thanks teitbite - I send you login Friday and again Monday - go to Forhandler login on frontpage in top menu
User avatar
Junior Boarder

GK User
Thu May 26, 2016 3:29 pm
Added your code but You are right - tried with 9 products - 3 in a row. 2.and 3. row where not displayed same way as 1. row.
Uploaded QuickStart Storefront to a subdomain so I could compare config and settings but there was no Virtuemart Product Module used...
Now I have tried with News Show Pro GK5. 3 columns / 2 rows but as the attached screenshot shows 3. product goes to line 2 and border around products in left side is misseng.

obs: Every time I login to your site I get :Oops! Error 404 We can't find the page you're looking for.
User avatar
Junior Boarder

GK User
Fri May 27, 2016 12:37 pm
Using J3.5.1 - Virtuemart 3.0.16 - Storefront version 3.20.1

Still working on getting GK5 Module to show my Featured Products on Virtuemart Frontpage - so testing this:
In QuickStart Storefront - If I move the News Show Pro GK5 Module, Tab-Featured to page Shop/Shop Front Page position main-top and change products in a row to 3.. seems that module does not fit on a page with sidebar - third product goes to next line and depending on screen width border-left around products in 1. column disappears.
It's same problem I have on our test site... hope you can help on this.
User avatar
Junior Boarder

teitbite
Mon May 30, 2016 11:07 am
Hi

I think paddings and margins are set incorrectly in module settings, but let's try to overwrite it in override.css file with below code:

Code: Select all
.nspArtScroll1 {
    margin: 0 !important;
}

.products .nspArt.nspCol3 {
    padding: 2% !important;
    width: 31%;
}
User avatar
Moderator

GK User
Thu Jun 02, 2016 9:50 pm
Thank you - now I have 3 products i a row and left border around products in first column stays okay.
User avatar
Junior Boarder

teitbite
Mon Jun 06, 2016 5:48 pm
Hi

Ok, but I do not know if it's good or bad. Is the problem solved ? Unfortunately the url I had is not working anymore, so I', not able to check myself.
User avatar
Moderator

GK User
Mon Jun 06, 2016 8:19 pm
Hi,
Sorry - this problem was solved with you code in override.css. Thanks for your help :)
User avatar
Junior Boarder

teitbite
Thu Jun 09, 2016 1:11 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron