-
![IMG_2785](https://github.com/sitecare/sitecare-score/assets/5731649/9fa7521d-f976-4735-92ef-c277053a52ad)
Tester installed plugin. Initiated score, but never loaded a result. No score results und…
-
Since [jcchavezs/cmb2-conditionals](https://github.com/jcchavezs/cmb2-conditionals) is abandoned and seem have a lot of bugs. I have implemented a new one in my library (based on CMB2) and it's work p…
-
How can I add Country, City, Neighborhood metabox. In other words, when the country is selected, cities suitable for it appear in the lower box. When the city is selected, a suitable neighborhood can …
-
How to show 'Contact Info' instantly once the user select 'external' without waiting to update page ? is there any java script code to do that ?
```
add_action( 'cmb2_admin_init', 'cmb2_register…
-
Hi Guys,
I was testing the following example https://github.com/CMB2/CMB2-Snippet-Library/blob/master/conditional-display/show-if-matching-meta-value.php
But it seems it doesn't work anymore! Is…
-
I've used CMB2 extensively for additional or custom functions and processes on the back end, but i don't have that same understanding or comfort-level when trying it out for front end applications.
…
-
### Expected Behavior:
The goal is to tie the CMB to any page that uses a particular template.
The process? Test to see if the page is using a particular template, then add the boxes. However, when…
-
If I have two plugins installed that both use CMB2 for their options/fields I see: `Fatal error: Cannot redeclare cmb2_dir() (previously declared in /srv/www/wordpress-default/wp-content/plugins/.../i…
-
This is more of a question than an issue. Is there a way to include this plugin inside another plugin, like we can do with cmb2 itself (by including the init.php) or cmb2-conditionals.
I really like …
-
I'd like to conditionally display another field inside the group based on select dropdown value.
e.g. on `hr` nothing happens, on `3col` new field is displayed.
This is what I got so far:
…