Nico

Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 6,506 total)
  • Author
    Posts
  • in reply to: Only one ticket per person #1195491
    Nico
    Member

    Thanks for following up Jack!

    Sorry for the delay we do not monitor the forums during weekends.

    Please try this updated version of the snippet:

    https://gist.github.com/niconerd/466453697713a569dcc97d924340fa01

    Please let me know if it works as intended now,
    Best,
    Nico

    in reply to: I pasted a code you gave me, my site is not working #1195458
    Nico
    Member

    Buenisimo Bruno 🙂

    Para esconder los elementos que mencionas podes usar el siguiente snippet de CSS (pegandolo en la hoja de estilo de tu tema o con Simple Custom CSS plugin):

    .tribe-events-ical.tribe-events-button,
    .tribe-events-gcal.tribe-events-button {
    display:none !important;
    }
    .tribe-events-event-meta {
    display:none;
    }

    Avisame si funciona!

    Saludos,
    Nico

    Nico
    Member

    Hey Mike,

    Thanks for getting in touch with us! I’ll help you getting this right 🙂

    Let me start by saying a gave the snippet a try and it’s working as intended. By this I mean it’s making sure the full_width class is added to the body for calendar pages that are not single event page.

    Maybe this was a theme specific solution? Can you elaborate a bit more on what you are trying to achieve and send sample links of ‘full width’ in your site?

    Please let me know about it,
    Best,
    Nico

    in reply to: Customizing the admin-views/meta-box.php file #1195442
    Nico
    Member

    Hi Paul,

    Thanks for getting in touch with us! I’ll help you here…

    Unfortunately the template override method is not available for admin views (although we are exploring this possibility). So the options here are:

    1) Re-do your customization after every update.

    2) Explore alternatives (probably JS snippet) to do the same thing from outside the core files. I can help you getting started with this one.

    Please let me know about it and I’ll help as possible,
    Best,
    Nico

    in reply to: Editing Events Archive page #1195397
    Nico
    Member

    Hey Ollie,

    Thanks for getting in touch with us! I can help you here 🙂

    – Can I remove ‘Archive’ from the browser tab so that the page is just shown as ‘Events’?

    Sure, check out this knowledgebase article → Changing the browser title for calendar views.

    – Can I remove or hide the ‘EVENTS FROM Date’ field at the top?

    Yes, you can with the following CSS snippet, just paste it in your theme stylesheet or via Simple Custom CSS plugin:

    .tribe-bar-date-filter {
    display: none;
    }

    – Can I add a second heading like ‘Upcoming Events’ further down the page called ‘Past Events’ or similar and then link to an actual archive page displaying old events?

    Yeah, this is possible as well! Use the ‘Add HTML after event content’ field in WP-Admin > Events > Settings > Display. The link should point at http://sitename/events/past.

    Best,
    Nico

    in reply to: Regarding googel map #1195368
    Nico
    Member

    Hi there Deepak,

    Thanks for getting in touch with us and for your interest in our plugins 🙂

    Can we add google map on backend (instead of text fields) to drop a pin for the location of event?

    This is not a feature of a our plugins! You are welcome to suggest this feature request at The Events Calendar user voice page, where we gather feedback from our community.

    Finally I’d say it’s possible to create a JavaScript snippet to achieve this!

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    in reply to: Backup and restore on dev-website results in error #1195362
    Nico
    Member

    Hi there Jos,

    Thanks for getting in touch with us!

    As the error message states this is a file permission issue. Can you please review this guide on WordPress permissions? If you are not sure about permissions and how to change them, you can ask your hosting support to help you out on this!

    Please let me know if adjusting permissions fixes the issue,
    Best,
    Nico

    in reply to: How do I export my database ? #1195358
    Nico
    Member

    Hey Sandrine, thanks for confirming this worked for you 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: More tag not workable #1195356
    Nico
    Member

    You are welcome Norbert!

    Do you think we are good to close this thread out or you still need help with the excerpt?

    Please let me know about it,
    Best,
    Nico

    in reply to: Add cart form to event list #1195349
    Nico
    Member

    Wooot! Stoked to hear Norbert, thanks for confirming 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: Event Calendar/Tickets CSV Import #1195348
    Nico
    Member

    Stoked to hear Tom 🙂

    do let me know what I need to do to make this permanent.

    I’d say leave it for now in the child theme functions.php file. I’ve asked our devs to review this and see if there’s anything we can do on our side to prevent this or suggest an improvement in the theme code.

    I’ll be back to you when I have more info to share,
    Have a great week,
    Nico

    in reply to: Vertical Filter Bar Opens at 100% Width on Desktop #1195338
    Nico
    Member

    Thanks so much for confirming Dan 🙂

    As this is solved now by the plugin update I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: RSVP quantity steps #1195335
    Nico
    Member

    Hi there Niels,

    Thanks for getting in touch with us to report this incompatibility 🙂

    which, in case woocommerce and enfold are active, gets jQueried to a type=”text” with some additions, namely buttons besides the input field for increasing and decreasing the quantity.

    I guess it must be the theme modifying the input as RSVP shouldn’t be affected by WooCommerce. Can you please try to disable Woo and see if this still happens? Can you also check if there’s a template override for the RSVP form? To check this you can look for a file named rsvp.php in themes/krisi_folder_name/tribe_events/tickets/.

    Let’s review this and if makes sense I’ll log a ticket for our devs to look into adding this attribute.

    Best,
    Nico

    in reply to: Trying To Use Gustavo's Plugin #1194606
    Nico
    Member

    Stoked to hear Shaun, thanks for confirming 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    Nico
    Member

    Hi there Kendall,

    Thanks for reaching out to the premium forums, hopefully we can better server our customers here 🙂

    In the WordPress.org forums you mentioned:

    I’ve tried deactivating non-critical plugins to try to find the conflict, but no luck there either.

    Were the cache plugins de-activated? Sometimes double minification of the JavaScript files cause issue.
    Can you please do a full disable of theme and plugins? If the issue is not present then re-enabling one by one and re-checking should lead to the cause of the conflict.

    Please let me know about it,
    Best,
    Nico

Viewing 15 posts - 1,981 through 1,995 (of 6,506 total)