eminiarts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: lost site with new themeTry to fix the error manually. Open up your jsmin.lib.php file and check if the tags are properly opened and closed. Obvioulsly it’s on line 49.
Forum: Fixing WordPress
In reply to: I Can't click links in PagesHey… I went over my code. I found the fault, but i don’t know how to fix it.
I posted the content of the pages via the WordPress. So I putted in this code:<h3>Support</h3> If you have any questions, feel free to contact us. <h4>Support:</h4> <a href="[email protected]">[email protected]</a> <h4>Info:</h4> <a href="[email protected]">[email protected]</a> <h3>Contact Us</h3> Or if you want, you can contact us on Facebook or Twitter! <a href="https://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a> <a href="https://twitter.com/#!/b2ebeatz">Twitter</a>
And thats what I get from WordPress:
<h3>Support</h3> <p>If you have any questions, feel free to contact us.</p> <h4>Support:</h4> <p> <a href="[email protected]">[email protected]</a> </p> <h4>Info:</h4> <p> <a href="[email protected]">[email protected]</a> </p> <h3>Contact Us</h3> <p>Or if you want, you can contact us on Facebook or Twitter!</p> <p> <a href="https://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a> <br> <a href="https://twitter.com/#!/b2ebeatz">Twitter</a> </p>
I think the problem is, that WordPress putted the a tags within p tags.
I hope someone knows to help me…Thanks
Forum: Fixing WordPress
In reply to: I Can't click links in PagesI just turned on the default theme on for a second. Everything worked fine. So the error is in my code. I’ll go over it tomorrow, already got an idea what it could be. I’ll post my fault as soon as I find it, even if it’s notthat important.
But thanks!Greetings from Switzerland
P.S.: It’s my first theme.Forum: Fixing WordPress
In reply to: I Can't click links in PagesIt should be fine again. Or is it still messed up? Sorry, I was trying to change some classes, didn’t work out well.
Forum: Fixing WordPress
In reply to: I Can't click links in PagesSry, the link was just down for a minute. I still don’t know whats causing the problem.
Forum: Fixing WordPress
In reply to: I Can't click links in PagesI checked the code. Everything is fine. I putted the code even in an external html. It’s just not working inside one of the “pages”.