This is a conflict with the Learnpress plugin. When it is turned off, everything you added appears
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 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, 'learnpress/learnpress.php')) { unset($plugins[$key]); } } } return $plugins; } add_filter('option_active_plugins', 'wpamelia_exclude_conflict_plugins'); ?>
You are most welcome, and we are glad that we were able to help you. If you have any more questions please open another ticket and we will gladly help you there.
Hi,
Please help, I created new custom field but it does not appear. See attachment. How to make it appear?
Hello Huy,
We will gladly take a look but we need a link from site also so that we know where we need to log in. Can you please send it to us.
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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 Marko,
Here’s the link
https://anhngugamma.com
Regards,
Huy
https://anhngugamma.com/login/
To the login page
Hello Huy,
We have forwarded your ticket to our level 2 agents and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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 Huy,
This is a conflict with the Learnpress plugin. When it is turned off, everything you added appears
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 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 as a workaround solution.
Let me know how it goes. Thank you.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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 Marko,
It’s working with your solution.
Thank you a lot for your quick support!
Best Regards,
Huy
Hello Huy,
You are most welcome, and we are glad that we were able to help you. If you have any more questions please open another ticket and we will gladly help you there.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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