Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #956528

    Hi,
    I just downloaded the gym demo and cant see the home page!
    the other pages are ok
    I have tried to change the Frontpage Settings. but it doesn’t help

    • This topic was modified 6 years, 6 months ago by daropress.
    #956530

    ?

    • This reply was modified 6 years, 6 months ago by daropress.
    #957402

    Hi,

    Thank you for using Enfold.

    There’s a lot of invalid html tags in the elements’ title or label field. The demo originally has an LTR layout so you may need to import the demo on an LTR site before switching to RTL.

    Best regards,
    Ismael

    #957408

    Hi Ismael,
    That’s exactly what I did.
    I always do it that way …

    #957422

    Everything is OK!
    I reinstalled the theam and everything worked

    Thanks

    #957438

    now i have a problem with color section with 6 columns
    I’ve added this code:

    .flex_column.av_one_fifth.first.avia-builder-el-first {
    margin-left: 0 !important;
    }

    .flex_column.av_one_fifth.first.avia-builder-el-last {
    margin-left: 6%;
    float: left;
    clear: none;
    margin-top: 0;
    }

    div .av_one_fifth {
    margin-left: 6%;
    width: 10%;
    }

    However, it is not looking correct

    #958459

    Hi,

    Add a custom css class attribute to the 1/5 columns which have to be converted to 1/6. Use “av_one_sixth” for example then use this css code.

    
    #icons-section-home-page div .av_one_sixth {
        width: 11%;
    }
    
    #icons-section-home-page div .av_one_sixth:nth-child(6) {
        clear: none;
        float: right;
    }

    Best regards,
    Ismael

    #959017

    can’t find where i need to add a custom css class to the column!

    #959377

    Hi daropress,

    Here is how to enable it

    If you need further assistance please let us know.
    Best regards,
    Victoria

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