Wordpress customizer in Pinegrow

Hi all and happy new year.
I have a few questions,

  1. Is there an easy way to add a customizer that will have an option to show or hide a div/element?
    e.g. Show header with a dropdown list “show element” “hide element”

  2. Is there a way to organize all customizers with headings before each customizer? to make it easier to go through all the settings in customizer
    e.g.

Frontpage settings

- Show/hide element - Welcome message

Global settings

- Theme color - Show header

etc.

1. Show / hide element with customizer

This can be done by defining a checkbox customizer control with “Add Customizer Control” and “IF Get_theme_mod conditional” actions on the element. To make this simpler in the future, I added the “Show element” option to “Customizer Field - Smart action”.

This will be out in the next update, Pinegrow 5.92 and Theme Converter 1.3.

Here’s how it will work:

2. Grouping customizer controls

Use the Customizer Section - Smart action to group controls in sections:

1 Like

Hi and thanks for the reply. I was able to find my answer from looking through the starter theme 2 which I forgot to check out before sending in the question. But it is great if there will be an option in next update :slight_smile: