What version of the plugin are you using? I suggest you to update the plugin to the latest version 2.6.1.
There is a known bug in the cal shortcode attribute on the latest version and the developer is working on hotfix right now. The fix should go live any moment so I suggest you to wait a moment before updating.
I'm sorry I'm not sure if I understand. You want to show the desktop view (in your case Month) to be displayed on mobile as full desktop view instead of mobile version of it? If this is the case unfortunately is not possible, the design is responsive and will adapt to any width above 280px.
Open file wp-content\plugins\stachethemes_event_calendar\assets\js\front\adds\media.js delete the code inside and replace it with the one im sending in the archive.
I will keep looking for more css conflicts and if see anything else will send it to you. Let me know if the popup problem is fixed.
Hi,
I would like to change the Email templates, where can I find these?
And how is it sending the emails from [email protected]...
Regards,
Jochem
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Hi,
Strange, I don't have/ see all those options under that tab - see screenshot...
Regards,
Jochem
What version of the plugin are you using? I suggest you to update the plugin to the latest version 2.6.1.
There is a known bug in the cal shortcode attribute on the latest version and the developer is working on hotfix right now. The fix should go live any moment so I suggest you to wait a moment before updating.
I will let you know when it is ready.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Yes 2.6
Okay, you will have to update to 2.6.1 just stay tuned I will let you know when the hotfix is live so you don't have to update twice.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
The hotfix is now live, please update to 2.6.2 and let me know if you have access to the edit options of E-mail notifications.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Hi,
Now all other options - including my calenders - have disappeared, see attachment.
Regards,
Jochem
Please click Migrate. It's safety feature.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
I tried but it gives a Javascript void (0); when trying to migrate.
Can you give me wp admin access to see what is happening on your end? You can post here privately.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Stand by
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Migration went as it should, can't really tell what happened to you. Please check if everything is as it should be.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Weird... but I'm glad it works.
Quick other question:
I placed the calender shortcode in a widget (with popup activated), then the popup acts like on a mobile screen + text is overlapping...
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Good to know about the new features: short description and location (show/ hide).
The calender put in a widget (on desktop view) appears in mobile modus. It should show the desktop popup version. How can I fix this?
If there are bad css issues, please let me know indeed.
Regards,
Jochem
I'm sorry I'm not sure if I understand. You want to show the desktop view (in your case Month) to be displayed on mobile as full desktop view instead of mobile version of it? If this is the case unfortunately is not possible, the design is responsive and will adapt to any width above 280px.
Now if your concern is that you can't see the titles of the events, you can try this https://stachethemes.ticksy.com/article/13413/
You can display Month on desktop and Agenda in mobile. This is the only solution I can come with right now with the current state of the code.
About the mobile css conflicts I will take a look and will contact you later with the solution.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Thank you for the code article!
I've made a video about what I mean with showing the mobile popup on a desktop view here: https://www.webdelight.nl/nlvereniging/wp-content/uploads/2019/08/screencast-www.webdelight.nl-2019.08.09-12_14_53.webm
Okay, that's new
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
About the month css conflicts in the sidebar. Open the plugin Fonts & Colors go to Custom Styles and add this code:
.stec-media-small .stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {font-size:12px !important;}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title { font-size: 14px !important; }
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon { margin-top: 0px !important; }
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title { margin-top: 0px !important; }
About the popup.
Open file wp-content\plugins\stachethemes_event_calendar\assets\js\front\adds\media.js delete the code inside and replace it with the one im sending in the archive.
I will keep looking for more css conflicts and if see anything else will send it to you. Let me know if the popup problem is fixed.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Wow! You're the best!
Thanks!
Few more css fixes, again in the Custom Style tab under the rest.
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary, .stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub { font-size: 11px !important; line-height: 1 !important; }
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-separator a {
margin-left: -12px; }
body .stec-layout-event-inner-intro .stec-layout-event-inner-intro-title {line-height: 1 !important;}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-section {margin-top: 25px !important;}
.stec-layout-event-inner-location-left input { max-width: 100%; }
If you notice anything else just let me know.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
I will, tnx ;-)