Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #456319

    Hello Enfold Fans,

    after a new installation WP 4.2.2 and Enfold 3.2 (Update Files only)

    I don’t see a header Widget!

    In the child-theme functions.php is this:

    /* Anlegen eines Widget im header */

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

    /* header widget ENDE */

    Under Dashboard/Design Widgets I have under “Add Widget Area” a new Widget-placeholder with the name “header”
    in this with drag a. drop a Widget “Text”

    Now in the Textfield this:

    <div id=”text-2″ class=”widget clearfix widget_text”>
    <div class=”textwidget”>
    <h6>Sprachen / Languages – Deutsch + English</h6>
    </div>

    and in the Childtheme Style.css this:

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

    In the last installation before I saw this header widget, but now I do not, what can I do?

    (sorry for the bad english and I work offline) Antwort kann auch auf deutsch erfolgen.

    Gruß hgx

    #456802

    Hi hgx!

    Try activating Enfold and then activate your child theme again. Also try deactivating all plugins.

    If that does not help then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    #458624

    Hallo Elliott,

    thank you, but I work offline. I must set a new css rule(z-index), but I don’t no why.

    #header .widget {
    z-index: 5;
    left: 18% !important;
    padding-top: 10;
    position: absolute;
    }

    Without the z-index I see the font color with 10 % black. Only with the z-index setting I can see the text.
    But befor at the last installation it was Ok without a z-index (?).

    Sorry for the bad english.

    Gruß hgx

    #459082

    Hi!

    So it’s working if you use z-index?

    Cheers!
    Rikard

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