fubarness
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Dynamic Menu HighlightingI checked the source code of the template.
But I am still quite confused. All it states in PHP is ‘fetching’ the PHP include. But I don’t how to customize it or re-organize it.
Anyone?
Thanks.
Forum: Themes and Templates
In reply to: Dynamic Menu HighlightingOh yes, I forgot to link my websites to see what the issue is.
Normal: https://gantdesigns.com
WP Issue: https://gantdesigns.com/wordpressForum: Themes and Templates
In reply to: Pages and Sidebar *Confused*The question is, how can I display an active/inactive image. For example, like the www.ads-software.com tabs.
Forum: Themes and Templates
In reply to: Pages and Sidebar *Confused*I read this thread: https://www.ads-software.com/support/topic/79672?replies=12
It gave me an idea, but I am somewhat clueless on where to start. One, I put the navigation on the sidebar.php. Does it make any difference in putting on the header.php?
I understand the threads answers, but I can’t seem to get the logic.
Nonetheless, I tried, but it ain’t working.
The following ids are the pages that I created:
https://gantdesigns.com/wordpress/?page_id=2
https://gantdesigns.com/wordpress/?page_id=3
https://gantdesigns.com/wordpress/?page_id=5-
<li class=”home” <? if(“home”==$pageid){echo ‘id=”homea”‘;}?> >HOME
<li class=”about” <? if(“about”==$pageid){echo ‘id=”abouta”‘;}?> >ABOUT
<li class=”styles” <? if(“styles”==$pageid){echo ‘id=”stylesa”‘;}?> >STYLES
<li class=”credits” <? if(“credits”==$pageid){echo ‘id=”creditsa”‘;}?> >CREDITS
<li class=”contact” <? if(“contact”==$pageid){echo ‘id=”contacta”‘;}?> >CONTACTForum: Themes and Templates
In reply to: Website rendering woes x2 (I hate you IE!!!)@dickie
Thanks!@root
I wish! To tell you the truth, I did not make the website (gantdesigns.com). The individual who made the layout/coded is clearly stated in the credit page. Hence, I am CSS/PHP savvy. I am one of those folks who know the concept of CSS/PHP, but know to little of it in general.I will check out the ‘how to theme with WP’ page and check/try it out. I did before, but it completely frustrated me (due to my savvy knowledge in CSS/PHP).
I don’t know where to start, should I use the same CSS or do I start all over again? What about the IE6/7 bugs?
If there are anyone who wants to help me out ‘completely’, you will be credited in the credit list. I get about 100+ unique visitors a day from this website alone. Not much, but it’s something than nothing.
Thank you WP members! I will keep you updated.
PS: @root, thanks for the comment.
Forum: Themes and Templates
In reply to: Website rendering woes x2 (I hate you IE!!!)Dickie… your awesome, I will check it out.
What do you mean, “within reason”?
I am also looking at Dean Edwards hack for IE6/7 browser complaint hack.
Thanks.