Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    That’s so weird, it looks like it’s unwrapping the links from the icons (stored in <li> tags).

    It’s an html structure issue; technically <a>s (links) aren’t “allowed” as direct children of <ul> (unordered list) elements, so they aren’t supposed to wrap the <li> tags that are the actual icons.

    I’m guessing your theme or possibly another plugin has some javascript that’s unwrapping the links because the html structure is “wrong”.

    I think I’m going to need to change the structure of the output from <a><li> to <li><a><span>. This might take some time because I’ll have to adjust all of the styling from being applied to <li>s to <span>s. I didn’t want to make this switch when I first realized it was improper according to the spec since it becomes less elegant, but since it’s breaking in at least some cases I think I need to.

    I should be able to release an update fixing it this weekend. Thanks for your patience in the meantime! You could try to track down the js that’s changing the html in the meantime but since my code’s technically wrong I’ll fix it (it just happens to work 99% of the time I guess, I’m aiming for 100%).

    Thread Starter katiedonnelly91

    (@katiedonnelly91)

    Got it… Thanks so much! Looking forward to it working for my site! It’s super stylish and works great on mobile.
    Thanks!
    Katie

    Plugin Author Nick Halsey

    (@celloexpressions)

    Just pushed the update, it should fix your issues. Let me know if it doesn’t.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘unresponsive through computer but not through iphone mobile site’ is closed to new replies.