Tagged Questions
0
votes
3answers
57 views
Validating widget's configuration data on Admin page
I have a simple widget that needs its width and height set by the user, so that it is displayed properly on the blog.
The thing is: on the Administrator/Appearance/Widgets page, if the admin user ...
0
votes
2answers
116 views
jQuery UI inside widget on admin page
I have created a widget that has quite a few settings, and so I am trying to create a tabbed menu (using jQuery UI) inside the widget settings of the admin page.
The problem is basically that tabs ...
-1
votes
1answer
36 views
jQuery “on” handler does not fire on newly inserted widgets [closed]
I have a jQuery script attached to the widget.php page via an add_action('admin_footer') call.
The jQuery executes fine on widget items that were in place when the page loaded. However, on newly ...
0
votes
1answer
246 views
How to Remove ALL Widgets from Dashboard?
I'm looking for a complete blank Dashboard. No widgets at all and preferably one column.
There are snippets to remove the default WordPress widgets, but haven't found nothing about the ones added ...
0
votes
3answers
205 views
Grabbing how many posts by month for a dashboard widget
I am trying to develop a dashboard widget that counts posts or post types by month. I am really not sure how to go about doing this.
I know how to create a dashboard widget and all that with post ...
0
votes
1answer
50 views
Issue with checked() echoing on to page
This is kind of a weird one. I'm in the process of building a widget that goes through posts of type product and displays a list of checkboxes in the admin panel to display/show the products in the ...
10
votes
3answers
734 views
changing wp-admin/widgets.php
We want to design the widgets page in the admin panel a little differently, mainly in order to help the site administrator understand where each widget will appear in the site:
For that, we need ...
1
vote
4answers
1k views
Completely disabling widgets
How do I completely remove widget support from a theme/plugin ?
Like removing the appearance -> widgets page, and prevent WP from loading widget classes and all widget-related stuff.
1
vote
1answer
205 views
How to remove Broken Link Checker widget from admin menu
I'm trying to clean up the Admin Dashboard widgets so that only the administrator level users can see the various meta boxes, but no matter what i've tried the Broken Link Checker widget will not go ...
0
votes
1answer
348 views
Wp-admin widgets have no title texts
In wp-admin when I enter widgets I see their bars, but the titles of widgets are missing. only :Something remain visible and the others are gone.
What happened? How do I fix that?
Edit:
Found it ...
1
vote
1answer
1k views
Remove/Add widgets from/to the Available Widgets pool
Is it possible to remove/add widgets from/to the Available Widgets pool (either by plugin or editing core files)?
There are 3 widget files located at:
/wp-includes/widgets.php
/wp-admin/widgets.php
...
4
votes
1answer
655 views
How to hide or remove unwanted widgets on Multisite installation?
I am using Multi-site installation. I don't want all the widgets appear under widgets.php on dashboard .So I tried to find a way to remove or hide unnecessary widgets . SO that the new sub-sites ...
3
votes
1answer
419 views
Highlight custom widgets in the admin area?
I have created some custom widgets for my client to use, but I want to make them stand out amidst the fifteen or so standard widgets in the admin area. How can I do this?
I have solved this problem ...
4
votes
3answers
1k views
Limit widget to certain sidebar?
I have multiple "sidebars", but not all of them are the same size. Not all widgets fit in all sidebars (for example, I have a "footer sidebar" where the client can place custom widgets, but they are ...