Firefox Vs IE Firefox Vs IE
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Firefox Vs IE

Started by sofa, October 09, 2007, 01:38:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sofa

hello,
so, i have a little problem with my gallery.
i installed and everything is working fine...but i have the problem with the visual of my categories.

here is the correct, working on firefox:
[attached]


and here is the problem, with IE the categories appears with a previously space...
[attached]
i don´t know what can i do.....
any helps?
(sorry for my bad english...)

[edit by Sami]
attached hot linked images
[/edit]

Sami

instead of screen shot , post a link to gallery
‍I don't answer to PM with support question
Please post your issue to related board


Sami

Edit themes/siteground8/theme.php

check if you have $template_cat_list variable there, if you don't have it copy it from themes/sample/theme.php
and then add an align="left" attribute to this td

<td class="catrow_noalb" colspan="3">

so it will be

<td class="catrow_noalb" colspan="3" align="left">
‍I don't answer to PM with support question
Please post your issue to related board

sofa

thanks sami.

ok
in my theme i don´t have that variable: $template_cat_list.

i have in themes/sample/theme.php :  $template_cat_list = <<<EOT
and more things but i don´t know the line that i need to put this code in siteground9/theme.php...so i am a little lost....


and in my siteground8 not appear <td class="catrow_noalb" colspan="3">....so i can´t add the aligment...

i attach 2 files, the sample theme and the siteground8 theme...

Sami

you need to copy this from sample theme

$template_cat_list = <<<EOT
......
......
....
.
EOT;
‍I don't answer to PM with support question
Please post your issue to related board

sofa

hello sami...
i put the code with the modification and still the same....
why? XD ??? ???

Sami

you have a typo
aling is not align
‍I don't answer to PM with support question
Please post your issue to related board

sofa

hello sami
so i put everything without typos and now it display in the center...XD
ok, i put every aling to the left and it shows in the center ?...but the firefox shows in the left correctly....

than you!!!...but if you know other solution i will apreciate very much!

Sami

You failed to do what I tell you !
Also your provided (attached) theme is corrupted (duo to editing with microsoft word or any other incompatible text editor IMO)
- Please zip your theme.php and attach it to this thread
I'll fix it for you
‍I don't answer to PM with support question
Please post your issue to related board

sofa

ok...
take the theme.php.zip and tellme where exactly i failled...
thanks

Sami

You had aling instead of align under theme.php
corrected theme.php attached
‍I don't answer to PM with support question
Please post your issue to related board

sofa


Joachim Müller

Viewing the HTML output of your page it's obvious that you still have the typo there ("aling" vs. "align"). Make sure that you have uploaded the proper file to the proper location. Viewing the folder index of your theme (see screenshot) one can see that the file http://galeria.focalrock.com/themes/siteground8/theme.php has been modified today at 16:07 h (server time).