Shopping Basket

 x 
Cart empty


Popular Items

Find Us Elsewhere

  • Page:
  • 1

TOPIC: VM2 Snapshot

VM2 Snapshot 3 months 3 weeks ago #2457

  • David789
  • David789's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
Hello and I hope you can help me with what I would like to achieve which is; In my Joomla articles the standard format I am using is after a heading is a picture of the product which I dont allow to take up more than 450 px in width, below that I have the relevant data sheets that can be downloaded and then a detailed technical description of the unit and or the application it can be used for.

What I wanted to do with your product is put the price and add to cart button up the Top there next to the picture in that spare space to the right.

Is that possible?

So far I have just got a full width box below the picture. Is this just that I have positioned the code in the wrong place?

TIA
The administrator has disabled public write access.

VM2 Snapshot 3 months 3 weeks ago #2458

  • boggler
  • boggler's Avatar
  • OFFLINE
  • Moderator
  • Posts: 561
  • Thank you received: 58
  • Karma: 11
It should be possible to do what you want, you need to edit the template for the plugin output, which is in the file tmpl/default.php. You will see that you can move all the items around.

If you want to put things next to the image you will need to give the image a css style of float:left, eg put
div.vmproductSnapshot img{float:left;}

in your template css.

It should be possible to get any layout that you want using the appropriate styling.
The administrator has disabled public write access.
The following user(s) said Thank You: David789

VM2 Snapshot 3 months 3 weeks ago #2459

  • David789
  • David789's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
Thanks I could probably do a better job if I understood the code a little bit better but with your direction and firebug I got something to work. I set it to float right. I then put the code on top of the picture which is set to top and it seems to work.
Last Edit: 3 months 3 weeks ago by David789. Reason: wrong directions
The administrator has disabled public write access.
  • Page:
  • 1
Moderators: boggler
Time to create page: 0.369 seconds