Code

Discussion on Stachethemes Event Calendar - WordPress Events Calendar Plugin

Discussion on Stachethemes Event Calendar - WordPress Events Calendar Plugin

Cart 6,870 sales
Recently Updated

Stachethemes supports this item

Supported

This author's response time can be up to 2 business days.

2757 comments found.

I need my activation codes deactivated so I use them

I can’t leave a support ticket on your system

Hi,

Please send me your activation key to stachethemes@gmail.com and I’ll reset it for you.

I contacted with you via your contact form on the website and direct on your Gmail address. I asked to restart my 2 codes. Can’t use your plugin on new website without it. No answer from you.

Hi,

I’ve just reset your keys. You can try to reactivate now.

Hello!

I have a question regarding filters – list of calendars order: is there possibility to order the calendars inside the filter menu in a specific order? If yes, how can I manage this for code or other?

Or do you know what type of order is applied?

You can check my calendar here: https://ihteamlingue.it/calendario/

You can check the calendar list clicking on the left “Tipologia”, you will see a list of the available calendars to use as filters. I’d like to order that list in a specific order.

Thanks!

Hi, i would like to is it possible to give my members the possibility to add events, and that these events automaticly been showed on a calender. I am using buddyboss?Is that possible, please advice?

Hi,

Yes, it’s possible although the front-end event submission form does not have all the features the back-end section has.

Hello there,

I have a question related to the PHP hooks. I want to try to add custom words in e-mails ( when a new attendee register for an event ). I’ve found this little piece of code within this comment section to put in the functions.php to add custom words in a mail :

add_filter(‘**’’, function($data, $event, $attendee) { add_filter(‘stec_mail_add_special_words’, function($filter, $text, $event) use ($attendee) { $filter‘replace’ = ‘{{attendee_email}}’; $filter‘with’ = $attendee ? $attendee->get_email() : ’’; $filter‘replace’ = ‘{{attendee_phone}}’; $filter‘with’ = $attendee ? $attendee->get_custom_data(‘attendee_phone’) : ’’; $filter‘replace’ = ‘{{attendee}}’; $filter‘with’ = $attendee ? $attendee->get_name() : ’’; $filter‘replace’ = ‘{{attendee_number}}’; $filter‘with’ = $attendee ? $attendee->get_people() : ’’; return $filter; }, 10, 3); return $data; }, 10, 3);

My question: i’ve tryed several hooks like stec_send_event_rsvp_accepted but ik keeps hanging in the front-end (so it’s probably a typo). Do you have more info what the following hooks are for:

stec_send_event_approved_mail stec_send_gdpr_request_confirmation stec_send_mail_confirmed stec_send_event_rsvp_accepted stec_send_event_author_new_attendee

Maybe i have i typo in the above code, and maybe i’m using the wrong hook, i don’t know (for the moment).

Thanks in advance and with kind regards, Peter By the way: love the plugin !!!

I don’t see where I can get a shortcode to embed the calendar?

Why isn’t my license working? I can’t activate my license. I am using version 1.5.6 with wordpress 5.6.1.

Hi,

Version 1.5.6. is pretty old. The current calendar version is 3.2.4.

Try installing the newest version by re-download the plugin from Codecanyon.

If you still have problems with activation please open ticket at https://stachethemes.ticksy.com/tickets/

Hello. Is there a way send via whatsapp the remainders and not only by mail?

I was wondering if it is possible to push notification the remainders too.

Thanks

Hi,

Sorry for the late reply.

Currently reminder sends only emails.

I’ll add your request to my todo list and we’ll see what we can do about it.

Hello. We have a situation where there are two use cases. 1) We have facilities open for booking in various time slots, and 2) we hold events where there may be multiple in one day. Is it possible to have a master calendar showing all of the events on it (but not the facility booking slots) and then separate booking calendars per facility?

Hi,

I’d suggest you to filter events by category or calendar id.

Let’s say you have Calendar id#1 and Calendar id#2.

To display events from both calendar use the shortcode without attributes. Example:

[stachethemes_ec]

To display events only from Calendar id#1 add “cal” attribute to the shortcode. Example:

[stachethemes_ec cal=1]

To filter by categories use “cat” shortcode attribute :

[stachethemes_ec cat=1]
[stachethemes_ec cat=1,2,3,4]

where 1,2,3… are the categories id number

Hi, I couldnt find where the users account is after they submit an event, from you Demo.

Is there somewhere that they can view and control there adverts?

Also if as A organiser comes along where do they control and view all there adverts please (Again I couldnt find this on the demo)

Will the users have access to the back-end?

They will be upon registering auto put into a membership plan, so Yes

