I've tried editing "dtree.css" but it doesn't seem to work fully.
.dtree {
font-size: 1.05em;
Adjusting the above indeed changes the font size ... however ...
.dtree a.nodeSel {
font-style: italic;
Adjusting this item seems to have no effect on font style or (if I add'em in) font weight or color.
I'd like to have the tree appear in normal weight rather than bold, and I'd also like to see a different color on the active/highlighted line to make it stand out more. Italic is okay, but doesn't pop out as much.
Clearly the CSS file is loading (as I can affect font size) but apparently something in the theme is interfering with the other settings. I'm using the Carbon theme BTW. Searched the site but didn't come up with any answers, just a similar question from about 4 years ago.
Thanks in advance for any assistance!
Victor
Posts: 24
Anyone have a thought on this issue?
Thanks in advance.
Victor
Posts: 16504
Could you post a link to your site so I don't have to load up all that stuff on my install just to test?
Thanks
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 24
Would love to ... although it looks like I've broken something and things a little screwy on the site. I can't see anything in the "actions" column of the plugins screen. ImageMagick is not responding correctly, thought I'd uninstall and reinstall, but I can't even do that without the actions. There are other issues but I'd have a hard time explaining/describing them at the moment. I've rerun the "install" to check integrity ... the following files are modified on my system:
modules/slideshow/module.inc
modules/core/classes/GalleryAnimationItem.class
modules/core/templates/blocks/BreadCrumb.tpl
modules/albumselect/dtree.css
modules/albumselect/images/minusbottom.gif
modules/albumselect/images/plus.gif
modules/albumselect/images/plusbottom.gif
themes/carbon/templates/album.tpl
themes/carbon/templates/navigator.tpl
themes/carbon/templates/photo.tpl
themes/carbon/templates/theme.tpl
themes/carbon/theme.css
Beyond that, all tests check out. I suppose the first thing to do would be to restore these to their original state and see if functionality returns. Not sure what I did that would've broken it in the last 24 hours though. I don't think I've made changes so severe as to break the administrative screens!
I'll get back to you on your offer of assistance WRT dtree.css at a later date as I'm still interested in getting to the bottom of that issue.
In the meantime, if you've got any idea as to how to restore plugin actions column ???
Thanks,
Victor
Posts: 24
I have a (only somewhat) related question.
Is the server path stored in Gallery somewhere? I ask because I could rename the subdirectory
Gallery currently resides in on the server while reinstalling a clean version using the old directory name. That way, outside links pointing to the site aren't broken (for long) and I can also keep the old site up temporarily to see descriptions I've entered for some items in the old setup, look at other modifications, etc..
Victor
Posts: 24
Okay, update on situation and sorry for all the messages.
Found a whole bunch of processes running on the server related to Gallery when none should have been active. Killed'em all and now ImageMagick is working again and I've got Actions visible on the Plugins page.
Something must've got stuck in Gallery's craw but killing the processes appears to have executed the Heimlich maneuver.
I'll still get back to you re. Dtree.css
I've also found references to the data path in the config.php file and changing that (in a quick test installation) seems to allow me to relocate the gallery to a different directory. Some progress anyhow.
At this point, pretty much most of what I know about Gallery I've learned through tinkering. Is there are complete reference to variables, procedures, etc. somewhere?
Thanks again (and for your patience!)
Victor
Posts: 16504
No complete reference I know of. Hit the Documentation and Development links at the top of any page on this site.
Put Gallery into Debug Mode and check out the Smarty Debug popup window, that gives all kinds of information about variable that are available on the page you're looking at and data.
FAQ: How to set/use Gallery in debug mode?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here