Thumbnail shadow offset

Phoca Gallery - image gallery extension
k9carts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Nov 2010, 02:06

Thumbnail shadow offset

Post by k9carts »

Using phoca gallery image component 2.7.5 on a site under development. I know this is a template problem, but the shadow for the thumbnails for the categories and gallery are offset with my desired template (icetheme it_winestore). Using the generic joomla templates, everything looks fine, but when I use the icetheme template, the thumbnails are shifted. See http://www.webxsandbox1.com/index.php?o ... Itemid=787.

The exception is that the thumbnails for each photo gallery but not the categories appear okay with the it_winestore template in IE7, but not firefox or chrome.

I have read the suggestions about rtl templates, but I can't find the appropriate line to change in components/com_phocagallery/views/categories/view.html.php. Maybe the file structure changes from 2.6 to 2.7? The icetheme (it_winestore) seems to have a fixed width. I tried the other fixes listed at:https://www.phoca.cz/documents/2-phoca-g ... thumbnails without success. Don't tell me to talk to the icetheme about the template, since I don't have access to support for the template. Thanks for any suggestions to fix you might offer.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Thumbnail shadow offset

Post by Jan »

Hi, if you don't get any problem in IE, try to combine the css for IE6 with standard css for Phoca Gallery, maybe this can help then for your template :idea:

you can find the css here:
components/com_phocagallery/assets folder


Anyway: the conflict code is here:
http://www.webxsandbox1.com/templates/i ... graphy.css

if you disable the typography.css file in e.g. mozilla web developer, then the site is rendering ok, so maybe you can find the conflict here.

Anyway (2): see this (to correct your shadows):
https://www.phoca.cz/documents/2-phoca-g ... ound-image

Jan
If you find Phoca extensions useful, please support the project
k9carts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Nov 2010, 02:06

Re: Thumbnail shadow offset

Post by k9carts »

Thanks Jan. I had fixed the shadow at one point, but then reverted to the installed shadow3.gif when I saw the shifting problem.

I found a two lines in typography.css of my template that I removed that fixed the problem. Many thanks for pinpointing the cause! You rock.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Thumbnail shadow offset

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply