karlemilnikka
Forum Replies Created
-
In case you’re looking for a way to get CRM sync working, you can check out WP Fusion, @steiav. https://wpfusion.com/documentation/media-tools/presto-player-integration/
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Equal button sizesI think the best way to do this is to add a Spectra container block with fixed a fixed pixel width. Add a Spectra buttons block to the Spectra container block and add as many buttons as you like. Set the Spectra buttons block’s stacking property to ”desktop” and the overall alignment property to ”full width”.
I encountered the issue in Chrome and Brave on Windows and mac OS. Here’s a screenshot of how my CSS snippet addresses the issue (before on top, after on bottom).
Thanks for the quick reply.
In this case, the content should not be public at all. I’ve disabled both “public” and “publicly queryable” under the Advanced tab. Under “Review Access Rights for Pods”, the content privacy is set to “private” and dynamic features are disabled. The pod’s post’s content can however still be read by unauthenticated visitors through the REST API if I enable it.
I’ve set up a fresh WordPress install with Pods Framework as the only plugin and created a pod with the same settings. If you go to the address below, you can see the content of the pod’s post.
https://demo86.nikkasystems.com/pods/wp-json/wp/v2/demo
Here’s the configuration.
{ "@meta": { "version": "3.2.1", "build": 1712638805 }, "settings": { "types_only": "0", "watch_changed_fields": "0", "metadata_integration": "0", "metadata_override_get": "0", "register_meta_integration": "0", "media_modal_fields": "0", "session_auto_start": "0", "dynamic_features_allow": "1", "dynamic_features_enabled": [ "display", "form" ], "show_access_restricted_messages": "0", "show_access_admin_notices": "1", "dynamic_features_allow_sql_clauses": "0", "display_callbacks": "customized", "display_callbacks_allowed": "esc_attr,esc_html", "wisdom_opt_out": "", "active_components": [ "migrate-packages", "templates" ] }, "pods": [ { "name": "demo", "id": 6, "label": "Demo pods", "description": "", "type": "post_type", "storage": "meta", "label_singular": "Demo pod", "public": "0", "show_ui": "1", "publicly_queryable": "0", "dynamic_features_allow": "0", "rest_enable": "1", "supports_title": "1", "supports_editor": "1", "_migrated_28": "1", "show_in_menu": "1", "menu_position": "0", "show_in_nav_menus": "1", "show_in_admin_bar": "1", "supports_quick_edit": "1", "exclude_from_search": "1", "groups": [ { "name": "more_fields", "id": 7, "label": "More Fields", "description": "", "weight": 0, "fields": [ { "name": "example-field", "id": 8, "label": "Example Field", "description": "", "weight": 0, "type": "text", "text_allowed_html_tags": "strong em a ul ol li b i", "text_max_length": "255", "repeatable": "0", "repeatable_format": "default", "default_evaluate_tags": "0", "default_empty_fields": "0", "roles_allowed": "administrator", "revisions_revision_field": "0", "enable_conditional_logic": "0", "rest_pick_response": "array", "rest_pick_depth": "1", "required": "0" } ] } ] } ] }
Do you see any obvious configuration mistakes from my side?
@claudiu-t, not that I know of.
Here are two great lists of sites that already have adopted passkeys.
Currently, the only way to get support for passkeys on a WordPress site is using a competing plugin.
Forum: Themes and Templates
In reply to: [Astra] Changelog does not mention vulnerabilityThank you very much for the improved transparency shown with today’s Spectra update. This is the transparency and professional handling I expect from Brainstorm Force (and why I choose your products). ?
Forum: Themes and Templates
In reply to: [Astra] Changelog does not mention vulnerabilityThank you very much for providing my requested reasoning. This is transparency I’ve come to expect from Brainstorm Force.
Yes, vulnerabilities differ very much in severity. That’s why it’s so important to tell us about them so we know whether or not we need to take action immediately. When a vulnerability disclosure is hidden behind ambiguous statements like “enhanced security”, we don’t know how quickly we need to update. This time, it was just a medium severity vulnerability (that wouldn’t even affect our sites), but without clear communication, we don’t know that the next time it happens.
Thanks for the reply.
We’re not affected ourselves. I just reported this because I ran into the modal when I developed our custom login form (we use Wordfence’s on-page error messages for that form).
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Lists in Faq Answer fieldI’ve been waiting for this to get fixed since the first time the feature request got acknowledged, back in August 2022. I don’t want to promote competitors here, but if you’re in a hurry @optimalprime, there are two competing plugins that offer production-ready FAQ blocks.
Thank you very much, @wfmark.
Hi @wfphil. I saw 7.11.3 is rolling out without the fix. Do you have a new preliminary release date?
I understand. Thanks for the update and for adding my feature request.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Spacing settings for Spectra blocksThanks!