wpdevart
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Form does not appearHi @monita76.
Can you insert the same calendar in a post or page and check it again?
Also, we see another form on that page, maybe the conflict comes from there.
Thanks.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Issues with calendarHi @blu123.
Yes, we saw it, but we should interpret the error and then try to fix it, it’s not a global issue.
So can try to test it again and find out if it is conflicting with another plugin?
Thanks.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Issues with calendarHi @blu123.
We checked the issue on our websites and everything works fine. It seems there is a conflict or other issue.
Can you check it with a standard theme? Maybe the issue comes from your theme.
Thanks.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Issues with calendarForum: Plugins
In reply to: [Organization chart] User permissions settingsHi @adamkolenda.
We will close this topic, if you have other questions then contact us again.
Thanks.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] calendar loadingHi @giuliapep.
It seems you are using another booking plugin. We checked the source code of your website and we found this location of the booking plugin – wp-content/plugins/booking. Our plugin folder is – wp-content/plugins/booking-calendar, so you are missing something.
Thanks.
Forum: Plugins
In reply to: [Organization chart] User permissions settingsHi @adamkolenda.
You can manually change our plugin version(for example, set it 20.0) from the main file – wpdevart_chart.php, so you will not lose changes once we update our plugin.
Thanks.
Forum: Plugins
In reply to: [Organization chart] Export missing?Hi dear user.
Unfortunately, our plugin doesn’t have such functionality. You can export and import the plugin database if you don’t need to do that manually.
Thanks.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Diffrent Color for last dayHi @igepatin.
Unfortunately, there isn’t such functionality. We can’t add it at this moment because we are working on another big project.
Thanks and have a great day!
Forum: Plugins
In reply to: [Duplicate Page or Post] Duplicate only copies content, not layoutHi @windspeed.
Unfortunately, there wasn’t such functionality in the past, maybe you are confusing something and it wasn’t our plugin.
It is not simple customization, so we can’t do it at this point.
Thanks.
Forum: Plugins
In reply to: [Organization chart] User permissions settingsHi @adamkolenda.
Here is the code. Find and edit this file – organization-chart\admin\admin.php
On lines 46 and 47 you will see such code –
$featured_page = add_submenu_page("wpda_chart_tree_page", "Featured Plugins", "Featured Plugins", 'read', "wpda_chart_featured_plugins", array($this, 'featured_plugins')); $hire_expert = add_submenu_page("wpda_chart_tree_page", 'Hire an Expert', '<span style="color:#00ff66" >Hire an Expert</span>', 'read', "wpda_chart_hire_expert", array($this, 'hire_expert'));In this code, you need to change the ‘read’ and type instead of it ‘manage_options’. So here is the code that you need to replace –
$featured_page = add_submenu_page("wpda_chart_tree_page", "Featured Plugins", "Featured Plugins", 'manage_options', "wpda_chart_featured_plugins", array($this, 'featured_plugins')); $hire_expert = add_submenu_page("wpda_chart_tree_page", 'Hire an Expert', '<span style="color:#00ff66" >Hire an Expert</span>', 'manage_options', "wpda_chart_hire_expert", array($this, 'hire_expert'));This should work.
Thanks.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Single person bookingHi @adamkolenda again.
Unfortunately, there isn’t such a snippet.
Can you tell us, if you need only to hide the admin menu or you need to disable the whole functionality?
As it’s a similar topic and you already opened another one, you can ask future questions about it in the other topic.
We will close this one.
Thanks.