Well, what we could do is to write a small code that will create a private calendar each time a member is registered.

Except for the superadmin, each member will be able to see and edit only their events in the admin area.

Hello, i really like your plugin, does it have addons?

Hello,

Is posible to Open events in computer be POPUP and on mobile be CALENDAR ?

Thanks

Hi,

It’s possible via custom filter.

Open your theme or child-theme functions.php file and add following script:

add_action('wp_footer', function() {
    global $post;
    if (!is_a($post, 'WP_Post') || !has_shortcode($post->post_content, 'stachethemes_ec')) {
        return;
    }
    ?>
    <script type="text/javascript">
        (function ($) {
            $(function () {
                if (typeof $.stecExtend === 'undefined') {
                    return;
                }

                $.stecExtend(function (m) {
                    if (!m.helper.isMobile()) {
                        m.glob.options.general_settings.open_event_in = 'modal';
                    }
                });
            });
        })(window.jQuery);
    </script>
    <?php
});

Thank you master, the code works perfect!

Hello, I am trying to upgrade to the latest version from a very old version. I’ve tried the instructions found here ohttps://stachethemes.ticksy.com/article/13222/edit/ – but my calendars are gone. Also it says my activation won’t work because the code is registered to another domain. But when I revert back to the old version it is activated.

Hi,

I could update the plugin for you if you provide me with access to the dashboard.

You can PM to stachethemes@gmail.com or open ticket at https://stachethemes.ticksy.com/tickets/

What is your current calendar version?

Help me please?? cURL error 28: Connection timed out after 5000 milliseconds

I get this error when I want to activate my plugin

Hi,

Perhaps there’s problem with your cURL configuration.

If you provide me with wp-admin access I could activate your calendar manually.

You can send wp-admin credentials to stachethemes@gmail.com

hello, I want to activate my plugin and it says domain does not match, this is the only theme and site the plugin is used on.

Hi,

Please send me your purchase key to stachethemes@gmail.com

also can I also send an email to event attendees to ask them for rating

No, we don’t have such option.

Text alignment can be set from Dashboard -> STEC -> Fonts & Colors settings menu.

hi, can the organizers have account and add their events?

Hi,

You can define in the calendar settings who can add events from the front-end submission form.

You can try it out at our admin demo here:

https://stachethemes.com/wp-demos/tbb/wp-admin/

User/Pass: demo / demo

Hi guys, we have pre-purchase question: Is it possible to have a free event (free bookings) not using woocommerce? Just to collect name and email adress. Something like here https://demo.wp-events-plugin.com/events/nero-2021-01-22/

Hi,

Yes, if you turn on the RSVP function for the event.

Hello,

I have a last question regarding the calendar after finishing the implementation: is there a way to put a ‘back to calendar’ link inside the single event’s page?

Because I see the event takes the single layout page, but I don’t find a way to put a return back to calendar link. Any solution? :)

Example: https://ihteamlingue.it/evento/start-with-team-lingue-20012021-2/ Calendar (where single event should point after user reading): https://ihteamlingue.it/calendario

Thanks!

Hello, thanks a lot for your support, I really appreciate it. I have only one feedback, I see it generates the text but it’s not a link but simple text, this is what I have with copy/past of your code with before_content hook

https://ihteamlingue.it/evento/webinar-aisli-22012021-2/

Thanks a lot :)

Could you send me your exact code you’re pasting?

As you can see in the code the text should be inside tag.

Hello, thanks! I made an error in copy/paste and it’s correctly working now :)

Hi Guys, For the [stec_submit_form] event submission interface, how can I control where the submission notification emails gets sent?

Hi,

By default the notification goes to the site admin email.

You can change the email via filter.

Example:

Place the filter in your theme or child-theme functions.php file:

add_filter('stec_send_event_submitted_admin_mail', function($data){
    $data['to'] = 'your@email.com';
    return $data;
});

Thanks, spot on.

Any way the location , city, etc could be typed in by the person creating the event? I really don’t want users accessing the back end of the site. I’d rather they type in their locations and admins approve once the event is verified.

Hi,

Do you have elementor plugin installed?

If you have it you could create your own event submission template and exclude the location field.

From Dashboard -> STEC -> Builder menu page. Create new event submission form.

In your elementor widgets panel (the panel on the left) you will have new widgets section named “Stachethemes Event Calendar” containing all available elements for the submit form.

After you’ve created your new template go to Dashboard -> STEC -> General -> Event submission tab and selected your new template from the “Template” selector.

If you don’t have it open ticket at https://stachethemes.ticksy.com/ and I’ll provide you with alternative solution.

Thank you for the response, I have submitted a ticket.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey