![]() |
Category thumbnail image size front page?
Hi does anyone know how to increase the size of the category thumbnail on the main page I just can't seem to find were it is.
In v4.4.4 / for vivid_dreams_violet Have added picture Many thanks |
Re: Category thumbnail image size front page?
You can check which style rule to edit, through firebug. Any url to your site?
|
Re: Category thumbnail image size front page?
In admin, the size is set at General Settings / Appearance.
|
Re: Category thumbnail image size front page?
Hi the settings in general settings /appearance don't do these thumbnail pictures.
I did have ago with firebug but just couldn't work it out The url is www.puretaboo.co.uk Please note - this is an adult shop although not fully up and running yet!! Thanks for any help |
Re: Category thumbnail image size front page?
by checking your site with firebug, it looks that the 16px width and height of the category icons are not set by any style rule, but are hard-coded in the corresponding template that renders the icons - probably the template for the side-menu which is 'customer/categories.tpl' (you can find the exact template by using the webmaster mode), so you might want to look into it for code similar to
Code:
<img width="16" height="15" alt="" |
Re: Category thumbnail image size front page?
Thanks for your help I went through several templates but found nothing showing sizes, this is a weird one....
|
Re: Category thumbnail image size front page?
Are you certain that this is not set through the General Settings / Appearance as JWait previously posted? Otherwise it will take some template checking/customization. If you are further interested for professional help, feel free to send me a pm.
|
Re: Category thumbnail image size front page?
All you have to do is search in the right place - /include/func/func.image.php
Code:
function func_ic_get_size_catthumbn($width, $height, $skin_name = '') |
Re: Category thumbnail image size front page?
Steve your a top man I just couldn't find this one.
Many thanks |
All times are GMT -8. The time now is 05:48 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.