Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #566604

    hi,

    I have some question (I’m using the very last version of Enfold and RTL):

    1. Accordion slider doesn’t work on some mobile devices (like Galaxi 3, s3)
    in old version of Enfold it’s working.

    2. the dark background is too wide on desktop (on mobile it’s fine), how can I narrow it ?
    picture:
    http://goo.gl/9Nidyz

    3. the hovering on the last menu item is different from the rest (the background is narrower and the line beneath is wider).

    4. there is a RTL problem with the lightbox – the text might be in the right site:
    http://goo.gl/Dkxy7N

    thanks

    #567425

    Hey dk210se!

    1. I check on my samsung note and the according slider works fine please send us a screenshot and description of the issue so we can help you better.

    2. Have you added any custom css to achieve this dark area? Please elaborate more on this issue and get back to us with admin access to the site in a private message so we can further trouble shoot this issue.

    3. Use the below css in enfold > general styling > quick css

    #menu-item-61:hover  {
        background-color: #33ad0a;
        padding-left: 10px!important;
    }

    4. To move the title to the right please use the below css

    div .mfp-title {
        float: right;
    }

    Regards,
    Vinay

    #567495

    thanks.

    1. atached screenshot, Galaxi S1 the original/defult browser (not chrome)
    https://www.dropbox.com/s/zxf37sqw92pq5jn/Screenshot_2016-01-19-00-53-15.png?dl=0

    2. I didn’t add any CSS related to this. admin access sent in PM.

    3. thanks.

    4. and how do I move the counter to the left ?

    #568234

    Hi!

    1.) I checked in chrome emulator for samsung galaxy s3, as well as on my htc one s mobile device and it’s working totally fine. Can you clear browser cache on your device please? also double check on another mobile device as well.

    2.) Adjust it’s width using this code:

    #top .aviaccordion-preview-title-wrap {
    width: 45%;
    }
    

    and adjust it as needed.

    4.) Add a left or right value to the code, for example:

    div .mfp-title {
    left: 10px;
    }
    

    Regards,
    Andy

    #568402

    hi,

    1. I said before it’s working fine on chrome, but on the default browser of the device it’s doesnt work. I’ve checked 4 devices already.

    2. it’s look bad – it place the dark part in the middle of the picture.

    4. doesnt work.

    #568500

    Hey!

    1.) I tried to reproduce the issue using exactly the same content as on your frontpage for my own installation, but it does work fine for me on android default mobile browser. I can see that it’s not working on your end though. If we can’t reproduce the issue, then something must cause it especially on your end. Deactivate all plugin to check if one is causing this issue.

    2.) Then adjust width value the way you need it.

    4.) Add a position value into the code:

    div .mfp-title {
    left: 10px;
    position: relative;
    } 
    

    Regards,
    Andy

    #568525

    hi,

    1. have you checked on Galaxi s1 or s3 ?
    I turned off all the plugins and it’s still doesn’t work.

    #568572

    Hi!

    I don’t have this device, I use a htc one s instead.

    Cheers!
    Andy

    #568598

    so what am I supposed to do ?

    #568637

    Hey!

    If you test from here:
    http://mobiletest.me/

    or with here:
    http://quirktools.com/screenfly/

    can you let us know if the results are the same, with an issue?

    Regards,
    Basilis

    #568641

    Hi!

    I can’t imagine that there could be a different result when using same browser and OS but different mobile device. I still think it’s a caching issue. Unfortunately we can’t do much if we can’t reproduce the issue.

    Best regards,
    Andy

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