When viewing on Mobile the footer links don't work

This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Robert Hall

  • Avatar: zhifi
    zhifi
    Participant
    August 10, 2015 at 18:39

    When you use an iPhone or a Tablet or anything mobile the footer links do not work.

    Example: https://www.8theme.com/demo/woopress/kids/

    You can test here. They don’t work on your demo either. I have the exact same setup on my site. Can someone please supply a fix for this?

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 10, 2015 at 18:57

    Hello,

    Please try to add this code in Global Custom CSS in Theme Options->Custom CSS.

    .vc_custom_1435391651856 {
        position: inherit;
    }

    Regards,
    Robert Hall.

    Avatar: zhifi
    zhifi
    Participant
    August 10, 2015 at 19:54

    Hi,

    I put the code in Theme Options > Custom CSS and it didn’t fix the link issue. The problem is when I click on a link using a mobile device (iPhone or Tablet) it doesn’t take me anywhere. It’s not even noticing the links are there.

    Using this structure: in the static block

    Example:

    <h3 class="widget-title">Helpful Links</h3>
    <ul class="col-ct-6 list-unstyled">
    <li><a href="https://mydomian.com/">Home</a></li>
    <li><a href="https://mydomian.com/about-us/">About Us</a></li>
    <li><a href="https://mydomian.com/contact-us/">Location</a></li>
    <li><a href="https://mydomian.com/blog/">Blog</a></li>
    <li><a href="https://mydomian.com/shop-policy/">Policy</a></li>
    <li><a href="https://mydomian.com/contact-us/">Contact</a></li>
    <li><a href="https://mydomian.com/faq/">Faq</a></li>
    </ul>
    <ul class="col-ct-6 list-unstyled">
    <li><a href="https://mydomian.com/shop-coming-soon/">Shop</a></li>
    <li><a href="https://mydomian.com/shop-coming-soon/">New Arrivals</a></li>
    <li><a href="https://mydomian.com/wishlist/">WishList</a></li>
    <li><a href="https://mydomian.com/my-account/">My Account</a></li>
    <li><a href="https://mydomian.com/cart/">Cart</a></li>
    <li><a href="https://mydomian.com/checkout/">Checkout</a></li>
    <li><a href="https://mydomian.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2Fmydomian.com&_wpnonce=67dfea43f2">Logout</a></li>
    </ul>
    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 10, 2015 at 20:06

    Hello,

    Please try use the following code.

    .wpb_column.vc_column_container.vc_col-sm-3 {
        position: inherit;
    }

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.