Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #856645

    Hello

    I have 2 strange stuff on the smartphone display of the site on which I work:
    1- the normal menu in text format does not disappear while the menu burger is visible.
    2- the display of my fullwidth easy slider is ugly on smartphone, is it possible to decrease the height to have the whole image in the width?

    I missed several things, but I do not know what.

    can you help?

    #856854

    I add a precision, on Safari for smartphone, the burger menu is displayed with the menu text. On Chrome, the display is correct.
    Thank you
    Dominique

    #856855

    Hey doboon,

    1 It is the intended behavior, the burger shows up and the menu hides since there is no room for it.
    2 Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .avia-builder-el-0.av-minimum-height-100 .container,
       .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow,
        .avia-builder-el-0.av-cell-min-height-100 > .flex_cell {
        height: 300px !important;
    }
    .slideshow_align_caption {
        top: 50px;
        vertical-align: top;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #856947

    Thank you Victoria.

    The burger and text menu display is now perfect on smartphone, too on Safari for Smartphone.
    On the other hand, I do not yet understand how to reduce the size of the display of full width easy slider on vertical smartphone. The display of the full width easy slider on smartphone is really not beautiful, is it possible to change this?

    Thank you,
    Dominique

    #857798

    Hi,

    You can add or insert another slider that is specifically created for mobile view. Use the elements’ Screen Options to toggle their display on different screen size or device.

    Best regards,
    Ismael

    #858502

    OK, I resolved the problem I had: just a menu ID that was not set correctly

    • This reply was modified 7 years, 1 month ago by imagevo.
    #858676

    Hi,


    @imagevo
    : Are you @doboon? Anyway, I’m glad that you fixed the slider.

    Best regards,
    Ismael

    #859218

    Hi Ismael,
    No, I’m doboon, not Imagevo.
    Thank you for your effecient response. I had not thought about that ;-)

    Everything is now ok for display on smartphone, however I still have 2 points to fix for tablets.
    I visualize the work on iPad mini, maybe that’s why it stuck?
    1- I would like to display the burger menu on the shelves with landscape display.
    2- I would like to display the new slider on the shelves with portrait display.

    Really thank you for your help, thanks to you I improve with every project, it is TOP ;-)
    Dominique

    #859244

    Just tell you I found a solution for the first question.
    But I can’t optimize the display portrait on tablet (ipad mini).
    Thank you for your help.

    #859299

    I still have an aesthetic difficulty: on smartphone and on the homepage only, I have difficulty managing the space between the slider and the H1.
    Than you,
    Dominique

    #859547

    Hi,

    We moved the easy sliders inside a color section then toggle the Screen Options as required.

    Best regards,
    Ismael

    #859793

    Ismael,
    Many many thanks, now all is ok for me.
    Best regards too,
    Dominique

    #859976

    Hi,

    You are welcome!

    Best regards,
    John Torvik

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