-
Posted a reply to Conditional display for dropdown choices, on the site WordPress.org Forums:
<style> .select2-results__option--disabled { display: none !important; } </style> <script type="text/javascript"> jQuery(document).ready(function ($) { setTimeout(function ()… -
Posted a reply to Conditional display for dropdown choices, on the site WordPress.org Forums:
Hi @wpmudevsupport3 Very grateful for your provided codeI've managed to get it working by adding… -
Posted a reply to Conditional display for dropdown choices, on the site WordPress.org Forums:
The given snippet will only remove the options from other select fields if it is… -
Posted a reply to Conditional display for dropdown choices, on the site WordPress.org Forums:
Hey, @wpmudev-support8 I appreciate you replying to my request. How do i configure which <options>… -
Posted a reply to Conditional display for dropdown choices, on the site WordPress.org Forums:
Thanks for your reply, Althought I would like to hide certain Choices (not the whole… -
Created a topic, Conditional display for dropdown choices, on the site WordPress.org Forums:
Hi, Is it possible to display certain choices in a sec… -
Posted a reply to Lock footer to bottom of page?, on the site WordPress.org Forums:
Thank you, works great! -
Created a topic, Lock footer to bottom of page?, on the site WordPress.org Forums:
Hello, I was wondering how i could lock the site foote…