Hi guys,
I have a problem with the Gallery.
1, i cannot upload any images using phocagallery itself, only through media manager? Any idea what this could be? It just says failed to upload.
2. There is a huge problem with how the gallery looks in Internet explorer, or in Firefox. It renders great in Firefox, but the medium sized image shrinks in internet explorer.
Internet Explorer wrong rendering,
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
1. There is the same
1. There is the same code as by media manager. Maybe there are no rights to write data into a folder ?
2. Try to use standard 1.5 template for test it (e.g. standard rhuk milkyway)
2. Try to use standard 1.5 template for test it (e.g. standard rhuk milkyway)
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 12 May 2008, 17:17
I just tried it with
I just tried it with the standard template and it works,
Any possibilities why it might not work with the theme Im currently using?
It's building_15, that im using.
oh and media manager lets me upload stuff, but phocagallery won't.
Any possibilities why it might not work with the theme Im currently using?
It's building_15, that im using.
oh and media manager lets me upload stuff, but phocagallery won't.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Which error message
Which error message you get? Do you have enabled the ftp in global configuration?
Template - there will be something missed, mostly there is missing some code which allows to insert CSS or JS from component to template... maybe there is some conflict between template css and phoca gallery css file ???
Template - there will be something missed, mostly there is missing some code which allows to insert CSS or JS from component to template... maybe there is some conflict between template css and phoca gallery css file ???
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 12 May 2008, 17:17
Yeah I enabled ftp i
Yeah I enabled ftp in the global configuration.
Any chance that I could override the template settings and have it run from the phocaguestbook css ?
Any idea what code I should use for that ?
Thanks in advance
Any chance that I could override the template settings and have it run from the phocaguestbook css ?
Any idea what code I should use for that ?
Thanks in advance
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
no idea, I don'
no idea, I don't know the template system , Phoca Gallery only send the phocagallery css (for IE) standard way into a joomla template ...
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 12 May 2008, 17:17
Hmm, so where might
Hmm, so where might the problem be then? What type of code does the call up of the rendering of the gallery?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
It is not about the
It is not about the gallery, it is about loading CSS or JS in the template
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 12 May 2008, 17:17
Yeah, but how could
Yeah, but how could i look into that? Or make adjustments?
Going through the CSS from the template?
What should I look for, what exactly does phocagallery use.
Going through the CSS from the template?
What should I look for, what exactly does phocagallery use.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I am sorry but I don
I am sorry but I don't know ... I only know what Phoca Gallery should send into the template:
$document->addCustomTag("<!--[if IE]>\n<link rel=\"stylesheet\" href=\"".JURI::base(
true)."/components/com_phocagallery/assets/phocagalleryieall.css\" type=\"text/css\"
/>\n<![endif]-->");
But how the template work with it and if this is the problem, I don't know
$document->addCustomTag("<!--[if IE]>\n<link rel=\"stylesheet\" href=\"".JURI::base(
true)."/components/com_phocagallery/assets/phocagalleryieall.css\" type=\"text/css\"
/>\n<![endif]-->");
But how the template work with it and if this is the problem, I don't know
If you find Phoca extensions useful, please support the project