Okay

Public Tickets

selinkocagoncu Translating STEC in a multilingual site without language switching pluginsClosed   Stachethemes Event Calendar   Updated November 1, 2024 at 1:17pm   6 Most recent comment from selinkocagoncu:Thank you! That is information I did not have! Much appreciated!! Santiago CSV Cron Job Import / ICS documentation   Stachethemes Event Calendar   Updated October 23, 2024 at 2:43pm   9 Most recent comment from Michela:Since this code isn't working anymore, do you have a different solution?Thanks selinkocagoncu Filtering and displaying only events ending this weekClosed   Stachethemes Event Calendar   Updated October 22, 2024 at 2:40pm   4 Most recent comment from Zhivko Bozhilov:You can try the filter__max_date parameter: [stec filter__max_date="end_of_this_week"] Oshyan Creating dashboard link and Private EventsClosed   Stachethemes Event Calendar   Updated October 22, 2024 at 12:09pm   4 Most recent comment from Zhivko Bozhilov:Hi again, I think I have a solution to your problem ( 2 )  . You will have to insert some extra PHP code in your child-theme functions.php file. The code will add new permission "Invited users". When ... selinkocagoncu Hide short description in boxgridClosed   Stachethemes Event Calendar   Updated October 16, 2024 at 11:16pm   3 Most recent comment from selinkocagoncu:Thank you very much; I was able to remove the short descriptions successfully :) mvanderweide Event Layout Builder - Address FormatClosed   Stachethemes Event Calendar   Updated October 9, 2024 at 9:33am   4 Most recent comment from Zhivko Bozhilov:You forgot to place the custom class to the address element ( custom-address ). The js expects the element to have this class name otherwise nothing will happen. selinkocagoncu Hide buttons in Boxgrid viewClosed   Stachethemes Event Calendar   Updated October 7, 2024 at 5:41pm   8 Most recent comment from selinkocagoncu:It worked beautifully! Thank you very much! 💐 rosewich Improve SEO friendlinessClosed   Stachethemes Event Calendar   Updated October 2, 2024 at 8:07am   4 Most recent comment from Zhivko Bozhilov:The new version is ready for download. You will have to re-insert these elements in the builder template to see the new options. Tobias Scrollbar on event PopupClosed   Stachethemes Event Calendar   Updated September 27, 2024 at 6:14am   3 Most recent comment from attenedergrafikdesign:That would be great, thank you! mchandran To show the events only created by logged in userClosed   Stachethemes Event Calendar   Updated September 19, 2024 at 7:46am   2 Most recent comment from Zhivko Bozhilov:Create two calendars where the first calendar is for events created by logged-in users. The second calendar should be for events submitted by anonymous users. Then you can filter out events by calenda ... rosewich Export all ticket orders for a given eventClosed   Stachethemes Event Calendar   Updated September 18, 2024 at 4:20pm   5 Most recent comment from Zhivko Bozhilov:I can provide you with temporary solution to this:Open file /includes/woocommerce/class.rest-orders-controller.phpFind the function export_orders (line 224) and replace it with the one I've pas ... rosewich Organizers PageClosed   Stachethemes Event Calendar   Updated September 18, 2024 at 2:29pm   8 Most recent comment from rosewich:Ok, thanks. I got this to work with this code in functions.php. // Increase organizers per page to 100 add_action('wp_footer', function () { ?> window.stecFilterListOrganizersP ... selinkocagoncu Creating a page template for Event Slider Widget's event page viewClosed   Stachethemes Event Calendar   Updated September 13, 2024 at 1:33am   5 Most recent comment from selinkocagoncu:Thank you so much! It works marvellously!! selinkocagoncu Navigational/UI elements take up too much space   Stachethemes Event Calendar   Updated September 13, 2024 at 12:38am   3 Most recent comment from selinkocagoncu:All the menus are listed in a single line now, thank you! However, I could not get the filter text removing code to work: Tried adding it to the widget's custom CSS , the page's custom CSS, ... selinkocagoncu Thumbnail overlay color in cell backgrounds of month and boxgrid viewsClosed   Stachethemes Event Calendar   Updated August 26, 2024 at 4:20pm   6 Most recent comment from Zhivko Bozhilov:The calendar appends .mobile class to its parent container when in mobile mode. So, to affect the month view when in mobile mode only prepend .stec.mobile to the selectors like this: .stec.mobile .s ...