I am trying to find the css for left navigation for the matrix theme at this url:
Gallery
The client did an upgrade to the latest Gallery2 version and it has broke the left nav. According to Firefox Firebug, the css is class="sidenav" but I am unable to find it in the theme.css file of the matrix folder or any other theme folders.
I did notice this:
<link rel='stylesheet' type='text/css' media='all' href='http://www.southcoasttu.org/index.php?css=site/site_css' />
<style type='text/css' media='screen'>@import "http://www.southcoasttu.org/index.php?css=site/site_css";</style>
However, I cannot locate the css file that has .sidenav
Now I did login to the admin area for Gallery2 but when I click on the 'Themes' it wouldn't work. It gave me a 500 error.
Quote:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* Error Number: 13 (0x8007000d).
* Error Description: The data is invalid.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
This also happens when I click on 'Plugin'
I basically like to solve both issues but for starters I like to get the css resolved because it's live.
I'm sorry that I don't have all the server information.
Posts: 6136
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 6136
To try and fix your server error add
@ini_set('memory_limit', '32M');to gallery2/config.php line~29
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 10
Thanks for your help but the problem is that I cannot locate those css styles. I have done a search in the theme.css in all the themes to no avail. I am just trying to find out where in the heck I can find the source (the file) so I can edit via FTP.
Posts: 10
That didn't work.
Posts: 16503
Looks like it could be this:
<tbody> <tr> <td align="right"> <div class="sidenav"> </div> </td> </tr>____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 10
Thanks but I still like to find how I can control the styles for that .sidenav class.
Posts: 16503
Then get rid of aligning your text in your table. That's how it is on your page right now.
I changed that to left and everything started looking better
But now it looks like you've fixed it.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 10
Yes. I have but it still doesn't show me where I can actually edit the .sidenav class which is my main issue. I would like to make a few tweaks to the menu.
Posts: 16503
Probably /gallery2/themes/YourTheme/theme.css
It looks like your css is all combined into one css file, which looks like it's your CMS system that's doing that.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 10
The theme is Matrix and I have looked in the matrix folder and found theme.css file but it does not show any styles for .sidenav.
Here's the css:
So somehow there is another file that is rendering another set of css that I can only see via Firefox's Firebug but cannot find the source file via FTP.
Posts: 6136
That css is not from gallery.
its your host app's
being generated from http://www.southcoasttu.org/index.php
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2