Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try 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.

    Thread Starter eminiarts

    (@eminiarts)

    Hey… 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="support@b2ebeatz.com">support@b2ebeatz.com</a>
    <h4>Info:</h4>
    <a href="info@b2ebeatz.com">info@b2ebeatz.com</a>
    <h3>Contact Us</h3>
    Or if you want, you can contact us on Facebook or Twitter!
    
    <a href="http://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a>
    <a href="http://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="support@b2ebeatz.com">support@b2ebeatz.com</a>
    </p>
    <h4>Info:</h4>
    <p>
    <a href="info@b2ebeatz.com">info@b2ebeatz.com</a>
    </p>
    <h3>Contact Us</h3>
    <p>Or if you want, you can contact us on Facebook or Twitter!</p>
    <p>
    <a href="http://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a>
    <br>
    <a href="http://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

    Thread Starter eminiarts

    (@eminiarts)

    I 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.

    Thread Starter eminiarts

    (@eminiarts)

    It should be fine again. Or is it still messed up? Sorry, I was trying to change some classes, didn’t work out well.

    Thread Starter eminiarts

    (@eminiarts)

    Sry, the link was just down for a minute. I still don’t know whats causing the problem.

    Thread Starter eminiarts

    (@eminiarts)

    I 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”.

Viewing 6 replies - 1 through 6 (of 6 total)