john
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendar HiddenHi there,
Thanks for keeping in touch with us.
In this case, I have tested Simple Calendar Version 3.2.8 running in WordPress 6.4.2 once again and I do not see any issue with the calendar not rendering events. I hence do not think this is an issue with WordPress. It’s likely that you could be having something else within your site causing a conflict with Simple Calendar version 3.2.8.
I hope this information helps.
Kind Regards,
John
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Cover photoHi there,
I’m glad to hear that.
Please feel free to reach out in case of any questions.
Kind Regards,
John
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] cover photo is not visibleHi there,
Sorry about the issue.
In this case, please try and navigate to the Wp-Content \Plugins\ stax-buddy-builder\core\widgets\profile-member\Cover.php file and around line 590, remove the code below:
<div id="header-cover-image"></div>Once this is done, replace it with the code below:
<?php $cover_url= bp_attachments_get_attachment( 'url', array( 'item_id' => bp_displayed_user_id(), ) ); ?> <div id="header-cover-image" style="background-image: url(' <?php echo esc_url( $cover_url ); ?> ') "></div>In addition, as for the group profile page, please carry out the following:
Navigate to the stax-buddy-builder\core\widgets\profile-group\Cover.php file and around line 649, remove the code below:
<div id="header-cover-image"></div>Replace it with the code below:
<?php $cover_url= bp_attachments_get_attachment( 'url', array( 'object_dir' => 'groups', 'item_id' => bp_get_current_group_id(), ) ); ?> <div id="header-cover-image" style="background-image: url(' <?php echo esc_url( $cover_url ); ?> ') "></div>Let us know if this gets to help.
Kind Regards,
John
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendar not syncingHi there,
Thanks for writing in.
In regards to the query here, this is an issue relating to the pro plugin. Unfortunately support for issues related to commercial plugins is not provided here. I would recommend submitting a support ticket here: https://simplecalendar.io/contact/ for assistance.
I hope this helps.
Kind Regards
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] Amazing plugin and great supportHi there,
I’m glad to hear that you enjoy using our plugin.
Should you have any questions please feel free to reach out once again.
Kind Regards
Hi there,
Thanks for reaching out to us.
In regards to the error here, from the error message it seems that this is an issue to do with the pro plugin. Unfortunately support for issues related to commercial plugins is not provided here. I would recommend submitting a support ticket here: https://simplecalendar.io/contact/ for assistance.
I hope this helps.
Kind Regards
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Template overrideHi there,
Thanks for reaching out to us.
In regards to your query here, you can implement template files override in child theme by placing the files that you wish to override under a “buddybuilder” folder that you can create within your child theme. Once this is done, you can then use the template_include filter in the functions.php file of your child theme to filter the path. Below is an example code:
add_filter( 'template_include', 'members_loop_custom', 99 ); function members_loop_custom( $template ) { if ( is_page( 'members' ) ) { $new_template = locate_template( array( 'buddybuilder/members-loop.php' ) ); if ( '' != $new_template ) { return $new_template ; } } return $template; }I hope this information helps.
Kind Regards
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendar not syncingHi there,
Thanks for reaching out to us.
With respect to your query here, if perhaps you could be having other calendar plugins in place, please have them disabled and see if the issue is resolved.
Let us know how it goes.
Kind Regards,
John
Hi there,
Thanks for reaching out to us.
In regards to the error here, from the error message it seems that this is an issue to do with the pro plugin. Unfortunately support for issues related to commercial plugins is not provided here. I would recommend submitting a support ticket here: https://simplecalendar.io/contact/ for assistance.
I hope this helps.
Kind Regards
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Plugin vulnerability!Hi there,
Thanks for keeping in touch with us.
In this case, this is fixed in version 3.2.8. Please update to this version.
Kind Regards
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Plugin vulnerability!Hi,
I hope you are well.
In regards to this issue, we have gone ahead and fixed this in our Simple Calendar version 3.2.7. Pease ensure that you update to this version.
I hope this helps.
Kind RegardsHi there,
I hope you are well.
In regards to this issue, we have gone ahead and fixed this in our Simple Calendar version 3.2.7. Pease ensure that you update to this version.
I hope this helps.
Kind RegardsForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Plugin vulnerability!Hi there,
Thanks for following up on this.
In this case, our development team are still working on this issue.We will keep you posted as soon as we have a release ready, within this thread.
Kindly bear with us in the meantime.
Regards
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple Calendar Plugin IssuesHi there,
Thanks for keeping in touch with us.
In this case, please see the various approaches on how to enable debugging here: https://www.wpbeginner.com/wp-tutorials/how-to-easily-enable-wordpress-debug-mode-to-fix-site-errors/ .
I hope this helps.
Kind Regards,
John
Hi there,
Sorry, we are yet to release a fix to this issue.
As soon as we have this resolved, we will keep you posted in this thread.
Kind Regards,
John