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
Image link to another catgory
-
zonhal
- Phoca Member

- Posts: 27
- Joined: 11 Nov 2009, 17:52
Re: Image link to another catgory
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?????
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?????
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image link to another catgory
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
Search this forum to get guides how to remove the number of images of the category.
Jan
If you find Phoca extensions useful, please support the project
-
zonhal
- Phoca Member

- Posts: 27
- Joined: 11 Nov 2009, 17:52
Re: Image link to another catgory
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/
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/
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image link to another catgory
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
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
If you find Phoca extensions useful, please support the project