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]
instead of screen shot , post a link to gallery
sorry
http://galeria.focalrock.com
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">
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...
you need to copy this from sample theme
$template_cat_list = <<<EOT
......
......
....
.
EOT;
hello sami...
i put the code with the modification and still the same....
why? XD ??? ???
you have a typo
aling is not align
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!
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
ok...
take the theme.php.zip and tellme where exactly i failled...
thanks
You had aling instead of align under theme.php
corrected theme.php attached
still the same...
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).