Page 1 of 1
Image link to another catgory
Posted: 15 Jul 2010, 17:40
by zonhal
Hi:
I'm building site:
http://www.talkingwalls.anatnet.com/
I create a category artist and link the frontpage to this category.
for each artist I have his own chategory.
How can I go to the artist gallery by pressing on the image? I don't want to see the image lightbox I want to see all the related category.
( I cam make what I want by clicking the name of the artist. I want the same but from the image....
Thanks
Re: Image link to another catgory
Posted: 16 Jul 2010, 13:15
by zonhal
Hi:
I solved this issue by changing the menu option to Phoca Gallery ยป Categories.
I wanted now to remove the box border and the number of images withing each category.
and reduce space bettwen the images???
How can I do this?????
Re: Image link to another catgory
Posted: 16 Jul 2010, 15:34
by Jan
Hi, you can set transparent as border color.
Search this forum to get guides how to remove the number of images of the category.
Jan
Re: Image link to another catgory
Posted: 16 Jul 2010, 19:42
by zonhal
Hi:
Thanks for you ansker!!
I did the changes, now I have following issues:
1. The image is not center align withing the box. How can I center it?
2. when I click in the image, I go to the Category Gallery, but Category Title is not displayed. I want it to be the same as when I go to the category images when I click on the main menu link
the site:
http://www.talkingwalls.anatnet.com/
Re: Image link to another catgory
Posted: 17 Jul 2010, 14:18
by Jan
Hi,
1) you need to use some centering method:
- text-align: center
- align="center" - if this is a td tag
- margin: 0 auto - if this is fixed div, etc.
2) You need to set it in parameters compoment in menu link (with id 53) to display category titles, see:
https://www.phoca.cz/documents/2-phoca-g ... -menu-item
Jan