Runeshai
Member
Posted 6 months ago #
Alright, I've been making custom themes for about 2-3 weeks now, on my own, based on tutorials, the usual. I made one for my blog here a while back, and now I wanted to update it, fix some issues that'd been bugging me. I'm using MAMP locally to test things on my Mac (running OSX 10.5), and when I test it here everything's fine, but when it's online, the links all of a sudden don't work. At all. They're normal locally, but not on the server. I'm sending something to my host's tech support line, but anybody else have this problem before?
kapiljain.in
Member
Posted 6 months ago #
Hi Runeshai,
I have checked your blog on different browsers, it works fine on IE.
Please check it after adding following line just before <div id="spacer"> </div> in template pages:
<div style="clear: both;"></div>
Hope it works.
Kapil Jain
Runeshai
Member
Posted 6 months ago #
Woah, awesome! That worked! Thanks a lot! Now I'm uber curious...how is that the solution?
kapiljain.in
Member
Posted 6 months ago #
Hi Runeshai,
I copied the page source code to a text.html file and run it locally.
I just try it, and it works. I still don't know why it is not worked before mostly this mistakes effects on template layout.
Thanks
Runeshai
Member
Posted 6 months ago #
Hmm, so something maybe wrong with the Wordpress code itself? Bummer. Oh well, I know what to try from now on if I have more errors like that one :P.