Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #766702

    I have a Widget (jpg image) in my header and when I updated Enfold yesterday, the Widget disappeared inside my header.
    The Widget is still there in wordpress, but it will not show up on my header.
    I also used the code below in my quick CSS area to align the widget.

    #header .widget {
    left: 70%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    Thanks,
    Ken

    #766724

    Hey Ken,
    Can you please include your url?

    Best regards,
    Mike

    #766755

    Hi Mike,
    Here it is:

    Thanks,
    Ken

    #766762

    Hi,
    When you first added the widget, did you use a child theme or did you edit the functions.php file directly?
    Please check that the edits are still there. More info:http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Mike

    #766763

    Thanks Mike!
    I added the code back into the functions.php file and it works now!
    Question: Will this be an issue after every update?
    Thanks,
    Ken

    #766765

    Hi,
    Yes, but the good news is you can use our ready built child theme so it wont be: Read about it & Get it here

    Best regards,
    Mike

    #766773

    Hey!

    There shouldnt be any issue, but it is always better to create a child theme for any of your modifications

    Regards,
    Basilis

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