Nico

Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 6,506 total)
  • Author
    Posts
  • in reply to: How to avoid overlapping events on week view #1230862
    Nico
    Member

    Hey Riza,

    Thanks for following up! I think that happens because the words don’t fit in the current line. Inspecting the styles I don’t see any margin/padding limiting this.

    Take a look to the screenshot above (don’t panic, I changed the event title from the browser console to simulate this), the small words fit together in a line while the long words just fit one per line. Does this answers your question?

    Please let me know about it,
    Best,
    Nico

    in reply to: 404 Error at the breadcrumbs section #1230856
    Nico
    Member

    Thanks for following up Christian!

    great it is solved now. The list option has to be checked. I had only the map option checked here. (The description said that only one option has to be checked.) But anyway it works. Many thanks!!!

    Indeed only one view needs to be checked (at least), but if you want to use other views in shortcodes those need to be enabled as well.

    With the shortcode: [tribe_events view=”map“] only the next eight events are shown. With the „all events“ breadcrumb link there are also only eight events shown.

    The amount of events per page can be defined in WP-Admin > Events > Settings > General > Number of events to show per page. Please try changing it there and seeing if that is reflecting on the front-end.

    Here i got events from November 2016 at the first page, can I change this against current events?

    Sorry not sure in which view you are getting the described result. Can you please send a link? Is it a shortcode?

    Please let me know about this,
    Best,
    Nico

    in reply to: Warning: file_exists(): open_basedir restriction in effect. #1230853
    Nico
    Member

    Gracias por el feedback Oscar y te pido disculpas por las demoras. Estas ultimas semanas estuvimos con mucho trabajo por lo cual estamos demorando un poco mas de lo normal en responder algunos tickets. Te pido un poquito mas de tiempo para poder revisar esto y darte una respuesta complete mañana.

    Slds,
    Nico

    in reply to: generate JSON-LD data on home page #1230846
    Nico
    Member

    Hi there Dan,

    Thanks for getting in touch with us!

    I’ve reviewed this and tried adapting an existing snippet to add the structured data in this case but couldn’t make it work. I’m not sure if this is possible right now but give me some time and I’ll look into this a bit more.

    Best,
    Nico

    in reply to: How fix mini calendar styles? #1230775
    Nico
    Member

    Stoked to hear! Thanks for the heads up Gabriel 🙂

    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: Submitting/Creating Event Error #1230589
    Nico
    Member

    Hi there Matt,

    Thanks for getting in touch with us and sorry to hear about this issue. Let’s see what’s going on…

    First let me start by saying I’m not able to reproduce this in my local install, and couldn’t find any related bugs that might be causing this. This doesn’t mean the issue is not legit, but that it will require a bit of troubleshooting to identify the cause.

    Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins. It would be grat if you could verify if deactivating Events Calendar PRO helps in some way.

    Best,
    Nico

    in reply to: When should we expect the Ukrainian Translation approval? #1230572
    Nico
    Member

    Hi there Andriy,

    Thanks for getting in touch with us about this!

    As stated in this article → Lost in translations, since WordPress.org has language pack management for plugins we cannot approve the strings directly (as we do with premium plugins). The strings should be approved by a translator editor of the corresponding locale. If you want I can make a request for you to become translator editor for our plugin in Ukrainian (more info about the translation workflow here), for that I will need to have your WordPress.org username if you have one.

    Please let me know about it,
    Best,
    Nico

    in reply to: How fix mini calendar styles? #1230562
    Nico
    Member

    Thanks for following up Gabriel!

    Just let me know if you want me to leave the thread open until you can fix this.

    Best,
    Nico

    PS: not sure if you want me to continue in Spanish or not.

    in reply to: Error in submitting/creating event #1230505
    Nico
    Member

    Hi there Sidney,

    Thanks for getting in touch with us! This thread seems to be a duplicate of this one → https://theeventscalendar.com/support/forums/topic/submittingcreating-event-error/

    I’ll go ahead and close out this thread, let’s continue the conversation there.

    Best,
    Nico

    in reply to: Simple Way to Change Some Verbiage #1230495
    Nico
    Member

    Hi there Bryan,

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

    Seems like the ‘One ticket’ string is part of the theme you are using and not actually part of our plugins translation. From what I see in the system info you are using a custom developed theme, right? Try searching for the following string inside the theme folder (many code editors have the option to search in a folder): ‘tribe-events-event-cost-descr’. That string is the class of the element containing the string, once you identified it you can translate it with a snippet or with the Say What? plugin.

    Please let me know if that helps,
    Best,
    Nico

    Nico
    Member

    Hi there,

    Thanks for reaching out to us and for the heads-up on the resolution of the issue 🙂

    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: Hover on Month View #1230470
    Nico
    Member

    You are welcome Sophie! Hopefully it was an easy fix 🙂

    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: Categories Displayed #1230198
    Nico
    Member

    Hi there,

    Good job so far! You can extend the number of categories shown in the taxonomy section. Paste the code below in your theme’s (or child theme’s) functions.php file and let me know if it works for you:

    add_filter( 'tribe_events_community_category_dropdown_shown_item_count', function ( $count ) { return 50; } );

    Please let me know if it helps,
    Best,
    Nico

    in reply to: QR code snippet update #1230194
    Nico
    Member

    Thanks for following up Math!

    Indeed that was the information I wanted to have! Give me some time to dive into this, we are prioritizing new threads a bit (due to an increase in our forums activity) over help with custom dev. But I hope to get this tomorrow/wednesday if possible!

    Thanks for the patience while I look into updating the snippet,
    Best,
    Nico

    in reply to: How to avoid overlapping events on week view #1230190
    Nico
    Member

    Thanks for following up Riza!

    If there was no offset. It would be perfect.

    Can you clarify a bit what you mean here? Are you referring to events overlapping? If so I’m sorry to say, this is how it works and changing that would be certainly out of the scope of support we cna provide for our customer. But maybe I’m not getting this right!

    Please let me know about it,
    Best,
    Nico

Viewing 15 posts - 1,156 through 1,170 (of 6,506 total)