• Resolved rshandel

    (@rshandel)


    I have created breadcrumb links and they work fine on all browsers for pages within the website, however, they don’t seem to work on the blog side in FF and mobile(have to open a new window in a droid).

    whether I hard code it or us <a href="<?php echo esc_url( home_url( '/' ) ); ?> ">Home</a> for example, the link doesn’t work in FF.

    I’m thinking it may have something to do with the <div> container its in as I can make a regular link outside of this <div>

    Any help debugging would greatly appreciated!

    Interior page:

    blog home page:

Viewing 1 replies (of 1 total)
  • Thread Starter rshandel

    (@rshandel)

    I think I figured it out. The <div> container was style with a float:left; and padding:. When I removed the float:left; the links work!

Viewing 1 replies (of 1 total)
  • The topic ‘breadcrumb links not working in FF’ is closed to new replies.