TOPIC: Displaying of product images?

Displaying of product images? 9 years 7 months ago #6074

  • randam
  • randam's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
I purchased this theme months ago and still have not been able to use it because of a feature I can not find or turn off. The thumbnail view on an item shows what looks like a magnifying glass on the images, also the images are not square and I do not want them all square and yet all the thumbnails are square. What is this feature and how do I make it go away? My site looks terrible like this. I want to remove the magnifying circle on the thumbnails and I want to change the thumbnails to stop them all becoming square. How do I do this?

Thank your for any help.
The administrator has disabled public write access.

Displaying of product images? 9 years 7 months ago #6125

  • randam
  • randam's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Is this not where paid customers seek support?
Please advise if I have asked my question in the wrong place.
The administrator has disabled public write access.

Displaying of product images? 9 years 7 months ago #6126

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
1. To hide the "magnifying glass on the images" just add this css code in to the bottom of your template css file:
#pb-right-column #image-block #view_full_size .span_link {display: none !important;}

Or you can open /themes/ot_jewelry/css/product.css and edit it in about line 29.


2. Image thumbnail size. If you don't want it to be square, open /themes/ot_jewelry/css/product.css and in about line 19, find this:
#pb-right-column #image-block img {
    border: 1px solid #CDCDCD;
    width: 335px;
}
change to:
#pb-right-column #image-block img {
    border: 1px solid #CDCDCD;
    max-width: 335px;
    width: auto;
    height: auto;
}

Save it and clear browser cache and see.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 9 years 7 months ago by linh_omg.
The administrator has disabled public write access.

Displaying of product images? 9 years 7 months ago #6127

  • randam
  • randam's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Hello,

I tried to do this, however, placing (#pb-right-column #image-block #view_full_size .span_link {display: none !important;}) at the bottom of your template css file did not work.

Also, /themes/ot_jewelry/css/product.css does not exists.

Can you please provide the instructions for this in the ot_jewelry template?

Thank you.
The administrator has disabled public write access.

Displaying of product images? 9 years 7 months ago #6146

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
Very sorry - so your are using Joomla template, not Prestashop template.
So, you can do this:

Part of the message is hidden for the guests. Please log in or register to see it.
Save files and try. If you want the popup image larger, set it in the Virtuemart backend, then re-upload product images. See VM document for more detail.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 9 years 7 months ago by linh_omg.
The administrator has disabled public write access.
The following user(s) said Thank You: randam

Re: Displaying of product images? 9 years 7 months ago #6154

  • randam
  • randam's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
This all worked perfectly. Thank you for your help.
The administrator has disabled public write access.
Time to create page: 0.105 seconds