Issues like this usually occur when there is a conflict either with the theme currently active on your website, or another plugin you have installed.
Can you please change the theme and see if the issue is resolved? If not, then please deactivate all other plugins except for our plugin, refresh the page where the issue is, and see if it is resolved (it should be). If it is, then start activating other plugins one by one, and after each activation refresh the page to see if the issue reoccurred. Once it does reoccur, you will have found the plugin causing the issue.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
Thank you for the admin credentials.
Can you please provide me with the staging website so I can perform in-depth checks and I will provide you with an update on this?
I have another concern about booking form CSS. If you check this link https://crtax.ca/booking/, you will see that the booking form sidebar font color has not been changing. Please check the attached screenshot for info.
I noticed that the theme option sidebar menu & some of the dashboard layout had been hidden for some reason. Where did you exactly edit to fix the `custom field`. If I update the plugin or theme, will it replace the edited/added code?
note: I noticed that you had deactivated STM configuration plugin, which caused the issue with amelia custom field. I need to use those plugins.
Here is a function/hook, that you can add to a PHP file, this is going to exclude the LearnPress only for pages where Amelia's booking is, but it will be active on other areas of the site, so you can use both plugins as active.
Open the PHP file with any text/code editor, and find this file:
mu-plugins/functions.php
Add this code :
<?php
function wpamelia_exclude_conflict_plugins($plugins)
{
if (!empty($_GET['page']) && strpos($_GET['page'], 'wpamelia') !== false) {
foreach ($plugins as $key =--> $plugin) {
if (false !== strpos($plugin, 'stm-post-type/stm-post-type.php')) {
unset($plugins[$key]);
}
}
}
return $plugins;
}
add_filter('option_active_plugins', 'wpamelia_exclude_conflict_plugins');
?>
I have added mu-plugin folder and created .php file within mu-plugin. But, It doesn't load as `must use plugin`. So, I added load.php following wordpress docs. Still, I don't see any changes. If you can check, that would great.
When I try to create a custom field, I get a success notice. But I don't see the custom field. Note that I am not using elementor.
Let me know how to fix this issue.
Hello Chamara,
Thank you for reaching out to us.
Issues like this usually occur when there is a conflict either with the theme currently active on your website, or another plugin you have installed.
Can you please change the theme and see if the issue is resolved? If not, then please deactivate all other plugins except for our plugin, refresh the page where the issue is, and see if it is resolved (it should be). If it is, then start activating other plugins one by one, and after each activation refresh the page to see if the issue reoccurred. Once it does reoccur, you will have found the plugin causing the issue.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you Uros,
I am talking about the dashboard custom field area. When I add new field, I see the notice. But I don't see the filed after that. please see the screenshot. I am using https://docs.stylemixthemes.com/consulting-theme-documentation/
Thanks.
Hello Chamara,
Thank you for clearing that up.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
It's been 4 days now. Please respond ASAP.
Thanks.
Hello Chamara,
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
Thank you for the admin credentials.
Can you please provide me with the staging website so I can perform in-depth checks and I will provide you with an update on this?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uros,
There's no staging website. I did everything here in the production environment. So, You are welcome to do any necessary changes.
Thank you.
Hello Chamara,
Can you please test it out now and let me know if it works or not?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Perfect. It's working now.
I have another concern about booking form CSS. If you check this link https://crtax.ca/booking/, you will see that the booking form sidebar font color has not been changing. Please check the attached screenshot for info.
Thank you.
Hello Chamara,
Please try the following CSS and let me know if it works or not:
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello,
I noticed that the theme option sidebar menu & some of the dashboard layout had been hidden for some reason. Where did you exactly edit to fix the `custom field`. If I update the plugin or theme, will it replace the edited/added code?
note: I noticed that you had deactivated STM configuration plugin, which caused the issue with amelia custom field. I need to use those plugins.
Thanks.
Hello Chamara,
We have a workaround solution for you.
Here is a function/hook, that you can add to a PHP file, this is going to exclude the LearnPress only for pages where Amelia's booking is, but it will be active on other areas of the site, so you can use both plugins as active.
Open the PHP file with any text/code editor, and find this file:
mu-plugins/functions.php
Add this code :
That should be a workaround solution.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
There are multiple functions.php. Which plugin are you referring here (mu-plugin)??
Thanks.
Hello Chamara,
The functions.php file needs to be inside the mu-plugins folder that is inside the wp-content/ directory.
Hope this helps you.
Please let me know if this worked for you.
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi uros,
I have added mu-plugin folder and created .php file within mu-plugin. But, It doesn't load as `must use plugin`. So, I added load.php following wordpress docs. Still, I don't see any changes. If you can check, that would great.
plugin name: Custom Feild for Amelia
Also, I've changed this line
Hello Chamara,
Can you please try to add the code in functions.php of your theme or child theme and let me know if that works for you?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables