rachelstinson
Forum Replies Created
-
Forum: Plugins
In reply to: [GetResponse for WordPress] Random names while Add Contacts upon RegistrationYou can use tools to convert your HTML into UTF-8 by using free, quick and very powerful UTF8 tool converter. To get utf8 values instantly, just import your HTML escape codes in the editor.
Forum: Plugins
In reply to: [Gutenberg] Images are not shown in postsGo through your plugin and clear the cache, and try to upload the picture again. I hope this will help you out.
Forum: Plugins
In reply to: [Gutenberg] Conflict with Yoasta PluginWhat you need to do is to deactivate all non-Yoast plugins and then switch to an unchanged defaulted WordPress theme like Twenty Seventeen. If the problem still persists, then it not a plugin that is causing a problem.
This issue seems to be fixed in Yoast Premium 9.5. I suggest you update WordPress and Yoast to the latest version, has fixed this issue.
Forum: Plugins
In reply to: [Gutenberg] text changes don’t save in wordpress editorThe problem is due to running caching plugins. It is not allowing to save changes. To eradicate this issue, disable the caching plugin. If you still face the issue, its because of some catching are still active even if they are disabled.
There is another way around, turn on the option “compatibility mode” inside EasyAppointments Settings > Customize page. Refresh the page after these settings and try again. I hope your issue will be resolved.
Forum: Fixing WordPress
In reply to: how can i change the text of a button in a pluginThis might help you out. Have a look:
.watupro_buttons td input {
// Your CSS here
}The “toggle answer feedback” button:
.watupro-main-feedback input[type=button] {
// Your CSS here
}Forum: Plugins
In reply to: [HootKit] HTTP Error 500You first need to check error logs for your server like Apache and PHP. As these logs will help you to provide valuable context if it could relate to any code failure or any other issues that are causing site failure. Once you get the root cause, it will be easy to resolve it.