Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #536126

    hi,

    we found the “dot control” of this element working fine on desktop but NOT on mobile (tested on iPhone).
    The dot control does not react if there are more than one partner/logo element on the same page.

    same page
    <—–first partner/logo element ——> dot control working fine on iPhone
    <—–second partner/logo element ——> dot control not react on iPhone
    <—–third partner/logo element ——> dot control not react on iPhone
    <—–fourth partner/logo element ——> dot control not react on iPhone
    same page

    any solution?

    thank you :)

    #536607

    hi,
    any solutions?

    #537161

    hi,

    this bug is quite an issue ~ please let me know if there is a solution to fix it …

    thank you

    #537244

    hi,
    URL changed.

    #537304

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    #top .avia-smallarrow-slider .avia-slideshow-dots { z-index: 999; }}

    Cheers!
    Yigit

    #537790

    hi, Yigit

    it’s not working, the control dots still not reacting except for the first set.

    #538105

    Hey!

    Can you please firstly update Enfold to the latest version 3.4.3 – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Cheers!
    Yigit

    #538504

    hi, Yigit

    I upgraded it to 3.4.3, not helping ~~

    #540073

    Hi!

    It’s probably a spacing issue. Increase the size of the dots and the spaces around it.

    @media only screen and (max-width:989px) {
    #top .avia-smallarrow-slider .avia-slideshow-dots a {
        margin: 0 10px;
        height: 16px;
        width: 16px;
        border-radius: 16px;
        padding: 10px;
    }
    }

    Best regards,
    Ismael

    #543040

    hi, Ismael

    But the “first” same element works fine, would this be spacing issue?

    same page
    <—–first partner/logo element ——> dot control working fine on iPhone
    <—–second partner/logo element ——> dot control not react on iPhone
    <—–third partner/logo element ——> dot control not react on iPhone
    <—–fourth partner/logo element ——> dot control not react on iPhone
    same page

    #544940

    Hi!

    Looks like you didn’t add the code. Please add the code then we’ll check it again.

    Cheers!
    Ismael

    #545005

    hi, Ismael

    we put the code back (but it’s not working)…

    thanks in advanced :)

    #545769

    hi,

    any idea? the element is not working .properly….

    #546247

    hi,

    I think my ticket is lost somewhere …. ??
    please help ~ thank you.

    the “first” same element works fine, would this be spacing issue?

    ——————————————–
    same page
    <—–first partner/logo element ——> dot control working fine on iPhone
    <—–second partner/logo element ——> dot control not react on iPhone
    <—–third partner/logo element ——> dot control not react on iPhone
    <—–fourth partner/logo element ——> dot control not react on iPhone
    same page

    #547339

    Hey!

    I tested the site on an iPod touch and the dots are working correctly. Please remove browser cache then reload the page. If possible, please install a cache plugin and then increase the wp memory limit to at least 128MB to improve loading speed.

    Regards,
    Ismael

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