liubovwp
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Views Switch doesn’t work (site in Arabic language)Thanks a lot! It works as expected ??
- This reply was modified 4 years, 3 months ago by liubovwp.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] sp_shortcodes_button error??
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] sp_shortcodes_button errorDone: Fix Elementor compatibility #385
Any assistance will be appreciated.Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] sp_shortcodes_button errorHi! I have the same problem on my site. But there is very simple solution!
Please, update row sportspress/assets/js/admin/editor.js ( 14 )var shortcodes = variations.split("|");
=>
var shortcodes = typeof variations!== 'undefined' ? variations.split("|") : [];
It will only improve your code, thank you for your plugin!
And I′ve got the same problem…
Thank you, I figured out the reason. This issue happens if The Events Calendar installing with tgmpa after the Revolution Slider plugin.
Forum: Reviews
In reply to: [M Chart] Doesn’t work, use my fixesIn addition:
3. See file m-chart\components\class-m-chart-admin.php at line 295 replace
$post_id = (int) $_GET[‘post’];
with
$post_id = isset($_GET[‘post’]) ? (int) $_GET[‘post’] : ”;Forum: Reviews
In reply to: [Easy Booking for WooCommerce] Can’t change ‘Select date(s)’ easilyI like this solution!
Forum: Reviews
In reply to: [Easy Booking for WooCommerce] Can’t change ‘Select date(s)’ easilyI changed the rating because your plugin is realy useful, but still not satisfied. I hope you will improve your code
Forum: Reviews
In reply to: [Easy Booking for WooCommerce] Can’t change ‘Select date(s)’ easilyI see, but WooCommerce allowe me to use filters: woocommerce_product_add_to_cart_text, woocommerce_product_single_add_to_cart_text. And because of your plugin this ability is lost.
As result, I must duplicate WooCommerce code ??- This reply was modified 6 years, 9 months ago by liubovwp.
Forum: Reviews
In reply to: [Easy Booking for WooCommerce] Can’t change ‘Select date(s)’ easilyI will remove it with pleasure, but first improve this small defect. I have read FAQ (under How can I change the ” / day” and “Select dates” texts?), but it is bad way to change the label… I dont want to change WooCommerce link, JUST a text.
I hope for your understanding, thanks- This reply was modified 6 years, 9 months ago by liubovwp.