ericbrissette
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Embedder] Height/Width of embed inside of tab containersIs this because the paid version still needs to be refactored as it seems the free version has? There are no features that I currently need in the Paid version, I just want to support the project.
Forum: Plugins
In reply to: [PDF Embedder] Height/Width of embed inside of tab containersThat works great, thank you for your help, I’ll be sure to buy a license for the pro version.
Forum: Plugins
In reply to: [PDF Embedder] Height/Width of embed inside of tab containersI just updated to the latest version of Kadence Blocks / Kadence Blocks Pro. PDF Embedder was already at the latest version (4.8.2).
Here’s the screenshot of my settings: https://imgur.com/a/kf5YwSw
I wasn’t aware there was a Block for the plugin. PDFs under the tabs for “Survey 4” and “Survey 5” are now both Blocks. The rest use the Shortcode. It doesn’t seem to have made a difference one way or the other.
Thank you for checking it out!
Forum: Themes and Templates
In reply to: [Kadence] theme.json and plans for the future of Kadence ThemeHi Gilbert, thank you for the response.
My thought about theme.json was that it’d be great if the theme’s settings, especially those for typography, spacing, palette, etc, could be set from theme.json when theme.json mode is enabled.
For a large organization or agency that wants to push settings from a code repository, or sync settings across multiple sites, or a number of subsites within a multisite network, centralizing them in a file like theme.json is so much nicer to deal with than having them stored in the database and accessed through the customizer.
Granted, changes in this direction only make sense if Kadence Theme incorporates more FSE features in the future. Without some idea of the roadmap for Kadence Theme, it’s difficult to consider it as a solution for our projects that require long term support.
Forum: Plugins
In reply to: [WooCommerce] Order Status – On Hold Validation Error@quantum17 Thanks for following up. Did they say whether they would fix the issue? I’m hoping this is just a workaround until they do.
Forum: Plugins
In reply to: [WooCommerce] Order Status – On Hold Validation ErrorWe’re having the same issue. Unless I’m looking in the wrong place (WooCommerce > Status > Logs tab) these validation errors aren’t being recorded in the logs.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Not working with ACF 5.2.7Ran the auto update, then went back to ACF 5.2.7, cleared my cache. Looks good! Thanks for the quick fix.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Not working with ACF 5.2.7I recently upgraded to 5.2.7 as well. The lightbox/overlay is broken. Instead of a lightbox, the crop and original is shown one on top of the other within the metabox.
The dark overlay covers the screen, however, so you can’t interact with the page. I too will revert to 5.2.6 until the issues are resolved.
Forum: Plugins
In reply to: [Advanced Custom Fields: Validated Field] Javascript validation not workingOf course. Thank you for the quick fix!
Forum: Plugins
In reply to: [Advanced Custom Fields: Validated Field] Javascript validation not workingI grabbed the code, and so far it looks good.
I have a couple basic repeater fields, which is what I assume is an example of a “field group”. I made certain fields within the group required, and made some groups required. So far no issues with validation there either.
So for now, I’m going to leave the new code in place on this site, which is still in development, and report issues I come across. If you have any specific test cases in mind, let me know and I’ll focus on those areas.
Forum: Plugins
In reply to: [Advanced Custom Fields: Validated Field] Javascript validation not workingThe problem occurs without using the Validated Field field type.
In my test, I created a single custom field, (Field Type: Text), nothing special, just made it required, and assigned it to Posts.
When I attempted to publish the post, I get this in the console:
POST http://newsite.umpi.edu/wp-admin/post.php 500 (Internal Server Error)As for the ajax request, you’ll have to give me an idea of what to look for and where.
Forum: Plugins
In reply to: [Advanced Custom Fields: Validated Field] Javascript validation not workingIt may be worth mentioning that this sounds like the same issue John reported a few weeks ago:
https://ww.wp.xz.cn/support/topic/use-default-acf-validation-warnings?replies=3The “grey screen” he’s referring to is probably the PHP validation that gives a list of the fields that weren’t filled out properly, which only happens because the javascript validation wasn’t triggered.
While it is effective in stopping the submission, going back from that page leads you to the post-edit page with none of the information filled in.