Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1053698

    Hi, i made modification in functions.php but in the menu i didn’t find new widget area.

    #1053966

    Hey KidLoop,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1053980

    Hello, access ready!)

    #1054225

    Hi KidLoop,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    Best regards,
    Victoria

    #1054670

    Hi,
    I tryed to deactivate them all – no results. You can do it too, no problem, for test.

    #1055419

    Hi,

    The login token doesn’t work anymore, could you create a new one please? Also, what code did you add and what did you expect to happen?

    Best regards,
    Rikard

    #1055760

    Hi, i made a new-one

    #1055921

    Hi KidLoop,

    I’m not really sure why it’s not appearing, but I have added this php code in functions.php:

    add_action( 'widgets_init', 'avia_custom_widgets_init' );
    function avia_custom_widgets_init() {
        register_sidebar( array(
            'name' => __( 'Header Widget', 'enfold' ),
            'id' => 'header',
            'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 
    	'after_widget'  => '</div>', 
    	'before_title'  => '<h3 class="widgettitle">', 
    	'after_title'   => '</h3>'
        ) );
    }

    You should be able to see Header Widget area in the Appearance > Widgets.

    Best regards,
    Nikko

    #1056441

    Hi, thank you, now i can see it)

    #1056479

    Hi KidLoop,

    Glad that we could help you :)
    Feel free to comeback if you need further assistance.

    Best regards,
    Nikko

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