Md Mahbub Morshed Chowdhury
Forum Replies Created
-
Hi @santhoshsiva,
Greetings!Thank you so much for your kind 5-star review. We truly appreciate your support and are delighted to know that you’re happy with our product. Your encouragement motivates us to keep improving and delivering the best experience possible.
Best regards,
M MahbubHi @virtual03,
Ahh got it, the reason is you are using another calendar,
Please use this code to solve your new tab issue,function etn_simple_fullcalendar_new_tab() {
?>
<script type="text/javascript">
jQuery(document).ready(function($) {
function makeFullCalendarEventsNewTab() {
// Target Eventin calendar event titles
$('.etn-event-title a').attr('target', '_blank');
}
// Apply immediately and after delays
makeFullCalendarEventsNewTab();
setTimeout(makeFullCalendarEventsNewTab, 1000);
setTimeout(makeFullCalendarEventsNewTab, 3000);
// Handle clicks on Eventin event titles
$(document).on('click', '.etn-event-title a', function(e) {
var href = $(this).attr('href');
if (href) {
e.preventDefault();
window.open(href, '_blank');
}
});
// Re-apply when calendar navigation is used
$(document).on('click', '.fc-button', function() {
setTimeout(makeFullCalendarEventsNewTab, 500);
});
});
</script>
<?php
}
add_action('wp_footer', 'etn_simple_fullcalendar_new_tab');I hope this code will work for you.
Please let us know your update.
Best Regards
M Mahbub
Hi Daniel,
Thanks a lot for sharing the issue with us. Actually, this is a bug where recurring events are not showing properly on the calendar. We’ve already taken this as a high priority, and our dev team is working on it. Hopefully, it will be fixed in the next update as soon as possible.
Please allow us some time, I hope you can understand us.
Best regards,
M MahbubHi @theblinkagency,
We completely understand your concern, and thank you for explaining it so clearly. To help you out, we’ve prepared a video showing how you can attach images and enable the Terms & Conditions checkbox on the checkout page. Please check it carefully here:
👉 https://youtu.be/E6V3FsD1O6AIf you are using the default WooCommerce checkout page, here’s another video that shows how to enable the Terms & Conditions option:
👉 https://youtu.be/MIR_d04HWTcAdditionally, if you need to add a link inside our extra fields, we can assist you with that. Please note that in the Free version of Eventin, you’ll need to use WooCommerce’s Terms & Conditions option for compliance.
Best regards,
M MahbubHi @faadm,
Thank you so much for your wonderful feedback and recommendation! We’re truly delighted to know that you value our support system. Providing fast, friendly, and reliable support is always our priority, and your kind words encourage us to keep up the good work.
Best regards,
M MahbubHi @irvnachamkin,
Thank you so much for your wonderful 5-star review! We’re really glad to hear that our team member was able to guide you clearly and help resolve your event issues successfully. I’ll make sure to share your kind words with him, it will mean a lot. This is exactly the way our support agents always try to keep our customers happy.
We’re always here if you need any further assistance.
Best regards,
M MahbubHi @theblinkagency,
Thank you for your detailed follow-up!
Yes, you will need the Pro version to use the extra fields feature.
Please note that in the extra fields section, there is no option to wrap the checkbox text with a link, and there is also no option to place any icons or images (like Mastercard, Visa, etc.).I completely understand your requirements, and I’ll share this with our product team as feedback for future improvements.
Best regards,
M MahbubHi Daniel,
Greetings, and thanks again for reaching out!
- Regarding your first question: At the moment, we don’t have a feature to display the organizer on the calendar page. Since the calendar part is built with a React component, it’s quite complex to implement this directly. However, we’re noting this as a feature request from you.
2. For your second question: You can show all the recurring events on the calendar by enabling this option:
👉 https://prnt.sc/txAFRxHtDroZI hope this clarifies things! Please feel free to let me know if you have any further questions.
Best regards,
M MahbubHi @theblinkagency,
If you are using WooCommerce, then it should already be enough for your needs. Please note that any bank-related input cannot be sent directly to your payment gateway through Eventin, since Eventin only uses the gateway to collect your payment.
When you are taking payment using WooCommerce, all responsibilities (including terms & conditions at checkout) are handled by WooCommerce itself.
What we can help you with is enabling a checkbox on our attendee registration page, similar to this example:
👉 https://prnt.sc/FYZ3QyZOj-nWOnce enabled, you’ll get an output like this, and if this will fullfil your purpose then you can go with it:
👉 https://prnt.sc/pd3LHWjlClq1I hope you get it, thanks for being with us.
If we misunderstood your query, we apologize. Could you please elaborate one more time in another way?
Best regards,
M MahbubHi @rnproject,
Thank you for bringing this to our attention. You’ll be happy to know that we have already solved this issue, and it should be fixed in the upcoming release. We’ll be rolling out version 4.0.41 very soon, so please stay tuned for the update.
Best regards,
M MahbubHi @jayoldschool,
Thank you so much for sharing your thoughtful 5-star review! We’re truly happy to know that both the plugin and our support team met your expectations. It’s encouraging to hear that you value our features and communication, we always strive to listen and improve based on our users’ needs.
We really appreciate your trust in us and look forward to having you with us on this journey as we grow and bring more exciting updates in the future.
Best regards,
M MahbubHi @virtual03,
Thank you so much for your wonderful 5-star review! We’re truly delighted to hear that our team could help you with the custom function and make your project easier. Your kind words mean a lot to us, and we’re always here whenever you need further assistance.
Best regards,
M MahbubHi Daniel,
Great to hear back from you! The next code worked on my end, so maybe the issue is that your calendar class is not matching with my code. If you could kindly share your calendar page URL, I can check it one more time for you.
Best regards,
M MahbubHi Daniel,
Did you paste the code after the first one? If it is then it should nicely open the link in a new tab. If you can’t make it work then please check our pinned post and reach us more. We will help you to implement the code on your site.
Hope you get it.
Best Regards,
M Mahbub
Hello @virtual03,
Did you check my last code? If its worked then please feel free to let us know. As we have tested it on our end this code was working fine from us.
If you loved our help then please let us know your great feedback. It will take your 1-2 mins only.
Best Regards
M Mahbub.