Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [NetTantra Caldera Forms - Mautic Integration] Plugin Doesnt Working@aerendir On Mautic side, you can debug by checking the API Call logs.
@rdcubo before proceeding with debugging could you please ensure the following are in proper order:
- The username & password of the Mautic User being used in “Mautic Integration” processor is correct.
- API Access is enabled in Mautic, this can be enabled by going to <your-mautic-site>/s/config/edit and Turning “API enabled?” to “Yes” and “Enable HTTP basic auth?” to “Yes”
- The Mautic User being used in the “Mautic Integration” processor has required permissions to create/edit contacts in Mautic
- All the field aliases used in the “Mautic Integration” processor settings match those in Mautic
Forum: Plugins
In reply to: [NetTantra Caldera Forms - Mautic Integration] Cant Setup the Last Part@v1tor You can go to <your-mautic-site>/s/contacts/fields and get the Aliases of all the fields that are available on Mautic and these Aliases can be used in the “Mautic Field Aliases” fields on the “Mautic Integration” processor settings.
Forum: Plugins
In reply to: [NetTantra Caldera Forms - Mautic Integration] does not work@aerendir Can you check if you have the following in proper order:
- The username & password of the Mautic User being used in “Mautic Integration” processor is correct.
- API Access is enabled in Mautic, this can be enabled by going to <your-mautic-site>/s/config/edit and Turning “API enabled?” to “Yes” and “Enable HTTP basic auth?” to “Yes”
- The Mautic User being used in the “Mautic Integration” processor has required permissions to create/edit contacts in Mautic
- All the field aliases used in the “Mautic Integration” processor settings match those in Mautic
Checking the above settings in proper order should get the integration working.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Adding stickers or other imagesAdding Stickers is pretty straight forward with WP-Paint:
Here are the steps:
- Locate your Sticker image on your Desktop or any directory on your computer
- Open the Image in your WordPress side that you wish to apply the sticker to using WP-Paint
- Drag the Sticker image from your Desktop/Directory on your computer to the WP-Paint Window
- Save your image on WP-Paint and you are done
Glad to hear that its resolved!
This could be an issue with a caching plugin. You should start by deactivating any caching plugins installed. Next, you should check your
post_max_sizesetting in your PHP configuration, it should be at-least 8M.By any chance, are you using multiple front-end servers?