I’d prefer to do minimal customization so would like to leave the js out of the migration. Are Menus the alternative for these pull-downs? If so, do I use a menu widget? Seems like a pretty common design requirement.
]]>https://yoders.indigotest.com/party-planner/party-planner-estimator-form/
…if you select “Cream Pies” for example, you will see Cream Pie Options appear. Underneath you can choose Flavor and Size. Since updating, the pull-down menu is condensed into a horizontal line. You can still click on it, but visitors won’t know it’s a pull-down menu. Please let me know if there’s a fix for this. Thank you!
https://www.ads-software.com/plugins/gravity-forms-list-field-select-drop-down/
]]>I am looking for a specific drop down type…
Since the application will be for multiple music files – allow me to explain how I need this to work.
For example I have 40 Jazz sample songs I would like to click on a box that says “Jazz” and then it expand downward displaying the song names and then be able to click on each song name and it plays, click on a different song the one currently playing stops and the newly clicked file starts playing. Then if you click on the “Jazz” header box it collapses the expanded column back to just the Jazz box.
Does any one know of a plugin or theme that has that function? Oh and this should not be a ‘Menu’ drop down, I need this to be duplicated multiple times on one page for multiple styles of music.
Thanks!
]]>Great tool – thank you for sharing this!!!
Regarding the display on https://…./meetings/
I’m wondering:
1- Can I show additional columns, such as Meeting Type (Open or Closed), City?? And maybe delete or rename Region column?
2- Can I change the default pull down search titles (e.g. replace “Everywhere” with “City/Town”
Is it possible to import multiple meeting types? I thought I did this by simply creating multiple columns with “Types” as the header, but it appears that only one type survived, and Open or Closed was not one of the types.
I have a couple more questions I’ll ask in another post.
Many, many thanks!
Patrick H
https://d5testing.website/meetings
P.S. I’m using WordPress TwentyThirteen with a child theme
https://www.ads-software.com/plugins/12-step-meeting-list/
]]>What happens here is that in the list of variations, only one bundled product seems to get a price and it’s surrounded with a <span> tag. Could anyone be able to tell me from the code below why it wouldn’t be working for bundled products?
Here is an example where the code does work on single product variations.
Here is an example page where it’s not working correctly on variations made of bundled products.
And here is the code I’m using. I’m not very versed at this level of PHP so if someone can point out what I need to add or modify, I’d be so grateful.
<?php
//show price next to variations in woocommerce
add_filter( 'woocommerce_variation_option_name', 'display_price_in_variation_option_name' );
function display_price_in_variation_option_name( $term ) {
global $wpdb, $product;
$result = $wpdb->get_col( "SELECT slug FROM {$wpdb->prefix}terms WHERE name = '$term'" );
$term_slug = ( !empty( $result ) ) ? $result[0] : $term;
$query = "SELECT postmeta.post_id AS product_id
FROM {$wpdb->prefix}postmeta AS postmeta
LEFT JOIN {$wpdb->prefix}posts AS products ON ( products.ID = postmeta.post_id )
WHERE postmeta.meta_key LIKE 'attribute_%'
AND postmeta.meta_value = '$term_slug'
AND products.post_parent = $product->id";
$variation_id = $wpdb->get_col( $query );
$parent = wp_get_post_parent_id( $variation_id[0] );
if ( $parent > 0 ) {
$_product = new WC_Product_Variation( $variation_id[0] );
return $term . ' (' . woocommerce_price( $_product->get_price() ) . ')';
}
return $term;
}
?>
https://www.ads-software.com/plugins/woocommerce/
]]>So the choice will take me to a page with info about that district.
Thanks,
]]>How can I make the “Choose a category” and “Region” menus on the following web page activate with mouseover (=no need for clicking)?
https://www.digitalmarketingvacancies.com/jobs/
I look forward to hearing from you.
Kind regards,
Yunis
]]>My “about” page has a pull down menu: I can open the “meet our team” page, but not the “about” page, that shows on top, in the menu.
Same happens with the “services” page: I can go to any of the pages listed under “services”, but not to the “services” page itself…
Here is the link to my work-in-progress Web site:
https://www.genesisatwork.com
Any help is much appreciated. I don’t know anything about CSS, so I’m not even going to try…
]]>This method is quite popular nowadays. Example:
https://www.tomshardware.com/
At the homepage there’s a heading “Latest articles”
When you click on an article there’s a pull-down menu at the top, so you can go to the conclusion for example.
At the bottoms there’a previous/next button for regular ‘chronological’ reading.
(How) can this be done in WP?
]]>