Tagged Questions
2
votes
1answer
69 views
Is it safe to post form data via Ajax to the settings api? Am I missing something?
In my Wordpress Admin, I have my theme options set-up using the Settings API. I am trying to save the theme options form using Ajax so that the page does not refresh. The only thing i needed to add ...
0
votes
1answer
212 views
Selectbox in admin panel function linking to CSS
I want to link the selectbox to my CSS.
Like if I click an item on the list, the background of my header will change - the header's color is in the CSS.
The selectbox isn't in the html but it's in ...
2
votes
1answer
54 views
How can I show more than 15 themes at a time in the admin menu?
I have a lot of themes in my test wordpress site. I get a little frustrated that I can't show more than 15 at a time.
In pages and posts you can click "screen options" to choose the number, but it ...
-2
votes
2answers
577 views
I don't have permission to save the theme options I created myself?
I created an option panel following this Woo theme tutorial.
But each time I try to save the settings I get the following:
You do not have sufficient permissions
to access this page.
Any ...
3
votes
2answers
675 views
Modify CSS via Theme Control Panel
Hi to all I'm trying to create an advanced control panel for my first Wordpress template but I'm not able to add a function that I will need.
The function that I'm trying to add is the possibility to ...
0
votes
1answer
588 views
send information from the thickbox image uploader second tab
in this question i've found how to create a custom tab at the image uploader.
this is the code:
add_filter('media_upload_tabs', 'my_media_upload_tabs_filter');
function ...
2
votes
2answers
2k views
Uploading files in admin panel?
I want to allow my users to upload files in admin panel, but I'm not sure where should I upload these files and how the script should look like?
<p>Please provide link to a file or click ...