VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jhwheuer on August 31, 2015, 10:39:22 AM

Title: Custom Fields in Categorie View mangled
Post by: jhwheuer on August 31, 2015, 10:39:22 AM
Hi,
am using VM for a little while now (3.0.9). I seem to not understand the layouting for product displays in category views.

The first screen shot shows the VirtueMart detail page of a product. All custom fields are displayed fine. Now, using PURITY_III as the Joomla template, I go to the VirtueMart category view, which lists the same product. That is the second screenshot.

The custom fields are overlayed with the "Add to Cart" button (sorry, in German).

What am I doing wrong? What should I change?

Cheers.
  J
Title: Re: Custom Fields in Categorie View mangled
Post by: GJC Web Design on August 31, 2015, 11:19:20 AM
would just be a change to the css .. from memory the add to cart div has a top margin .. just increase it to clear the customs
Title: Re: Custom Fields in Categorie View mangled
Post by: jhwheuer on August 31, 2015, 13:50:44 PM
Hi, and thank you!

hmm, not sure I want to do that. I would rather address the behaviour of the DIV to not overlay. Any ideas?
Title: Re: Custom Fields in Categorie View mangled
Post by: jenkinhill on August 31, 2015, 13:54:57 PM
Current VM version 3.0.9.6 has new css to prevent the problem in most cases.
Title: Re: Custom Fields in Categorie View mangled
Post by: jhwheuer on August 31, 2015, 14:00:02 PM
Hi and thanks: Am using the latest build.
Title: Re: Custom Fields in Categorie View mangled
Post by: jhwheuer on August 31, 2015, 14:02:03 PM
The weird thing is that in a different category with different custom fields, this issue does not appear.... see attached screenshot. Any ideas? Am stomped...
Title: Re: Custom Fields in Categorie View mangled
Post by: GJC Web Design on August 31, 2015, 14:04:11 PM
looks like the text input fields aren't clearing .. but without live urls impossible to tell
Title: Re: Custom Fields in Categorie View mangled
Post by: jhwheuer on August 31, 2015, 14:13:31 PM
Hi,
I am preparing this site as a prototype locally, so sorry, no live URLs yet.

I took a screenshot of the relevant HTML/CSS. Looks like vm3pr-4 does not manage overflow correctly. Could that be?
Title: Re: Custom Fields in Categorie View mangled
Post by: Spiros Petrakis on August 31, 2015, 21:15:19 PM
Hi jhwheuer,

i am trying to reproduce your issue on PURITY_III but i can't, can you please tell me if

1) Do you have vm 3.0.9.6 or 3.0.9
2) Are you using the default textinput plugin for the custom fields or some 3party plugin

Title: Re: Custom Fields in Categorie View mangled
Post by: jhwheuer on August 31, 2015, 21:51:08 PM
Hi Spyros,

thanks for being persistent. Nope, ran 3.0.9. Just updated to .6, and voila, issue is gone.

Case Closed.

Thanks guys!