pods-framework / pods-beaver-builder-themer-add-on

Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/
GNU General Public License v2.0
35 stars 6 forks source link

Themer Add-on: options for BB conditional logic – add a Pods Settings Page field #103

Open lhberg opened 4 years ago

lhberg commented 4 years ago

Issue Overview

I miss the possibility to add a Pods Settings Page field to BB conditional logic, especially a yes/no field to e.g. have a module on a page displayed or not by just setting a checkbox or not.

I've done a search for a similar or identical feature request to no avail; if I've missed such (I would be surprised if I was the first one to suggest this), please let me know so that I can delete the feature request.

Expected Behavior

For me it's essential to hide pages to my clients. Since the only way to add conditional logic to a module on a page is to extend the page post with a Pods custom field, I prefer giving my clients access to a Pods Settings Page.

btw. I know I could do this with an ACF Options Page but I really prefer Pods over ACF!

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Pods Package Export (helpful!)

Copy and Paste the JSON Export from **Pods Admin, Migrate: Packages, Export** in WordPress admin here

Related Issues and/or PRs

Todos

WordPress Environment

``` Copy and paste your System Details from **Pods Admin > Settings > Debug Information** in WordPress admin here. ```
quasel commented 4 years ago

currently there is no special integration for BB conditional logic - until now for most cases using custom fields was working option… but for settings fields hum - need to think about it! No promises there - what's your use case for it? Maybe there is an easy workaround…

pixelloop commented 8 months ago

This is definitely a needed feature.

@quasel

Here's a use case:

1) I have a custom options page where I add phone, address and social links 2) I display this output in different modules 3) I want to completely hide these modules IF the fields are empty.

Do you know of any workarounds without having the BB Settings field as an option under BeaverBuilder's conditional display options?

Thanks