test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #969063

    Hi
    In which browser you are getting this error ? I checked it in chrome (Ipad view) it looks fine : http://prntscr.com/cjpb8o

    natali.klochan Friend
    #969206

    I watch in IPAD browser Safari – photo


    1. IMG_2770
    2. IMG_2771
    Pankaj Sharma Moderator
    #969316

    Hi
    i raised this bug to the development team and it will be fixed in the next update of the template . You can apply below fix :
    templatesja_cagoxlessextrascom_virtuemart.less
    Find

    &.vm-col-3 {
                width: 100%;
                @media screen and (min-width: @screen-sm) {
                    width: 33.3333%;
                }
            }
    

    edit to

    &.vm-col-3 {
                width: 100%;
                @media screen and (min-width: @screen-sm) {
                    width: 33.2%;
                }
            }

    Compile less to css for this file .
    take a backup of site before apply chnages

    natali.klochan Friend
    #969404

    Tell me please.
    When I push Less to CSS in template settings, all styles that I have changed manually in the css files are destroyed.
    How can I return my changed styles with saving new parameters after Less to CSS?

    Pankaj Sharma Moderator
    #969623

    Hi
    Less to CSS compile will override the previous CSS files , You have to make a backup of the site or all custom changes before apply changes .
    Also if you will apply the changes on the file view Joomla file explorer (template options > styles ) , you will have the option only for compile less to CSS for this file .

    natali.klochan Friend
    #969753

    Sorry.
    But I don’t understand.
    Why I am doing backup all custom changes before apply changes?
    I will be able to return override the previous CSS files after apply changes?

    Pankaj Sharma Moderator
    #969799

    Hi
    less to CSS will overwrite the current CSS files with fresh CSS style if you have customised the CSS file then there is possibility of losing those changes this is the reason I suggest you to take a backup of all your CSS custom changes let me know if there is any kind of confusion in this matter .
    Best regards

    natali.klochan Friend
    #969905

    Great thanks for your help, Pankaj Sharma.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  natali.klochan 8 years, 2 months ago.

The topic ‘Problem with displaying page on IPad’ is closed to new replies.