VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Orlsend on June 30, 2015, 18:29:04 PM

Title: First word not clickable and a few more questions
Post by: Orlsend on June 30, 2015, 18:29:04 PM
Hello Ive noticed that on products the first words are not clickable.

I've looked and the forum and this seems like a first.

I also been trying to change the size of the thumbnail. Ive done this in the settings and even cleared the re-sized folders. I found an outdated guide but there nothing about it on the default.php http://www.webholism.com/blog/sara/virtuemart-2-0-how-to-change-the-thumbnail-size-of-your-products/

Thank you!
Title: Re: First word not clickable and a few more questions
Post by: jenkinhill on June 30, 2015, 18:57:31 PM
http://forum.virtuemart.net/index.php?topic=128401.0
Title: Re: First word not clickable and a few more questions
Post by: Orlsend on June 30, 2015, 20:00:08 PM
Virtue Mart 3.0.9
PHP Version   5.4.40
Web Server   Apache
Joomla! Version   Joomla! 3.4.2 Stable [ Ember ] 30-June-2015 12:00 GMT

Sorry for the Lack of details
Title: Re: First word not clickable and a few more questions
Post by: jenkinhill on June 30, 2015, 20:54:08 PM
Most important is the URL .................

If you use Firebug you can work out how to make those changes.   http://forum.virtuemart.net/index.php?topic=116620.0

eg css override for the category title, something like  .browse-view h1 { display: none; }

Then you should check what width/height in css is being applied to the thumbs and override that as well.

http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html