Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1476759

    Hi,
    I’m a great fan of the enfold theme and running it on three own pages and on clients pages.
    I really like the layout and style on this page, which is built with Avada : Link

    Is there a way to achieve this with enfold? Could you build a demo to use?
    I’d rather keep using enfold.

    Best regards

    #1476797

    Hey northorie,

    Thank you for the inquiry.

    Yes, the layout should be possible with Enfold but it will require some modifications. Unfortunately, we won’t be able to build a demo specifically for this site, but we can assist you if you encounter any issues building the layout.

    Best regards,
    Ismael

    #1476809

    Good to hear.
    Can you give me hints how to achieve this layout? Which elements should I use? I have no clue how to start.

    Best regards

    #1477018

    Hi,

    The first section with the background image can be recreated using the Color Section element or Fullscreen Sliders. The page can be set to have a transparent header. For the next section, you can use Column elements and apply some custom css to adjust the container width if needed. The theme also includes a built-in Contact Form element which can be added using the Advance Layout Builder (ALB).

    You can check the documentation for more details on the builder and available elements: https://kriesi.at/documentation/enfold/

    Let us know if you need more info.

    Best regards,
    Ismael

    #1477121

    Hi Ismael,
    thank you, I guess I have a clue how to start.
    I don’t know how to achieve this black “connecting-in” though.
    Can you help me?
    Screenshot

    Best regards

    #1477199

    Hi,
    Thank you for your patience. but the vertical black line is from a special element in the fusion plugin, Enfold doesn’t have such an element, we have a horizontal hr element.
    If you would like to request this feature, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    #1477204

    Thank you, that’s a pity…could I achieve it with an image inside a cell?

    Best regards

    #1477211

    Hi,

    Yes, you can use an Image element, apply a Custom CSS Class to it, and then make a few css modifications to adjust its position. This can also be achieved with pure css. If you can provide a test page, we’ll send you the initial css.

    Best regards,
    Ismael

    #1477406

    Hi,
    test page, user and password in private data. I would appreciate your help!
    Best regards

    #1477442

    Hi,

    Thank you for the info.

    Did you create a test page for the layout above? We tried logging in, but the credentials provided are invalid. Please check the info carefully or provide another admin account.

    Best regards,
    Ismael

    #1477485

    Yes, I’ve created a test page and I’m getting closer.
    I’m struggling to set the first column row higher, placing the text inside the header and I have no clue how to get this vertical black line.
    Would you kindly try to log in again?
    Links and password in private content.

    Thank you and best regards

    p.s. the present colors don’t matter at the moment. I just want to get the layout done

    • This reply was modified 2 days, 20 hours ago by northorie.
    #1477526

    Hi,

    We applied a unique class name (av-black-vertical-line) to the first column with the feather image, then added this css code to create the black line.

    .av-black-vertical-line:before {
        content: '';
        width: 1px;
        height: 200px;
        position: absolute;
        background: #000000;
        top: -100px;
        left: 100px;
        display: block;
        z-index: 1000;
        visibility: visible;
    }
    

    We also added a separator/whitespace element to the first section to create a huge space at the bottom, then added this css to pull the columns upward.

    .av-grid-with-black-border {
        position: relative;
        z-index: 100;
    }
    
    .av-grid-pull-black-border {
       margin-bottom: -324px;
    }

    Best regards,
    Ismael

    #1477548

    Thank you! the black line is really cool! How can I use the line on other pages than the front-page?

    And how can I get the first column row to lay above the first color section, like this (mockup):

    Best regards

    #1477663

    Hi,
    apply a unique class name (av-black-vertical-line) to the column that you want the black line on, please examine the column that Ismael did for you.
    To move the column up use the setting to add a negative top margin.

    Best regards,
    Mike

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