• Resolved stevebullman

    (@stevebullman)


    Hi, I am currently experimenting with the free version of the affiliate plugin. All going well with the exception of the tabs on mobile view which simply dont exist, so its therefore impossible for affiliates to set up their referral link or any other action. I have tried switching to twenty10 theme to rule out the theme being the issue. Any suggestions why this might not be working please?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter stevebullman

    (@stevebullman)

    Actually I am now looking at your demo site and dont see them there either. Am I being stupid?

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    thanks for contacting us!

    In order to fix that, try adding the following CSS in?Appearance > Customize > Additional CSS:

    @media (max-width: 991px)
    .woocommerce-account .yith-wcaf-dashboard-navigation {
    display: block !important;
    }

    Check it out and tell us if it works well for you, please.

    Best regards.

    Thread Starter stevebullman

    (@stevebullman)

    Thats had no effect unfortunately

    Thread Starter stevebullman

    (@stevebullman)

    Any assistance? Did you check your own demo page where it doesn’t function on mobile either?

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    Are you using the affiliate dashboard on the my account page or on a separate page? By default in mobile view that menu is not visible and with the provided rule it is displayed.

    Please share with us the affiliate registration URL so we can register and see the problem.

    Best regards.

    Thread Starter stevebullman

    (@stevebullman)

    Hi Juan, I am using the dashboard on my account page

    https://mamiina.co.uk/my-account/affiliate-dashboard/

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,

    I just signed up as an affiliate on your site and I’m waiting for your approval so I can check the problem.

    We will be attentive to your response.

    Best regards.

    Thread Starter stevebullman

    (@stevebullman)

    Thanks Juan, thats approved

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    It seems that the above code is not running. Please try replacing it with the following:

    @media (max-width: 991px) {
    .woocommerce-account .yith-wcaf-dashboard-navigation {
    display: block !important;
    }
    }

    Let us know any news.

    Best regards.

    Thread Starter stevebullman

    (@stevebullman)

    Thank you so much, and my apologies for not replying sooner, only just got round implimenting. Works perfectly

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.