Have you some idea how to fix? Thank you.
]]>Thank you very much.
Best regards, Vladimir
]]>It’s absolutely terrible what has happened to the good plugins in the last few months. First the thing with WP Engine, then the complete destruction of WPBakery Pagebuilder and now BackWPup too.
I always ask myself, how can you make such a well-known plugin so terribly new? The design is terrible and lacks numerous adjustment options. How can you bring something like that online?
My guess is that the plugin is coming to an end and the PRO version will be sold from now on. It’s a shame, I think and hope that a new backup plugin will come.
]]>How can I change the dollar currency sign to the Euro currency sign?
I cannot change the current dollar sign out of the price box (it′s not a placeholder nor even changeable in the box itself). After trying and making attempts to work, almost giving up and using another plugin for the pricebox.
It would be a lot easier to keep the dollar currency out of it by default – so people can insert their own currency of country in it, like the total amount per month or per year. Additional settings in the plugin is not needed.
Thanks in advance.
Bas
]]>As a service provider and web developer we often find ourselves inheriting websites that are severely behind on updates. When we run into a website using this theme, we are unable to find a single location showing the changelogs for all versions of the theme. This would prove invaluable during assessments for work required, and lead to the theme being updated more frequently. Please consider consolidating changelogs into a single area that is easy to reference.
]]>I am getting this error from:
Fatal error: Uncaught Error: Call to undefined method Automattic\WooCommerce\Internal\Utilities\LegacyRestApiStub::includes
/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php?on line?164
Call Stack looks like so.. what could be the issue?
Automattic\W\I\U\LegacyRestApiStub::__call('includes', array)
Ets_Wcfm_Webhook_Send::send_webhook_order(4622, 'on-hold', 'cancelled')
WP_Hook::apply_filters(NULL, array)
WP_Hook::do_action(array)
do_action('woocommerce_order_status_changed', 4622, 'on-hold', 'cancelled', Automattic\WooCommerce\Admin\Overrides\Order)
WC_Order::status_transition()
WC_Order::save()
WC_Meta_Box_Order_Data::save(4622)
WP_Hook::apply_filters(NULL, array)
WP_Hook::do_action(array)
do_action('woocommerce_process_shop_order_meta', 4622, WP_Post)
WC_Admin_Meta_Boxes::save_meta_boxes(4622, WP_Post)
WP_Hook::apply_filters(NULL, array)
WP_Hook::do_action(array)
do_action('save_post', 4622, WP_Post, true)
wp_insert_post(array, false, true)
wp_update_post(array)
edit_post()
document.addEventListener("DOMContentLoaded", function () {
const updateEventMessage = () => {
const noEventsMessage = document.querySelector(
".tribe-events-c-messages__message-list-item[data-key='0']"
);
if (noEventsMessage && noEventsMessage.textContent.trim() === "There are no upcoming events.") {
noEventsMessage.textContent = "My NEW text.";
}
};
const observer = new MutationObserver(function (mutationsList) {
mutationsList.forEach(function (mutation) {
if (mutation.type === "childList") {
updateEventMessage();
}
});
});
const targetNode = document.querySelector(".tribe-events-c-messages__message-list");
if (targetNode) {
observer.observe(targetNode, {
childList: true,
subtree: true
});
}
updateEventMessage();
});
]]>