Removing Demo Mode and Notices

Redux Framework, when run as a plugin ships with a sample config in order to permit people to try Redux out without effort. However, if you intend to ship Redux Framework with a premium theme or product, this is less than desirable. You can easily disable these demo items with the following snippet: Place that […]

Read More

Using the Output Argument

Using the output argument in fields that support it is a great way to generate dynamic CSS for those fields on the front-end of your WordPress site.  Redux will take the values for those fields, generate the appropriate CSS selectors, elements, and values and place them at the bottom of the page’s <HEAD> section. This […]

Read More