mapsmarketing
Forum Replies Created
-
@zebaafiashama Probably because it has since been picked up by your devs and fixed as there was an update of your plugin on the 22nd of May:
5.9.22 – 22/05/2024
- Improved: Security Enhancement
- Few minor bug fixes & improvements
Hi @zebaafiashama ,
Then it would seem the white listed IP address was incorrect. Please provide the correct IP address to white list in here or via our contact form located at https://mapsmarketing.com.au/contact-us/
Thank you very much
No worries at all @zebaafiashama
I’ve tracked down the IP address and have set it in our whitelist.
The issue is that the <tr> is forcefully set as
display: noneon the frontend, but showing correctly when editing the page, see: https://ibb.co/KLfNxMWThank you very much
- This reply was modified 1 year, 12 months ago by mapsmarketing.
Hi @zebaafiashama ,
Thank you very much on your reply!
I’ve whitelisted your ray id, however, if you are noticing issues could you please send me your IP instead and I’ll white list it instead.
In terms of the Event Calendar widget, I am using manually set dates and the calendars are visible where they are shown in the video (please see attached screenshot).
Please let me know if anything further is needed.
Thank you

- This reply was modified 1 year, 12 months ago by mapsmarketing.
Thank you very much @bouncerent
It’s a bummer when the rug is pulled under you like this, but life goes on.
For anyone else interested whether this issue was actually resolved, read here: https://wordpress.org/support/topic/very-restrictive-and-more-expensive/
Forum: Reviews
In reply to: [Timely All-in-One Events Calendar] AvoidThank you @meandering for this review.
I’m having the exact same issue.
I can log into https://dashboard.time.ly/ but I cannot activate the plugin on my website anymore.
@bouncerent I’ve sent off a support message. It would be great to get this going again.
No worries @amin7
strtotimewill output wrong timestamps when using non-US formats which is what’s happening here, see /essential-addons-for-elementor-lite/includes/Elements/Event_Calendar.php – Line: 3161 and 3162 .You can add
$timezone = get_option('timezone_string');and then use it within thestrtotimein the following way so it can convert it to the correct timestamp.$start_time = strtotime( $event['start'] . ' ' . $timezone ); $end_time = strtotime( $event['end'] . ' ' . $timezone );/** * Flow-Flow social plugin rebuild cache when the below URL is visited */ function flow_flow_init() { if (isset($_GET['ff']) && $_GET['ff'] == 'rebuild-cache' ) { flow_flow_rebuild_cache(); } } function flow_flow_rebuild_cache() { global $wpdb; $wpdb->query($wpdb->prepare('DELETE FROM '.$wpdb->prefix.'ff_posts')); $wpdb->query($wpdb->prepare('DELETE FROM '.$wpdb->prefix.'ff_post_media')); } add_action( 'init', 'flow_flow_init' );In cPanel you can create a Cron Job now which runs https://example.com/?ff=rebuild-cache to rebuild the cache at any period you like.
- This reply was modified 2 years, 2 months ago by mapsmarketing.
Hi @maudud ,
Turn on Elementor, Elementor Pro and Prime Slider and then follow the steps in the Git post above.
Thank you
Forum: Plugins
In reply to: [Prime Slider Addons for Elementor] Slides with adjustable background imagesHi @maudud ,
I wouldn’t call this a “feature” as it’s an obvious “flaw” within the slider.
I’ll just have to extend the slider code to allow for this. Let us know when you guys catch up.
Cheers
Strangely, this issue affects only this 1 single website and none of the other ones. It’s really weird.
I think for now we can call this resolved until it happens again and i can give you a recording of it.
Forum: Plugins
In reply to: [Prime Slider Addons for Elementor] Slides with adjustable background images