Skip to main content

Questions tagged [dropdown]

The tag has no usage guidance.

0 votes
0 answers
14 views

How to make a drop-down list so you can press and change display like on this website by using wordpress or CSS

1How to make a drop-down list so you can press and change display like on this website by using wordpress or CSS []
0 votes
0 answers
13 views

Drop down menu that updates block content

I want to have a drop down menu/list as part of the content of a specific page where you select a country and the content of that section of the page updates with country specific content. So when you ...
jonasgs's user avatar
0 votes
1 answer
12 views

Fetch Post Category

How to fetch all post categories which has posts and show in a drop down list in WordPress Admin panel ?
Foysal's user avatar
  • 449
0 votes
0 answers
23 views

Menu drop down covers contents of page in Mobile view

Hi folks I want to try fix my menu. When on a mobile device I click the burger menu. Its expands but it partially coves up the contents of my pages or posts. Is there a workaround for this ? The ...
user3259342's user avatar
0 votes
1 answer
71 views

Making a filter searchable on the page of post list at Wordpress backend

I have a dropdown menu of all authors or usernames on the page of post table or post list. I would like to make that dropdown menu searchable. Here are my codes: <?php // Get an array of ...
daro2013's user avatar
0 votes
0 answers
49 views

Why wordpress doesn't allow to add author filter to media library page in grid mode

It appears that Wordpress doesn't allow to apply new author filter to upload page (upload.php) in "grid" mode. If it's right, why? If not, does it exist a specific hook/function to allow ...
imagIne's user avatar
  • 83
0 votes
1 answer
148 views

Display post by select it from a dropdown menu

this my code function form_creation(){ ?> <select name="page_id" id="page_id"> <?php global $post; $args = array('cat'=>19); $posts = get_posts($args); ...
rosy's user avatar
  • 3
0 votes
1 answer
29 views

Icon not shown in Dropdown menus in Twenty Seventeen Theme

I guess I removed the image used for the dropdown menu while cleaning up my site that uses the Twenty Seventeen theme.Now it shows nothing (or a box) next to a dropdown menu which is not ...
Tutul Ahmed's user avatar
0 votes
0 answers
275 views

Get all users from role and add to dropdown (select) - wordpress, javascript

I have a shortcode from functions, which retrieves a list of all users from active role. I have managed to get the list into the dropdown list with a little trickery if I wrap a div around the users ...
Masterior's user avatar
0 votes
0 answers
387 views

Contact form with dynamic dropdown and filter

A client wants to create a contact form for a moto parts store that allows users to choose their moto make-model-year. They want this information to provide better assistance after the contact. They ...
franjapaez's user avatar
0 votes
0 answers
54 views

What is the best way to incorporate responsive dropdown navigation menu into custom theme?

I am very new to developing and just started with building a custom theme. I already registered a menu using the wp functions (register_nav_menus etc.) and am now trying to get my sub-menu to work. ...
georg1402's user avatar
1 vote
1 answer
502 views

How to force the Author Dropdown to display in Quick/Bulk edit?

I believe this issue is a bug with the latest version of WP on multisite (I've reported it) but until they fix it I really need a simple solution. I have multiple authors (Administrator and Editor ...
user3593214's user avatar
0 votes
1 answer
122 views

HTML dropdown setting not showing last saved value in the database

I want a select-dropdown field to display the last saved option in the database; I started with this video from YT, https://www.youtube.com/watch?v=hbJiwm5YL5Q&t=3969s and got as far as 1:05:00 ...
710dev_null's user avatar
0 votes
1 answer
132 views

Create a Dropdown Selector and Redirect for a Custom Taxonomy in WordPress?

I'm trying to create a dropdown selector on my CPT and CT archive page for a custom taxonomy called "location". I've managed to get the form to submit, however, it does not direct me to the ...
Alan Loh's user avatar
0 votes
1 answer
1k views

Is possible hide hierarchical select dropdown created by jetsmartfilters? (only visual issue)

Is possible to hide child ("City") hierarchical select fields before parent ("State") choice? only visual issue. I did hide function in "JavaScript" but I couldn't join ...
adriano tanaka's user avatar

15 30 50 per page
1
2 3 4 5
23