Internet Explorer wrong rendering,

Phoca Gallery - image gallery extension
modkid
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 May 2008, 17:17

Hi guys,

Post by modkid »

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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

1. There is the same

Post by Jan »

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)
If you find Phoca extensions useful, please support the project
modkid
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 May 2008, 17:17

I just tried it with

Post by modkid »

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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Which error message

Post by Jan »

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 ???
If you find Phoca extensions useful, please support the project
modkid
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 May 2008, 17:17

Yeah I enabled ftp i

Post by modkid »

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

no idea, I don'

Post by Jan »

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
modkid
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 May 2008, 17:17

Hmm, so where might

Post by modkid »

Hmm, so where might the problem be then? What type of code does the call up of the rendering of the gallery?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

It is not about the

Post by Jan »

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
modkid
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 May 2008, 17:17

Yeah, but how could

Post by modkid »

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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

I am sorry but I don

Post by Jan »

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
If you find Phoca extensions useful, please support the project
Post Reply