Quote:
Originally Posted by BeerLuver
OK, I'm a bit stuck on trying to edit this skin's colors & images. Mainly I am trying to get that navbar at the top to display correctly on the forum display, but it looks fine on the homepage and in a thread display. Here's two screenshots I took directly on my iPod Touch so you can see:
http://www.mindwiped.com/pics/snap2.jpg
This is how it should look. The buttons are nicely inset into the navbar
But when I try to view a forum section, this is how it looks (assuming this is in relation to the forumdisplay template's code):
http://www.mindwiped.com/pics/snap1.jpg
You can see the buttons are not lined up/overlayed properly and the navbar is too thin.
Does anyone have any clue as to what code I need to alter/fix to correct this display issue? OR what code would I put in to display the forum's title on the navbar maybe? So it says Showcase; like it says Thread on the other? Maybe that would fix the navbar height issue here.
|
OK, I figured out this problem. If you go into the
FORUMDISPLAY template, look for this code:
Code:
<div class="mobiletitle">
And add this code right BELOW it:
Code:
$foruminfo[title_clean]
That will resolve the issue of the thinner navbar issue I had previously.
=======================================
Hmmm... I tried adding a Back to Top link to the
FORUMHOME, FORUMDISPLAY, & SHOWTHREAD templates... by adding these two lines of code:
Add this code right ABOVE the
$header tag at the top:
then
Add this code directly above the
$footer code; or directly above the forum jump menu div container if you added that from my above post:
Code:
<div align=right><a href="#top">Top</a></div>
And this works in normal browsers, but when I try to use the Top link in Safari on my iPod Touch, it doesn't work. Anyone have any clues as to why this is? Or if I put in the wrong code or something??
=======================================
I know this stuff is probably simple edits for a lot of your experienced/advanced coders, but for people like me who suck/hate coding hehe.... it's useful info for editing this excellent skin.