Categories

Accordion Radius

This adds a border radius to the individual blocks (toggles). Size can be adjusted to match your style. Add the class accordion-radius to your accordion (toggle). Check out the demo.

Avada, CSS

Add Quick Link to Posts and Page

One thing that annoys me is the fact that you can’t get to your posts and pages from the WordPress top toolbar. This snippet will add all posts, my post, all pages, and my pages...

PHP

Additional Information Toggle

This is a CSS snippet for creating an Avada toggle with the icon next to the title but maintaining full-width clickability. Simply assign the class to the accordion, set bordered to off, and the dividing...

Avada, CSS

AP Style Date Shortcode

After a few iterations to get the right combo, another win for ChatGPT. The prompt: Create a WordPress shortcode that returns the published date or modified date of a post in an Associated Press style...

ChatGPT, PHP, Shortcode

Avada Form Tooltip

The Avada form tooltip is set not to wrap, and since there is no field for instructions (label or form field), the tooltip is necessary. This snippet will help make the tooltip more useable

Avada, CSS

Avada Mega Menu Alignment Bug

When you add a description to a menu item, the alignment is forced to center justification. This will fix that.

Avada, CSS

Basic Toggle

The Toggle Element styling leaves a bit to be desired as it applies hover effects to the entire block and not just the header and the panel. This should override that behavior but still takes...

Avada

Category Dropdown Shortcode

This was my first ChatGPT for a WordPress feature: Sure, here’s the code to create a shortcode that outputs an accessible dropdown list of all post categories and the number of posts in each with...

ChatGPT, PHP

Copyright Shortcode

The text element supports the date in the dynamic data as well as before and after text so this is not really needed, but if you are not using Avada, this could help. This can...

Shortcode

Display Open or Closed

I used ChatGPT to generate a shortcode that would indicate whether a business is opened or closed.

ChatGPT, PHP, Shortcode