So this seems like a SEF problem, you should change the alias
FROM:
19-09-11-2013
TO:
category-name
for your category or file titles.
So then you get the link
FROM:
.../uebungsarchiv/fotos-uebungarchiv/category/19-09-11-2013
TO:
.../uebungsarchiv/fotos-uebungarchiv/category/category-name
Then you shouldn't get such problems.
Jan
Detail window not opening enough?
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Detail window not opening enough?
If you find Phoca extensions useful, please support the project
-
19schlumpf93
- Phoca Member

- Posts: 12
- Joined: 22 Nov 2013, 13:34
Re: Detail window not opening enough?
Hello everybody,
Now, I tested the last advises. But it still not works:
If SEF activated, it don't work with prtotstar and with my-own-template (created with Artisteer)
If SEF deactivated, it works with the protostar template (but with ugly white bachground). With my template it still not work.
It doesn't matter, if the link is with numbers (.../testumgebung/foto-test) or with letters (.../testumgebung/19-21-12-2013). The Problem is the same.
It isn't fatal, that i can't activated SEF. But i want, that the scrollbars disappear!
I have construct a new categorie to make tests, wich can't be reched by my official site.
(http://www.pfadimorgarten.ch/home/index ... Itemid=242)
It is possible, that phoca gallery don't work with Artisteer-Templates?
Thank you for the effort...
Manuel
Now, I tested the last advises. But it still not works:
If SEF activated, it don't work with prtotstar and with my-own-template (created with Artisteer)
If SEF deactivated, it works with the protostar template (but with ugly white bachground). With my template it still not work.
It doesn't matter, if the link is with numbers (.../testumgebung/foto-test) or with letters (.../testumgebung/19-21-12-2013). The Problem is the same.
It isn't fatal, that i can't activated SEF. But i want, that the scrollbars disappear!
I have construct a new categorie to make tests, wich can't be reched by my official site.
(http://www.pfadimorgarten.ch/home/index ... Itemid=242)
It is possible, that phoca gallery don't work with Artisteer-Templates?
Thank you for the effort...
Manuel
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Detail window not opening enough?
Hi, then therea are two problems:
SEF and template ... but unfortunately, no one is in fact in direct connection to Phoca Gallery - the links are created by Joomla! JRoute method so the SEF problem needs to be solved there ... Gallery has own html output and in fact it should not be in conflict with templates - tested with many standard and non standard methods and there are normally no problems - the problem can be if some template somehow limit the html/css features e.g. set something fix, etc
I see it on the site, but I really cannot say what can be wrong there - if it works normally with protostar, then maybe some conflict will be there between the component and the template and such needs to be found - e.g. somewhere in CSS the code needs to be commented - but this needs to be testes step by step (test to comment a part of cms and see if it helped and do this step by step from beginning of the CSS to end
)
Jan
SEF and template ... but unfortunately, no one is in fact in direct connection to Phoca Gallery - the links are created by Joomla! JRoute method so the SEF problem needs to be solved there ... Gallery has own html output and in fact it should not be in conflict with templates - tested with many standard and non standard methods and there are normally no problems - the problem can be if some template somehow limit the html/css features e.g. set something fix, etc
I see it on the site, but I really cannot say what can be wrong there - if it works normally with protostar, then maybe some conflict will be there between the component and the template and such needs to be found - e.g. somewhere in CSS the code needs to be commented - but this needs to be testes step by step (test to comment a part of cms and see if it helped and do this step by step from beginning of the CSS to end
Jan
If you find Phoca extensions useful, please support the project
-
19schlumpf93
- Phoca Member

- Posts: 12
- Joined: 22 Nov 2013, 13:34
Re: Detail window not opening enough?
Hello,
Meanwhile I contacted the support of Artisteer (the program which I construct my template). And we have found the solution of the problem.
There is a line in print.css of the template who limit the each popup:
{
...
min-width: 1000px;
...
}
When I replace it with following line, work the detail window of the photo gallery usual:
{
...
min-width: inherit;
...
}
Thank you anyhow for the great help!!
Manuel
Meanwhile I contacted the support of Artisteer (the program which I construct my template). And we have found the solution of the problem.
There is a line in print.css of the template who limit the each popup:
{
...
min-width: 1000px;
...
}
When I replace it with following line, work the detail window of the photo gallery usual:
{
...
min-width: inherit;
...
}
Thank you anyhow for the great help!!
Manuel
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Detail window not opening enough?
Hi, great to hear it and thank you for the info.
Jan
Jan
If you find Phoca extensions useful, please support the project