• Hi there,
    I’m currently working on a theme. Everything so far worked well, but now as I’m working on the pages, I just noticed that I can’t click any links inside the pages, e.g. about.
    https://b2ebeatz.com/wordpress/about/
    The little blue heading and the blue text are links. The links in the sidebar are still clickable.
    What am I doing wrong?

    Hope you guys can help me.
    Enes Emini

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

    Thread Starter eminiarts

    (@eminiarts)

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

    yah strange – something is wrong with your theme – all the text is messed up – try turning on the default theme ? and see what happens

    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)

    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)

    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="[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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I Can't click links in Pages’ is closed to new replies.