Here is the error : https://librefor.fr/wp-content/WAGNER/WWWROOTAMENFR$/fd8a6e857.hostnd/htdocs…s/amazing-hover-effects-pro/framework/public/css/metabox.min.css?ver=4.2.2 Failed to load resource: the server responded with a status of 404 (Not Found)
The right path is : https://librefor.fr/wp-content/plugins/amazing-hover-effects-pro/framework/public/css/metabox.min.css?ver=4.2.2
How can I change this path ?
https://www.ads-software.com/plugins/amazing-hover-effects/
]]>Also, I want it to function like the blog page does now; is there a way to use the blog template to display the inputted info, or do I have to create a new template and hard code it?
]]>I have just read https://codex.www.ads-software.com/Administration_Menus and within the code block under “Inserting Page” is the following code comment:
// Add a new top-level menu (ill-advised):
I would love to understand why it is ill advised to add a top level menu. I have sites where we have a number of custom sections (if that is the right terminology) and grouping them together would make for a nicer look/feel for the admin area.
I hope someone can enlighten the pros / cons to this WP newbie.
Cheers
Nigel
]]>wp_list_pages(‘title_li=’)
Now I am trying, without success, to make the equivalent for the administration menus, you know, the sidebar on the left when accessing wp-admin/ location. From the HTML code I see that this is a list UL with ID=adminmenu, but I see no reference in the wp function list.
Am I missing something? Is there a magic wp_admin_sidebar( ) ?
The code from functions.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
]]>So I’ve been trying to make the Unverified Users page that Register Plus puts out when using the Admin Verify option a Root Menu Page rather than a subpage under Users. I perfectly understand if the plugin programmer or developer(s) don’t want to support this change – I would just appreciate it if you had any suggestions of things I could try off of the top of your heads.
So I’ve been trying to modify the following line of code (line 90 or thereabouts in my copy) from:
add_users_page( 'Unverified Users', 'Unverified Users', 10, 'unverified-users', array($this, 'Unverified') );
to:
add_users_page('Unverified Users','Unverified Users',10,__FILE__,'Unverified');
as per the example described in this codex article: https://codex.www.ads-software.com/Adding_Administration_Menus#Top-Level_menu.
Making this change will indeed create a root menu page called “Unverified Users.” But clicking on said page will return the following in place of any content:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Unverified' was given in .../wp-includes/plugin.php on line 339
Any clue what’s going on here? And what I can do to fix it? Thanks!
]]>So I’ve been trying to make the Unverified Users page that Register Plus puts out when using the Admin Verify option a Root Menu Page rather than a subpage under Users. I perfectly understand if the plugin programmer or developer(s) don’t want to support this change – I would just appreciate it if you had any suggestions of things I could try off of the top of your heads.
So I’ve been trying to modify the following line of code (line 90 or thereabouts in my copy) from:
add_users_page( 'Unverified Users', 'Unverified Users', 10, 'unverified-users', array($this, 'Unverified') );
to:
add_users_page('Unverified Users','Unverified Users',10,__FILE__,'Unverified');
as per the example described in this codex article: https://codex.www.ads-software.com/Adding_Administration_Menus#Top-Level_menu.
Making this change will indeed create a root menu page called “Unverified Users.” But clicking on said page will return the following in place of any content:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Unverified' was given in .../wp-includes/plugin.php on line 339
Any clue what’s going on here? And what I can do to fix it? Thanks!
]]>