Andras

Forum Replies Created

Viewing 14 posts - 6,211 through 6,224 (of 6,224 total)
  • Author
    Posts
  • Andras
    Keymaster

    You are very welcome, happy I could help. 🙂

    Since the topic is marked resolved I will close it. If you have any other questions or bump into problems, feel free to open a new ticket.

    Have a nice day!
    Andras

    in reply to: Recurrent Events for Community Event Plug-In #1107981
    Andras
    Keymaster

    Hello Philip,

    Thanks for you interest in our plugins.

    The Community Event Add-On does not support recurring events out-of-the-box. Users would need to submit an event for every ocurrance.

    For recurring Community Events you will also need to have the Events Calendar PRO installed and activated.

    Let me know if you need any further info.

    Cheers,
    Andras

    Andras
    Keymaster

    Hello Graphic,

    I can help you with this one.

    In your admin go to Events > Settings.

    There, under General Settings you will find the first option ‘Number of events to show per page’.

    Set that to the desired number, or if you want to show all and everything, then set it to 99 or some high number.

    Let me know if this helps!

    Cheers,
    Andras

    Andras
    Keymaster

    Hi Lucy,

    Thanks for going PRO and we are surely happy you love it! Let me try to help you with your question.

    You will need to add a little bit of code to your functions.php file.

    (Note, that using a child theme is recommended. You can find more info on child themes here.)

    So in your admin go to Appearance > Editor.

    On the right side you should see a list of files. Click on functions.php to have that in the editing window.

    Add this piece of code to the file and hit Update File.

    add_filter( 'tribe_events_register_organizer_type_args', function( $args ) {
    $args['rewrite']['slug'] = 'teachers';
    return $args;
    } );

     

    In case you don’t have a child theme and you add it to the functions.php of your main theme, then the changes will be lost when the theme is updated.

    Let me know if this helps!

    Cheers,
    Andras

    in reply to: Recurring evnents tooltip issue #1107915
    Andras
    Keymaster

    Hello again,

    I did some digging and the issue is in the translation file. The French translation is 97% done, but the string that is showing up in the tooltip is one of the untranslated ones. 🙂

    The translations are mainly created by the community. If you feel like it, you can contribute too.

    Here is how you can contribue:

    https://theeventscalendar.com/knowledgebase/adding-or-updating-a-translation/

    And here is where you can register.

    Note: after registration you will receive an email with a link. Click on that and on the page that opens click on ‘Forgot password’, to generate a password for you.

     

    Once you submit the translation(s) it will be reviewed by one of our team members and it will get merged into the next release.

    I hope this helps! Please let me know if I can close this ticket or if you would like further help with this issue.

    For other issues please open a separate topic.

     

    Cheers,
    Andras

    in reply to: Recurring evnents tooltip issue #1107888
    Andras
    Keymaster

    Hello Maciej,

    Thanks for the heads-up on this.

    In order to fix this problem could you give me some more details?

    Which view is this happening in? Montly? List? Event view?

    Does this also occur when you have all plugins deactivated (except for the Modern Tribe ones) and you use a default theme? (Here’s a guide on testing for conflicts.)

    Can you provide me with your system information? (Here’s how to do that.)
    Thanks,
    Andras

    in reply to: Add Week Calendar View Filter #1107882
    Andras
    Keymaster

    Hi imaginate,

    Thanks for reaching out.

    With the Events Calendar PRO version you can have a week view, but it is formatted differently than what you are looking for.

    However, you should be able to achieve the desired outcome by customizing the template for the week view.

    Our Themer’s Guide in the knowledge base has detailed information on how to override the templates.

    Let me know if this helps.

    Cheers,
    Andras

    in reply to: Switching views not working #1107697
    Andras
    Keymaster

    Ahoj rdesignsro,

    I’m happy your map problem is solved!

    As for the other problem, now I get a different javascript error. 🙂

    Usually things like this happen because of a conflict with one of the other plugins. I would like to ask you to test your site for conflicts.

    Here is a detailed guide on how you can do that:

    https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

     

    Please, test your site and let me know if that brings you any further.

    Cheers,
    Andras

    in reply to: Recurring events only show "all" in list #1107686
    Andras
    Keymaster

    Hello again,

    I’m happy you found a solution and thanks a lot for the detailed explanation on the “fix”. I’ll let the development guys know about it.

    Since you marked it resolved I’m going to close this ticket.

    If you need any further help, please open a new ticket in the forums.

    Cheers,
    Andras

    in reply to: events landing photo display #1107679
    Andras
    Keymaster

    Hi Pau,

    Thanks for getting back on this.

    I’m happy you found the problem and you posted it here. It might help others who have the same problem.

    I’m going to close this ticket. If you have any other problems coming up, please open a new ticket.

    Cheers,
    Andras

    in reply to: Recurring events only show "all" in list #1107324
    Andras
    Keymaster

    Hey blankbeard,

    I’m sorry to hear about this issue, this is not expected behavior.

    In order to be able to dig into the problem, could you share your system information, please? Here’s how to do it:

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Also, can you share what the permalink settings for your site are? Are they /%postname%/ , for example?

    You can find this setting in Settings → Permalinks in your wp-admin.

    Thanks,
    Andras

    in reply to: Switching views not working #1107321
    Andras
    Keymaster

    Hi rdesignsro,

    Thanks for getting in touch!

    I have checked your site and there is a javascript Reference Error, which is most likely caused by the plugin that is handling the newsletter signup form.

    Can you try to disable that plugin and check if the error still exists?

    As for the venues, could you share some links to the events where this is happening? I was not able to get to your maps view.

    Thanks,

    Andras

    in reply to: events landing photo display #1107319
    Andras
    Keymaster

    Hi Pau,

    Sorry to hear about your problem, let me try to help here.

    I can see based on your system information that you are using a the Divi theme which is known to cause problems with The Events Calendar sometimes.

    Could you try activating a default theme (twentyfifteen or twentysixteen) and check if the problem still exists?

    Thanks,

    Andras

    in reply to: Localizing URL slugs #1107315
    Andras
    Keymaster

    Hey Robert,

    Thanks for reaching out.

    Our plugins do not officially support WPML or any other multi-lingual plugins.

    What you would like to do is most probably possible, but it would require custom coding.

    We cannot help with making customizations, so to implement the features you describe, you would have to write that custom code or hire a professional developer to do it for you. We have a list of great developers here who are not affiliated with us and are well-respected in the community:

    → http://m.tri.be/18k1

    Sorry to disappoint!

    Andras

Viewing 14 posts - 6,211 through 6,224 (of 6,224 total)