• Resolved mangopango

    (@mangopango)


    I’m finding that the navigation arrows only show up in Chrome desktop/laptop with my site and not in Edge or my Android mobile using Chrome.

    On Edge and Android Chrome I only see the background circles without the arrow dashicons. I’m using DIVI theme so I’m not sure why it only works in Chrome on the laptop. Can you please let me know how to fix this.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @mangopango,

    Greetings from WebToffee support.

    The issue with the arrows seems to be due to conflict with your theme. Please try enabling the Override theme’s template option from the plugin settings page.

    Also, to help us better understand the issue please share the screenshots of the related product widget from a laptop and an android device with the Chrome browser.

    Thread Starter mangopango

    (@mangopango)

    Here are the screenshots.

    Thread Starter mangopango

    (@mangopango)

    Also I already have enabled the theme’s template

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @mangopango,

    It seems like a compatibility issue with your theme.

    Please refer to this article to resolve the issue:?https://www.webtoffee.com/test-for-theme-conflicts-in-related-products-for-woocommerce/

    Thread Starter mangopango

    (@mangopango)

    As mentioned previously I’ve already enabled the override theme template. So I’m not sure what else to do here. Please advise.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @mangopango,

    Thanks for sharing the information.

    It seems like the dashicons are not being loaded on the front end.

    To enable them on the front end of the site you may copy the code snippet from below and paste it into your active theme’s function.php file (WordPress Dashboard > Appearance > Theme Editor > functions.php) or you can use the <u>Code Snippet</u> plugin to do that for you.

    function qode_use_dashicons_on_front_end() {
    wp_enqueue_style( 'dashicons' );
    }
    add_action( 'wp_enqueue_scripts', 'qode_use_dashicons_on_front_end' );

    Let me know how it goes.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @mangopango,

    We haven’t heard back from you for a while. We hope you were able to fix the issue by adding the code snippet.

    As this thread has been inactive for a while, we are marking it as resolved.

    Thread Starter mangopango

    (@mangopango)

    Sorry I was on holidays and missed reading your update. I have just placed your code snippet in my functions.php child theme it works beautifully. Thanks heaps for your help ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘arrows display fine in Chrome but not in edge or mobile’ is closed to new replies.