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

    Hi,
    Here is my website http://tinyurl.com/kl35r75

    I have several color sections in each page of my website that I use as page separator. (I use the anchor link to navigate, it works very well with a gorgeous smoothscrolling effect)

    I have this code in the custom CSS

    .avia-section {
    min-height: 300px !important;
    }

    For some weird reason, only the first color section would work on Ipad and Iphone whereas it works well on a computer. I also did this on an other website (theme was not updated http://tinyurl.com/kyxfpsv ) and it works very well.

    Could you please help me fix the problem?

    Thanks !

    #172804

    Hi oliviad!

    I checked your website here: http://responsinator.com/?url=http%3A%2F%2Fourlittlecompany.com.sg%2FBo%2F2535-2%2F

    This page has two color sections, right? They both work on iPad view.

    Regards,
    Ismael

    #172829

    Hi !
    How weird it is, it is not working on any of the iphone, ipad I tried. (tried 2 iphones and 3 ipads)… Any idea why?

    #173374

    Hi!

    You could try changing the background position to center center and see if that has any effect. Additionally try going to the styling tab of the theme options, make a small change and then save to refresh the themes styling file just in case there is any issue there.

    Cheers!
    Devin

    #173433

    Hi,

    Did all but I still don’t still the image, neither do all the people I asked to try :(

    It is only on media size screen, is there anything to check in that CSS side?

    Sorry to bother you but this is really annoying. Thanks for your help,

    Olivia

    #173559

    Hi!

    Can you please post a screenshot of what you see on iPad and iPhones?

    Cheers!
    Ismael

    #173653

    Can you also enable debug mode and then paste the contents of that pages layout here so we can try and recreate the page and error?

    Add this to your functions.php and then you’ll get a new field with the shortcodes and content for that page:

    
    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    
    
    #173673
    This reply has been marked as private.
    #173675

    Actually it’s the same template for all may pages and only the first color section works properly on iphone/ipad.

    #173681

    Here is the screenshot of my iphone : http://tinyurl.com/mu3sdxo

    #173684

    You just need to set the images in your color sections to Stretch to fit instead of No Repeat.

    Also I noticed you are using text field with ID’s in them inside the color sections. The color sections actually have fields for your own ID’s so you don’t need to add them in with another element inside the color section.

    #173691

    Of course the ID ! Thanks for the tip!!

    Ok it works well with the strech to fit. Unfortunately even though my image is very wide, it is super streched and does not display well. Does it mean its height is not big enough?

    Thanks for the awesome support by the way :)

    #173692

    Yes, a bigger height+width at the quality you want will be best.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘color section is not working on iphone / ipad’ is closed to new replies.