bluerobot
Forum Replies Created
-
We have a staging site with the plugin too, that might be causing unexpected behavior.
The plugin thinks the staging site is the master install, which isn’t correct. I’ll deactivate the plugin on the staging site, and see if I can re-install the license key. Will let you know what happens.
screenshot: https://ibb.co/HNrvXSb
My client has Music Player for Elementor (Premium), the “give us a rating on WordPress” message takes up half the dashboard. Is having a license for the plugin not enough encouragement? Is there a setting to suppress this message?
Thanks!I miss-typed. I should have said BuddyBoss Theme and Pro
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Action Required EmailFollowing. I received 2 emails. I think they’re moving to a SAAS business model?
I’ll sit tight, but am going to work with my customer to explore options.
I installed the new version of the plugin, and verify that the cookie is not set on non-multistep forms. The “cross-talk” in saved data is gone, and I can submit a non-multistep form from another tab while on a middle step of a multistep form.
Thanks for updating the plugin!
Forum: Plugins
In reply to: [CP Related Posts] apostrophe s issueHi,
Update is installed and working properly – no errors in the log.
Thank you!
Forum: Plugins
In reply to: [QuikPAY Payment Gateway for WooCommerce] Timestamp parameter is invalidNo error when line #198 is changed to $customer_order->get_total()
Forum: Plugins
In reply to: [QuikPAY Payment Gateway for WooCommerce] Timestamp parameter is invalidWe also have an error in the PHP error log – happens when you click to Proceed to Quipay:
order_total was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, QuikPAY->process_payment, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message was added in version 3.0.
- This reply was modified 7 years, 1 month ago by bluerobot.
Forum: Plugins
In reply to: [Simple Download Monitor] Ajax File Tree Browser direct to downloadI’d like to use the category tree [sdm_download_categories] and link directly to the download instead of the attachment page. Checking to see if something is put together for that, or if I need to program it.
‘and’ works fine – the first thing I tried. Unfortunately I have 100 events that use the #_ATT with the ampersand. I don’t think they’ll get updated when I change my #_ATT from ‘&’ to ‘and’ – but I have to ask.
I should ask what happens when you change an #_ATT. I expect that the #_ATT will stay with the event as they were originally created?
Using the shortcodes, actions and filters plugin. My conditional code for another custom #_ATT is working as expected. Here’s the code:
// #_ATT{More Information & Registration Link}
case ‘has_att_more_information_&_registration’:
if (is_array($EM_Event->event_attributes) && !empty($EM_Event->event_attributes[‘More Information & Registration Link’]))
$replacement = preg_replace(‘/\{\/?has_att_more_information_&_registration}/’, ”, $match);
else
$replacement = ”;
break;I think it’s got something to do with the ampersand in the preg_replace().
No difference – still outputs the conditional control text “{has_att_foo_&_foo}”.
I ran into this too. I used the EM events widget, AnythingSlider and some css to make event sliders.
Hi Rahul,
I’ve got it worked out. Took a few tries to debug – included a smoothslider theme tag (that shouldn’t have been included), and the global and page settings.
Thanks,
Peter