Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #1238780

    Hey Support
    Which of the 2 Enfold versions to pick?
    I have the following requirements:
    – Header with logo and menu centered as in demo “Enfold Hotel”
    – Modify header with text and icons
    – Modify font type

    Which Enfold version should I pick?
    Please see site below

    Kind regards

    #1238902

    Hey Lene,

    You can use the demo, where most pages suit your design. The header, icons, and fonts can be all adjusted and set up in the theme options.

    Here are the docs for you:

    Best regards,
    Victoria

    #1240368
    This reply has been marked as private.
    #1240601

    Hi Lene,

    If you need to add two widget areas to your header then you can follow this: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area. Just make sure that the two areas have different names, like so:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header1' );
    dynamic_sidebar( 'header2' );
    }

    If you need help with CSS then let us know what you would like to change and how.

    Best regards,
    Rikard

    #1240642
    This reply has been marked as private.
    #1241995

    Hi,
    Sorry for the late reply and thanks for the login, so to create two widgets in the header with the logo in the center and the menu below I followed the steps here, please see number 2: Widget left, Logo center, widget right, menu below.
    Please note the setup instructions, where it says Enfold > Header > Header Layout > Menu and Logo Position needs to be Logo left, Menu right, I set this for you and then added the css and I copied your widgets and css from your example site and added it to your new widgets.

    .topKnap a,.topKnap a:hover {
        width: 140px;
        height: 48px;
        color: #fff;
        display: inline-block;
        text-align: center;
        margin-right: 6px;
        padding: 13px 0;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        float: right;
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        background-color: #DAC7A6;
    }
    .topKontakt a,.topKontakt a:hover {
        color: #666666;
        font-size: 14px;
        text-decoration: none;
        background-color: transparent;
        display: inline;
    }

    You can check the full css in your child theme stylesheet, please clear your browser cache and check.

    Best regards,
    Mike

    #1242481
    This reply has been marked as private.
    #1242806

    Hi,
    Sorry for the late reply, please note that your example site has a different header structure to produce the similar layout, for example, the header and menu are two separate div’s that are full-width, but on your Enfold site the menu is inside the header and is not “full-width” when it comes to applying a background color.
    So perhaps to recreate the structure, we could not use the main menu and use a full-width sub-menu instead, please see the example on your dev site. (the main menu is only hidden with css in the Quick CSS)
    But I don’t think the sub-menu will produce the same menu style as your example site, do you have any flexibility in the header layout?

    Best regards,
    Mike

    #1243043
    This reply has been marked as private.
    #1243296

    Hi,
    Please note that above I linked to and used the same instructions for the Header Layout: Widget left, Logo center, widget right, menu below.
    Also, note in the example the color of the menu and how it is not full-width, this is because the menu is wrapped in the header.
    So if the header and the menu are white the menu will look full-width, but once the hearer background color is changed you would see what I mean.
    Anyways I returned the layout to the way it was without the sub-menu, and then adjusted the css a little more, please clear your browser cache and check and see the screenshot in Private Content area. I will research for a way to make the menu appear full-width white.

    Best regards,
    Mike

    #1243430
    This reply has been marked as private.
    #1243431
    This reply has been marked as private.
    #1243611

    Hi,
    For the menu I added this css and it is now stretching the full page.

    nav {
     width: 130vw;
     margin-left: -50vw !important;
     left: 50%;
    }
    .responsive #top #header #header_main .inner-container .main_menu {
        flex-basis: 130% !important;
    }

    please clear your browser cache and check.
    For your italic issue, on that page you had an unclosed HTML tag in the slider title field, I changed it from <em>Persondata</en> to <em>Persondata</em>
    I’m not sure what you meant by “Full-width feature not appearing in preview”, if you mean that in the preview of a draft page something is not showing correctly, please try publishing first then checking.

    Best regards,
    Mike

    #1244009
    This reply has been marked as private.
    #1244284

    Hi,
    1 & 2: I added this css to your quick css:

    .responsive #top #header #header_main .inner-container .logo {
        height: 135px !important;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 192px !important;
    }

    3: I adjusted some previous css, now the socket menu shows.
    4: On this page your slider had an un-closed tag in the caption title:
    2020-09-08_071129.jpg
    I corrected and now the slider shows.

    Best regards,
    Mike

    #1244306
    This reply has been marked as private.
    #1244318
    This reply has been marked as private.
    #1244636

    Hi,
    I adjusted the css for chrome and screen size, please clear your browser cache and check.

    .responsive #top #header #header_main .inner-container .main_menu {
        flex-basis: 130%;
    }
    @media only screen and (max-width: 1570px) { 
    .responsive.avia-chrome #top #header #header_main .inner-container .main_menu {
        flex-basis: 130% !important;
    }
    }
    @media only screen and (min-width: 1571px) { 
    .responsive.avia-chrome #top #header #header_main .inner-container .main_menu {
        flex-basis: 160% !important;
    }
    }

    Best regards,
    Mike

    #1244654
    This reply has been marked as private.
    #1244920

    Hi,
    I adjusted the css for your two buttons, please clear your browser cache and check.

    Best regards,
    Mike

    #1244955
    This reply has been marked as private.
    #1245115

    Hi,
    Glad to hear, so for the last question, I added this css:

    /*sonar effect*/
    @-webkit-keyframes sonarEffect {
    0% {opacity: 0.3;}
    40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(174, 198, 195,0.1), 0 0 10px 10px #aec6c3, 0 0 0 10px rgba(174, 198, 195,0.5);}
    100% {box-shadow: 0 0 0 2px rgba(174, 198, 195,0.1), 0 0 10px 10px #aec6c3, 0 0 0 10px rgba(174, 198, 195,0.5);-webkit-transform: scale(1.5);opacity: 0;}
    }
    @-moz-keyframes sonarEffect {
    0% {opacity: 0.3;}
    40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(174, 198, 195,0.1), 0 0 10px 10px #aec6c3, 0 0 0 10px rgba(174, 198, 195,0.5);}
    100% {box-shadow: 0 0 0 2px rgba(174, 198, 195,0.1), 0 0 10px 10px #aec6c3, 0 0 0 10px rgba(174, 198, 195,0.5);-moz-transform: scale(1.5);opacity: 0;}
    }
    @keyframes sonarEffect {
    0% {opacity: 0.3;}
    40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(174, 198, 195,0.1), 0 0 10px 10px #aec6c3, 0 0 0 10px rgba(174, 198, 195,0.5);}
    100% {box-shadow: 0 0 0 2px rgba(174, 198, 195,0.1), 0 0 10px 10px #aec6c3, 0 0 0 10px rgba(174, 198, 195,0.5);transform: scale(1.5);opacity: 0;}
    }
    

    Please clear your browser cache and check. Shall we close this then?

    Best regards,
    Mike

    #1245123
    This reply has been marked as private.
    #1245127

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Default demo vs Enfold 2017’ is closed to new replies.