Search snippet
Results
-
Disable Clicks on Empty Menu Items
April 7, 2021
When creating a dropdown menu in WordPress, often the parent menu item is used simply as a hover point to access the submenu, not as an actual link. When this is the case, we can use the following steps to indicate to the user that these menu items are…
Cat: CSS, jQuery -
f you want to display a custom set of posts and custom post types (CPTs) in a Posts or Search module, y
April 7, 2021
Create a filter to customize the display of post data If you want to display a custom set of posts and custom post types (CPTs) in a Posts or Search module, you can create a filter to override query args in the FLBuilderLoop class.
Cat: PHP, Beaver -
Beaver Themer — Set Header Layout to be Sticky on Mobile
March 8, 2021
Beaver Themer — Set Header Layout to be Sticky on Mobile
-
to hide prices / add to cart until a user logs? Woocommerce
February 23, 2021
met hide cart https://gist.github.com/jameshwartlopez/3fe1b860fa77d814fac908bace3da83c
Cat: PHP, woocommerce -
Gutenberg Blocks cover image
February 9, 2021
Simple Example of Cover Image Block Very simply, the Cover Image block allows you to include an image with text sitting in front of it, like the image below (where the words “Simple Cover Image Block” are not part of the image but text typed directly i…