Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1423527

    Is it possible to place an image slider next to the logo?
    The current site https://www.schultebv.nl/ has this and they would like it also to have in their new enfold website.

    #1423634

    Hey Support,

    Thank you for the inquiry.

    This option is not available by default but you might be able to accomplish the same thing by inserting a widget area in the header. You can place one of the slider shortcodes or embed a script in the widget.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    You can also modify the header.php file or the includes > helper-main-menu.php file directly.

    Best regards,
    Ismael

    #1427969

    Thank you for the information.
    I have been trying to get the widget next to the logo but it looks like the example css doesn’t work. I have tried the css from https://kriesi.at/documentation/enfold/example-of-logo-left-menu-center-widget-right/
    When using the css the widget stays as top element instead of showing it next to the logo.
    We want to have the logo on the left, the menu below and the widget next to the logo.
    I hope you can help use to get the widget on the right place

    #1428001

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #text-4 {
        position: absolute;
        left: 250px;
    }

    Best regards,
    Rikard

    #1428009

    Hi,

    The widget is now placed on the left of the logo. We would like it on the right side of the logo.
    How can we do that?

    Best regards,
    Juri

    #1428050

    Hi,

    Thank you for the update.

    Did you remove the widget? We can’t find it in the header. To reposition the widget, try adjusting the left or right values in the css rule above.

    #text-4 {
        position: absolute;
        left: auto;
        right: 50px;
    }
    

    Best regards,
    Ismael

    #1428091

    Hi,

    I think the last css did the trick. I have changed right: 50px; to 50%; and now it’s in the middle.
    Next is getting a slider inside of it.
    Thanks!
    best regards,
    Juri

    #1428238

    Hi,
    When I check your page I see a widget to the right side that is about 80px square, is this were you want the slider?
    You can try adding the shortcode of the slider into the widget, but your header in ver small.

    Best regards,
    Mike

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