Two issues with custom theme

Started by GlitchPC, October 13, 2011, 02:50:25 PM

Previous topic - Next topic

GlitchPC

Currently installed on an SMF 2.0.1 forum using 2.0 emulation for install and then reverting back to 2.0.1.  I have not fully tested it for other issues.  Currently only cosmetic issues are the only thing I have noticed.

The theme in question is Crip's Anecdota 2.0 theme.

Please see attached images...

Image one:

The ticket navigation menu is not centered and the first line of the text on the page is broken using BBC parsing.

Image two:

Font color in table header does not match "Actions" font color.

Any way to edit the theme and/or helpdesk css to fix these issues?

Note:  These issues do not appear in SMF's Curve theme.

venguard223

i think the actions one is not a link so is a bit different

the menu is not centered for me makes me think it is not meaned to be

GlitchPC

The menu is centered in the Curve theme but, not the Core...nor any customized themes.  So...in my experience...if it's centered for one...it should be centered for all...don't you think?

Also...it's using the theme's default font and color for links...so, this will cause an issue with the Core and custom themes, as well.

If I'm not mistaken...this mod was probably developed for SMF's Default Curve Theme.  Correct me if I'm wrong.

All-in-all...it's a great modification...and I'm currently testing it on a live production site.  Something my site needs and am very thankful to the developers.  I'd just like to see the cosmetic issues addressed.

venguard223

is not centered in screenshots look http://www.simpledesk.net/download/features/

as for headers well actions is not a link and all the others are but in curve they are dark blue so it looks ok because it is almost same color no?

GlitchPC

I stand corrected...you're right...it's NOT centered.  However, the problem still exists that on the "Front Page" I use, the menu items are right-justified...while the first paragraph of text (which is parsed via BBC) does not appear correctly.

"Welcome to Glitch PC's new HelpDesk System..."  should be on one line...not two.  Correct?

As for the links...couldn't the color be adjusted somehow so they don't appear as light in the image I provided?

venguard223

would put a blank line at the fro nt of the page might push the writing down

as for the links is it the link color or the action color to fix

GlitchPC

Tried the blank line...still wraps.  That was the first thing I tried.

Well...if I change the links color...won't I have to change the Action color, as well?

venguard223

ok try [html]<br class="clear" />[/html] that should force it to break cleanly

and no the whole point is that actions is not a link! so which color do you want to fix

GlitchPC

I've decided to leave it as is.  If I change the link color...it changes it for the entire board...not just this mod.

Thanks, anyway.  You can mark this topic as solved.

venguard223

you know you can fix it just in mod if you want but if you dont worry about it thats cool

GlitchPC

Well...if I can fix it in the mod...that's a plus!  I'd like to change the link color to white...so it will stand out just like the "Action" header does.

Thanks

venguard223

look in simpledesk.template.php theres a bit for doing the different headers just put style="color:white" in the links

GlitchPC

Quote from: venguard223 on October 17, 2011, 05:16:34 PM
look in simpledesk.template.php theres a bit for doing the different headers just put style="color:white" in the links

Unfortunately...that won't do.  Since the template you're referring to is only located in the default Curve theme.  If I change it there...it changes for that theme, too.  That template is not located in the theme in question....so, I'm wondering if there's another alternative?

venguard223

copy the entire sd_template folder into your custom theme and change it there