Andras

Forum Replies Created

Viewing 15 posts - 5,401 through 5,415 (of 6,224 total)
  • Author
    Posts
  • Andras
    Keymaster

    This reply is private.

    in reply to: Map View: Loop chaos #1172437
    Andras
    Keymaster

    Grüetzi Stefan

    Thanks for going Pro and welcome to our support forums! Let me help you out with this.

    Indeed it looks a bit mixed up. It would help me to know how the separate events are set up and how the page that is showing them are set up.

    Based on the code it looks like that the first 2 events are part of the map view loop. And the rest is … well … somehow thrown there.

    I see that you only use one plugin apart from the Modern Tribe ones. Please run a test and deactivate that one (basically all non-Tribe plugins), switch to a default theme like twentysixteen and check if you still have the issue.

    It could also be that there is some unfinished html code in one of the events description or title or extract? Please check that.

    Could you also make a month view and a list view available? That might shed some light on things.

    Looking forward to hearing the result and to help you solve this!

    Schönen Abig

    Andras

    in reply to: calendar / ics export: problem with the enddate #1172129
    Andras
    Keymaster

    Hallo Grischa,

    I apologize, the iCal importer thing was my mistake. :blush: Sometimes in the heat of support things get a bit mixed up.

    I talked with our developers and it looks like this is a glitch on our part. I have already created an internal bug ticket for this, so it should be fixed pretty soon, however I cannot commit any fixed dates. I ask for a bit of patience from you.

    Since there is nothing more at the moment we can do about this, I am going to close this ticket to new replies as a ‘pending fix’, but the issue is still open and we will update this ticket once the fix arrives.

    If you have any new questions or issues please create a new ticket and reference this one. We’ll be here to help.

    Thanks and have a wonderful day,

    Andras

    in reply to: iCal Importer imports ical recurring all on the same date #1172126
    Andras
    Keymaster

    Hey Carla,

    You can check that setting when you are setting up your recurring import. It is at the bottom, just above the ‘Save Recurring Import’ button. See screenshot attached.

    Cloudup 2mzmwjbj2dm

     

    You should also be able to see that setting when you edit an already created recurring event. That checkbox should be between Keywords and Import Status, like here:

    Cloudup 5cp123k45sy

     

    Cheers,
    Andras

    in reply to: Calendar header / name of month doesn't appear on page #1171729
    Andras
    Keymaster

    Hi Najeema and Hunter,

    Let me chime in here as I might have a quick fix.

    It looks like that the title at the top is hidden by the theme.

    Firstly, it is recommended to use a child theme, so when your parent theme gets an update, your customizations don’t get lost. You can find more info on child themes here: https://codex.wordpress.org/Child_Themes

    And to make the calendar titles appear, then add the following snippet to your child theme’s style.css file:

    #tribe-events-header, .tribe-events-page-title, .tribe-events-list-separator-month, .tribe-events-single-event-title, .tribe-events-divider {
    display: block !important;
    }

    This should bring it back.

     

    In case you don’t have / don’t want to use a child theme, then look for the below lines in your current theme’s style.css file, and simply remove them. You can do this under Appearance > Editor > choose Stylesheet (style.css) on the left. These lines should be close to the end.

    #tribe-events-header, .tribe-events-page-title, .tribe-events-list-separator-month, .tribe-events-single-event-title, .tribe-events-divider {
    display: none !important;
    }

    Please note again, if you do this change in your theme’s style.css then the customizations might get lost with a theme update.

    Let us know if this helps.

    Cheers,
    Andras

    Andras
    Keymaster

    Guten Morgen Armin

    Yes, it is possible to hide it.

    Paste this little snippet to your theme’s style.css file to hide the event cost on the single event page.

    .single-tribe_events .tribe-events-schedule .tribe-events-divider, .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: none;
    }

    Please note, that this will hide the cost even if it is not free.

    If you want to limit this to only the Events which are in the tribe_events_cat-auswaertsspiel category, then use this instead:

    .single-tribe_events .tribe_events_cat-auswaertsspiel .tribe-events-schedule .tribe-events-divider, .single-tribe_events .tribe_events_cat-auswaertsspiel .tribe-events-schedule .tribe-events-cost {
    display: none;
    }

    Let me know if this helps.

    Grüsse,

    Andras

     

     

    Andras
    Keymaster

    This reply is private.

    in reply to: calendar / ics export: problem with the enddate #1171723
    Andras
    Keymaster

    Hi Grischa,

    Last week we released a hotfix for the iCal importer. Please update your plugin and check if that solves your issue.

    Let me know and if it’s still there we dig further. We will get this resolved. 🙂

    Cheers,
    Andras

    in reply to: Reaccuring Events are all stacked in one day. #1171722
    Andras
    Keymaster

    Hey Anton,

    Last week we have released a hotfix for the iCal importer (v. 4.2.5.1) that should address this issue.

    Please update your plugin(s) and re-check if the import works and let me know if the issue is fixed.

    Thanks,

    Andras

    Andras
    Keymaster

    This reply is private.

    in reply to: Custom design #1171718
    Andras
    Keymaster

    Since this the thread received a ‘correct answer’ marking I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks,

    Andras

    Andras
    Keymaster

    Hi Dahls,

    Great, I1m glad it helped! I am going to go ahead and close this ticket, but if you need help on this or something else, don’t hesitate to open a new topic. We’ll be here to help.

    Cheers,
    Andras

    PS: If you like our plugin, we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

    Andras
    Keymaster

    Hey Justine,

    I’m super happy it helped! 🙂

    I am going to go ahead and close this ticket, but if you need help on this or something else, don’t hesitate to open a new topic. We’ll be here to help.

    Cheers,
    Andras

    PS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Thanks!

    Andras
    Keymaster

    Grüss dich Armin

    Thanks for going Pro and welcome to the forums! Let me help you with your question.

    Event Tickets Plus gives you the opportunity to sell tickets, however it cannot do it on its own. You will also need an ecommerce plugin to be able to use this feature. Event Tickets Plus currenctly supports WooCommerce, Easy Digital Downloads, Shopp and WP eCommerce.

    Once you have the ecommerce plugin also activated, then you should see a section like this when adding a ticket to an event:

    Cloudup j0v1vaq3yw0

    I hope this clarifies. Please do let me know if you need any further help.

    Cheers,
    Andras

     

     

    in reply to: Hide timezone in Events Community Submission form #1170910
    Andras
    Keymaster

    Hey Oliver,

    Glad this got sorted!

    If you need help on this or something else, you know, just open a new topic. ?

    Have a great weekend!

    Cheers,
    Andras

Viewing 15 posts - 5,401 through 5,415 (of 6,224 total)