matthisamoto
Forum Replies Created
-
Unfortunately, we are relying on the import to define the categories, not the other way around. Sounds like even with the custom code and API it’s still something where we have to have two steps? We have to define the category’s data ahead of time?
Forum: Plugins
In reply to: [Beauty Form Styler for Gravity Forms] Form Redirection Not WorkingOur forms will not submit with this plugin enabled.
Forum: Plugins
In reply to: [Beauty Form Styler for Gravity Forms] Little problem after last updateIs there an update for this? We are also seeing an issue similar to this where a style attribute is not closed properly and we’re seeing element attributes printed to the page.
While it probably wouldn’t be a simple addition, isn’t it true that you could leverage the sendAs method in the Gmail API?
https://developers.google.com/gmail/api/v1/reference/users/settings/sendAs
Another post mentioned this as well: https://www.ads-software.com/support/topic/gsuite-inbox-email/
Forum: Plugins
In reply to: [Nested Pages] Remove Nested Pages Menu@phalancs Can you go to Nested Pages settings, save it, then check if it’s still gone?
Because I checked it again just now, with the most recent version and it still reappears.
- This reply was modified 5 years, 10 months ago by matthisamoto.
Forum: Plugins
In reply to: [Constant Contact Forms] Warnings on Edit Page after 1.5.0 updateI think that I am now getting the Javascript errors that others have mentioned now that the PHP errors have cleared up…
Forum: Plugins
In reply to: [Constant Contact Forms] Warnings on Edit Page after 1.5.0 updateIt seems to stop these warnings, I’ll keep looking out but I think you’ve solved it! Thanks for stepping up on this so quickly.
Forum: Plugins
In reply to: [Constant Contact Forms] Warnings on Edit Page after 1.5.0 updateYou can provide the email but please keep in mind I tried your plugin on a WordPress installation with no other plugins installed and still had the same issues, so I’m not sure it’s going to be of use.
Forum: Plugins
In reply to: [Constant Contact Forms] Warnings on Edit Page after 1.5.0 updateSure thing. I definitely have debug mode on so I’m seeing things like warnings, but I appreciate that you’re looking into it.
Not using mu-plugins on this build.
Forum: Plugins
In reply to: [Constant Contact Forms] Warnings on Edit Page after 1.5.0 updateI’ve built a custom theme, so that library is not included there. I did add a metabox area using the traditional methods in WordPress (do_meta_boxes), and I did check that by commenting that out to see if it affected anything, and it did not.
I stepped up the search to the whole WordPress instance and the only mentions of CMB2 are the same ones I shared earlier.
I also deactivated every other plugin except yours and it continued to show these warnings.
Futhermore I decided to really strip things down and try it on a new installation of WordPress, and it still shows me these warnings, with the default theme enabled (no other plugins installed).
- This reply was modified 5 years, 11 months ago by matthisamoto.
Forum: Plugins
In reply to: [Constant Contact Forms] Warnings on Edit Page after 1.5.0 updateA quick plain text search for CMB2 inside the plugins directory shows only one hit that’s not in the Constant Contact plugin, which is Custom Post Type UI. However the references are only in two files and seem to be reference links and not actual inclusions of the library:
[path]/wp-content/plugins/custom-post-type-ui/inc/support.php: 212 printf( 213 esc_html__( 'We recommend checking out %s, the latest iteration of "Custom Metaboxes and Fields for WordPress". Both are maintained by WebDevStudios.', 'custom-post-type-ui' ), 214: '<a href="https://www.ads-software.com/plugins/cmb2/" target="_blank">CMB2</a>' 215 ); ?> 216 </div> [path]/wp-content/plugins/custom-post-type-ui/readme.txt: 19 Official development of Custom Post Type UI is on GitHub, with official stable releases published on www.ads-software.com. The GitHub repo can be found at [https://github.com/WebDevStudios/custom-post-type-ui](https://github.com/WebDevStudios/custom-post-type-ui). Please use the Support tab for potential bugs, issues, or enhancement ideas. 20 21: [Pluginize](https://pluginize.com/?utm_source=cptui&utm_medium=text&utm_campaign=wporg) was launched in 2016 by [WebDevStudios](https://webdevstudios.com/) to promote, support, and house all of their [WordPress products](https://pluginize.com/shop/?utm_source=cptui-&utm_medium=text&utm_campaign=wporg). Pluginize is not only [creating new products for WordPress all the time, like CPTUI Extended](https://pluginize.com/product/custom-post-type-ui-extended/?utm_source=cptui&utm_medium=text&utm_campaign=wporg), but also provides ongoing support and development for WordPress community favorites like [CMB2](https://www.ads-software.com/plugins/cmb2/) and more.
I’m not using the Custom Metaboxes plugin but CPTUI is from the same group. Also using Advanced Custom Fields, however I didn’t see that pop up any results for CMB2.
Forum: Plugins
In reply to: [Nested Pages] Remove Nested Pages MenuIf you follow those steps exactly, and then revisit the Nested Pages settings page and update anything there, it recreates the menu still.
I would not consider this matter resolved…
- This reply was modified 5 years, 12 months ago by matthisamoto.
Same. Not sure why.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Text formattingWould gladly pay for a Pro version to be able to put links into cells!
To clarify, I know that I can by putting the HTML in, but to be able to do it like a WYSIWYG would help clients ??
- This reply was modified 6 years ago by matthisamoto.
Forum: Plugins
In reply to: [Open Graph Metabox] Plugin setting og:url as '/' and not setting og:typeThe second part is because the Front Page form is still using
open_graph_type
instead ofhome_open_graph_type
as the input name