The dropdown tag has no wiki summary.
0
votes
1answer
200 views
Display additional form options based on Category selected $categoryId = $_POST['cat']; not working
I have a conditional statement to show certain images to choose from (radio buttons) based on the category chosen, however when the category is chosen, the radio buttons don't show? What am I doing ...
0
votes
1answer
121 views
Drop down list with posts within the “add new” page
Quick explanation :
When I add a new "Company" (custom post type), I have a drop down menu listing all the companies to choose if the one i'm creating depends from another one.
I got 3 metaboxes, the ...
-1
votes
1answer
154 views
how to search through plugin in wordpress cimy-user-extra-fields?
I have a plugin clalled - Cimy User Extra Fields.
I need to search the content through this plugin. This plugin is in WordPress, and all the content are stored in the database also, like industry, ...
1
vote
0answers
115 views
dropdowboxes with pre-selected custom fields optios that filters the results according seach needs
In my site I have one custom post types with custom taxonomies:
custom post_type=listings --> Category --> Tags
Along with it, I have some custom fields to separate them by country, state, region.
...
0
votes
1answer
682 views
How to create a drop down list with pages to a themes options page?
I'm building a themes options page using settings API. Everything is ok, but i now i want to create a drop down list populated with pages and i don't know how to!
For example, i have this piece of ...
0
votes
1answer
219 views
How to add an <img> tag when a menu item is a dropdown(or has a sub-menu) [duplicate]
Possible Duplicate:
Adding a class (arrows) to main menu links that have children?
I have two, very basic css dropdowns in my menu. I want to be able to add an arrow next to the dropdowns ...
0
votes
0answers
114 views
Styling Gravity Form option dropdown width [closed]
I have a gravity form with a dropdown that has very long option text. The options go outside of the 350 width I have set for the dropdown field itself. Does anyone know any css overrides that will ...
1
vote
1answer
850 views
Drop down+sort blog posts date added/most popular
Is it possible to have a drop down menu like youtube/demonoid that allows you to sort your index (and caterogy.php) blog posts by date/popularity/viewed)? I seen plugins for adding most popular ...
3
votes
1answer
112 views
Saving two categories from two dropdowns in front end posting form
So, here's the deal:
I have two category dropdowns, the first for the parent categories and the second for the child categories. They form a chain so that when you select the parent category the ...
-1
votes
2answers
460 views
Wptouch dropdown menu disappears behind flash embed in post! (Although post stays behind menu as it should,so just see floating embed!) [closed]
Hi guys this one has me stumped, fingers crossed someone has come up against it or can answer my wordpress riddle!
I'm using wptouch, and when in a post with an object embedded from say issuu.com, ...
0
votes
1answer
418 views
How to develop a menu like wwe.com?
I would like to design and develop a WordPress menu like wwe.com's menu where it has multiple columns, images and a video section in drop down menus.
I can create a multi-column menu, but I'm not ...
1
vote
1answer
649 views
Query posts from a child taxonomy term id
this is my structure....
State1
CT1-1
- Car_Model Post-CT1-1 (the posts of child)
- Car_Model Post-CT1-2
CT2-1
- Car_Model Post-CT2-2
CT3-1
- Car_Model Post-CT3-1
State2
CT1-2
...
0
votes
1answer
934 views
Add filter to wp_dropdown_pages() or wp_dropdown_categories() - no select container?
I'm working with wp_dropdown_pages() and wp_dropdown_categories() and both are always outputting a <select>-box with its <option>s as items.
Is it possible to add a filter/hook to this ...
0
votes
2answers
377 views
Display a custom taxonomy as a dropdown on the edit posts page
When you create a custom taxonomy, seemingly the only options are to display it as a tag (non-hierarchical) or category (hierarchical). Is there a way to display them as a dropdown menu?
I realise ...
0
votes
1answer
236 views
Unable to display the post titles in a drop down
I have post type Dealers and a taxonomy Manufacturer i have a list of manufacturers and relevant posts. Im trying to display the list of manufacturers in a drop down, when a manufacturer is selected ...
0
votes
1answer
296 views
Using wp_dropdown_users and selected() function?
I have a custom meta box with a dropdown displaying all the WP users via wp_dropdown_users. It saves which WP user is chosen with the post, so that all works.
However, is there a way to make it show ...
0
votes
1answer
425 views
dropdown menu, with walker
I'm using the following walker to create a dropdown menu that I will use on a mobile version of a project I'm working on... it works fine, however, when I select the page, it doesn't load the page, ...
2
votes
1answer
530 views
How can I display parent and child taxonomies in separate drop downs?
The requirement is where i have a taxonomy State which is the parent and it has a child sub-taxonomies they are the Cities, Need to display the state as a drop down, when i select the particular state ...
0
votes
1answer
250 views
Search wordpress using three different drop down menus
I have three drop down menus that are chained together. Year, Make Model. I need wordpress search results to show their matching results. If I give them all the name="s" then it only searches the ...
1
vote
1answer
508 views
Widget: Custom Post Type Post Listing Dropdown on Admin Side
Widget: I'm making a custom widget with the following functionality on the admin side.
3 text fields
2 dropdown menus to select posts by title (both from a single custom post type)
Right now, ...
3
votes
1answer
965 views
restrict_manage_posts not working in 3.3.1
I have noticed my custom taxonomy filters no longer work in the 3.3.1 admin as per these methods:
Adding a Taxonomy Filter to Admin List for a Custom Post Type?
I also discovered that to filter a ...
-1
votes
1answer
409 views
Should I custom code drop down menus or use a wordpress plugin?
EDIT -- Hopefully my question is more clear
What is the best practice for wordpress dropdown menus:
Custom CSS (editing styles.css)
Using a WP Plugin
I'm leaning toward coding it myself from ...
0
votes
1answer
372 views
Drop down menu's not saving using Custom Meta Boxs in WordPress
I am playing with custom meta boxes within WordPress and when trying to modify a drop down menu and saving the option it doesn't save.
If I use the default template it saves the option fine.
case ...
1
vote
1answer
341 views
How can I make a search form that can search taxonomies and posts?
I have a search bar on the homepage of my theme. I want the user to be able to select from a drop down to search for everything, posts, or taxonomies. I looked at the wp_dropdown function, but its ...
3
votes
2answers
686 views
Show child pages by menu order using Superfish Dropdown menu?
I'm using the superfish dropdown menu to create a drop down menu.
It's created the menu fine showing all the parent pages with the child pages in drop down's below.
The only problem I have is that ...
0
votes
1answer
782 views
pages meta box - get_categories dropdown
I created a meta box with a dropdown list which consists of all existing categories.
The administrator of the page should be able to choose one of the categories out of the dropdown list which will ...
0
votes
2answers
907 views
Dropdown primary navigation menu not working
I have installed a theme on WordPress added pages, created a custom menu called Primary Nav.
I have then assigned this as my Primary Menu. I have child pages and the menu looks like this.
I have ...
-1
votes
1answer
1k views
Is there any way to change the CSS class applied to 2nd level sub menu ul's?
I'm running into a problem trying to style a drop down menu with a second level. Wordpress seems to apply the same .sub-menu class to any and all sub menus, and I can't figure out a reliable, ...
1
vote
1answer
114 views
Menu item with no page, but with dropdown
I am using 2010 theme menu. Is it possible to have a menu item that has a drop down when hovered, but will not click though to a page/post. Just a dropdown, using the wp_nav_menu.
0
votes
1answer
391 views
Select Venue from dropdown list and reuse stored address information in meta_box
UPDATED CODE 12/12/2011
Here is the code in functions.php. I put the code for output in my events page. For now there has been on output.
<?php
// Custom Meta Data for Events
...
0
votes
1answer
467 views
working with result of wp_dropdown_pages()
With wp_dropdown_pages(); it's able to make a dropdown list with the pages of the blog.
How can I work with this function? I want to get a specific custom field of the "dropdown-selected page". Don't ...
1
vote
2answers
884 views
Dropdown list of a custom post type
I have a custom post type, Doctors, that I need to create a dropdown nav for. I just want it to populate a select list with all the posts of that CPT and navigate to that post on selection.
I'm ...
0
votes
2answers
370 views
Help with a get_categories () drop down menu - I want it to show in heirachial form
I have a drop down menu that displays all of the terms for one of my custom taxonomies using get_categories (). It displays fine in alphabetical form. However, what i want to know is how can i have ...
0
votes
1answer
535 views
Extend the twentyten dropdown menu with jQuery with a delay onmouseout
I would like to extend the pure CSS dropdown menu of the standard twentyten theme in order to accomodate a small delay on hiding the submenu onmouseout.
Is there any way we could do this using ...
1
vote
2answers
9k views
How to Create a Custom WordPress Navigation Menu with the Code?
Without using plugins, how to create a custom WordPress navigation menu with the code?
I have Wordpress ver 3.2.1
and Buddypress ver 1.5.1
I would like to create a menu like this:
click here
I would ...
0
votes
1answer
183 views
Form Value of drop down category + Translation of 'show option none'
I am building a form where a user can submit an article from the front end..
So far so good...
To this form i am doing some submission check using javascript..
When i get to check if a category is ...
3
votes
2answers
7k views
How to create a drop down menu like in twenty eleven theme?
I really like the drop down menu solution of twenty eleven theme:
http://twentyelevendemo.wordpress.com/
and would like to create a similar one but I cannot figure how it works, or is it based on ...
3
votes
1answer
2k views
Custom Taxonomy as Dropdown in admin
I’ve created a custom post type (called Sponsors) with an additional taxonomy connected to it, called “Type”.
Everything is essentially working perfectly but I would very much like to have my ...
1
vote
1answer
419 views
custom wp_dropdown_categories items in wordpress
I have the wp_dropdown_categories function in my searchform.php file. Right now it lets the user choose what post category they want to search in.
Is there a way I can get the drop down to include a ...
13
votes
2answers
12k views
How to use wp_nav_menu to create a select menu dropdown?
I'm using the following inside the wp_nav_menu function to create a select dropdown menu where each menu item is an option in the select dropdown...
'items_wrap' => ...
0
votes
2answers
139 views
Tags are displaying as an ID in posts [closed]
I have been using this plugin so users can in a controlled manner upload their own posts, now it has a category dropdown and I wanted a set list for a tag dropdown where another user kindly helped me ...
0
votes
1answer
304 views
Tags as a dropdown with set tags
Sorry if this is a silly question but is it possible to have a taglist as a dropdown?
I have a page where users can post theyre own content, and I would like them to be able to choose certain tags ...
0
votes
1answer
569 views
make a dropdown custom field with 'cities' list in it
I am developing a website for real estates. I was wondering that how can I add a dropdown to my custom forms (theme my login plugin) for cities states etc. The basic point is that I dont want to add ...
0
votes
1answer
261 views
Improving the Thesis built-in dropdown menu via javascript
The dropdown menu that Thesis creates is 99% fine, except that it's very unforgiving to users that don't master the use of mouse very easily - old people and people with average to bad vision. I would ...
0
votes
1answer
743 views
Exclude category from drop down list form
I need a bit of quick help. How do I exclude category ID number 50 for example in drop down list form in Wordpress?
I have this code and I need to just insert the excluded category id.
<?php
...
0
votes
1answer
1k views
How to create Custom Taxonomy Search Drop Down for specific Post Type
I have a number of custom post types which share a custom taxonomy.
I'm trying to implement a dropdown search box using php (to insert into a widget or elsewhere) that allows selection of a taxonomy ...
2
votes
0answers
108 views
Admin menu bar dropdown opens when I click on a form <select> element (Chrome) [closed]
Whenever I click on a <select> element within a form, it opens not only the relevant dropdown but at the same time the first dropdown menu of the admin menu bar.
It seems to be an issue with ...
0
votes
1answer
432 views
Front End Dropdown Showing All Custom Post Type 'Agent'
Title says it all, I pretty much just want to put a dropdown list on the front end that will list all the posts of custom post type 'agent', preferably in alphabetical order, and go to that post when ...
2
votes
1answer
602 views
Getting the dropdown menu to redirect to different pages?
What I am having trouble with is a dropdown box that I want to add to my sidebar. the blog will have more than one user so what I want for the dropdown to do is list all the different users by their ...
1
vote
2answers
230 views
How to show cutom post labels in options?
I have this code:
$args=array(
'public' => true,
'_builtin' => false
);
?>
<select id="<?php echo $this->get_field_id('posttype'); ?>" ...