- Posts: 4
- Thank you received: 0
Displaying of product images?
10 years 1 month ago #6074
by M Jordan
Displaying of product images? was created by M Jordan
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.
Thank your for any help.
Please Log in or Create an account to join the conversation.
10 years 1 month ago #6125
by M Jordan
Replied by M Jordan on topic Displaying of product images?
Is this not where paid customers seek support?
Please advise if I have asked my question in the wrong place.
Please advise if I have asked my question in the wrong place.
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
10 years 1 month ago - 10 years 1 month ago #6126
by Linh Robert
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 Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Replied by Linh Robert on topic Displaying of product images?
Hi,
1. To hide the "magnifying glass on the images" just add this css code in to the bottom of your template css file:
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:
change to:
Save it and clear browser cache and see.
Thanks
1. To hide the "magnifying glass on the images" just add this css code in to the bottom of your template css file:
Code:
#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:
Code:
#pb-right-column #image-block img {
border: 1px solid #CDCDCD;
width: 335px;
}
Code:
#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 Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Last edit: 10 years 1 month ago by Linh Robert.
Please Log in or Create an account to join the conversation.
10 years 1 month ago #6127
by M Jordan
Replied by M Jordan on topic Displaying of product images?
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.
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.
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
10 years 1 month ago - 10 years 1 month ago #6146
by Linh Robert
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 Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Replied by Linh Robert on topic Displaying of product images?
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
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 Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Last edit: 10 years 1 month ago by Linh Robert.
The following user(s) said Thank You: M Jordan
Please Log in or Create an account to join the conversation.
10 years 1 month ago #6154
by M Jordan
Replied by M Jordan on topic Re: Displaying of product images?
This all worked perfectly. Thank you for your help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.298 seconds