-
AuthorPosts
-
January 14, 2019 at 2:55 pm #1053698
Hi, i made modification in functions.php but in the menu i didn’t find new widget area.
January 15, 2019 at 6:43 am #1053966Hey KidLoop,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
NikkoJanuary 15, 2019 at 7:41 am #1053980Hello, access ready!)
January 15, 2019 at 6:11 pm #1054225Hi 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,
VictoriaJanuary 16, 2019 at 7:52 pm #1054670Hi,
I tryed to deactivate them all – no results. You can do it too, no problem, for test.January 18, 2019 at 12:13 pm #1055419Hi,
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,
RikardJanuary 19, 2019 at 3:33 am #1055760Hi, i made a new-one
January 19, 2019 at 6:08 pm #1055921Hi 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,
NikkoJanuary 21, 2019 at 6:32 am #1056441Hi, thank you, now i can see it)
January 21, 2019 at 8:19 am #1056479Hi KidLoop,
Glad that we could help you :)
Feel free to comeback if you need further assistance.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.