Nico

Forum Replies Created

Viewing 15 posts - 5,746 through 5,760 (of 6,506 total)
  • Author
    Posts
  • in reply to: Distinguishing event URL by month/year #1007450
    Nico
    Member

    Howdy Dan,

    Welcome to our support forums and thanks for reaching out to us. Unfortunately there’s no easy way of achieving this at the time šŸ™

    I guess the most straight forward method is to manually change event slugs, as you note. In the thread you mention there’s a description of the possible paths to follow if you want to develop this, at this point I cannot think of any other way of doing so.

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

    Nico
    Member

    Hi Diane,

    Thanks for reaching out to us, and sorry for this strange ‘glitch’ you are seeing šŸ™

    I reported a very similar issue that was addressed in the latest release of the plugin, Can you try and update the plugins to the latest version? Please bear in mind it’s always recommended to test the update in a staging server (test site) before doing so in the live site.

    I also notice a bunch of Javascript errors in the console that might be affecting this as well. It would be great if you could take a look at them before we continue debugging this issue.

    Please let me know if the update fixes this,
    Best,
    Nico

    in reply to: Issue with "preview" button when events cal pro is activated #1007427
    Nico
    Member

    Hi Jan,

    Thanks for following up once again on this!

    Unfortunately this didn’t make it to the MR as it was already in QA phase at the time this came up, and development phase was already closed. I bumped the priority for this fix and also noted your solution for this.

    I know this is a bummer and totally get your point, but in this case there’s nothing else I can do to push this forward šŸ™

    Thanks once again for getting your hands in the code and for sharing your findings here. Hopefully non-skilled users can find this thread and take advantages of your solution.

    Best,
    Nico

    in reply to: Display default text depending on category #1007422
    Nico
    Member

    Hey Gerry,

    Thanks for following up! Reviewing our previous conversation I realize that has_category won’t work as it will only check for default post categories and not custom taxonomies. Sorry, my bad šŸ™

    Just tried this code inside the loop in single-events.php template and it’s working on my end:

    <?php if ( has_term('cat-slug','tribe_events_cat') ) : ?>
    <?php //if ( has_term(152,'tribe_events_cat') ) : ?>
    This is a cat
    <?php else: ?>
    This is not a cat
    <?php endif; ?>

    Note that has_term accepts taxonomy slug (string, goes between quotes) or taxonomy ID (int, goes without quotes).

    Please let me know if you can make it work this time,
    Best,
    Nico

    Nico
    Member

    Hi Diane,

    Thanks for confirming this šŸ™‚ Glad to hear it’s solved!

    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: Search Bar – Closed by Default (at least on mobile)? #1007195
    Nico
    Member

    Hey Courtney,

    Glad to hear šŸ™‚

    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 of luck with your projects,
    Nico

    in reply to: Event guid wrong for recurring events #1007029
    Nico
    Member

    Hey Amanda,

    You are welcome! Glad to hear it’s working now. There’s always something new to learn šŸ˜‰

    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

    Hey Theunis,

    Great job and thanks for sharing buddy šŸ™‚ Surely this will be useful for a bunch of folks! I’ve already pinged our UserVoice manager to let him know about this solution.

    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 guid wrong for recurring events #1006635
    Nico
    Member

    Hey @josephmak,

    Thanks for following up! I understood you where getting the ā€˜wrong URLs’ just in your ā€˜home page random events’, if this is happening all over the site then having your snippet doesn’t help much, sorry for my miss understanding šŸ™

    Taking a look into the site’s calendar -http://albertabrewers.ca/events/- I’m not able to find a broken link so not sure if I still don’t get the error you describe or if this was resolved at some point ?

    I do see the event links on the homepage are still failing. Can you try to change this in your snippet:

    https://gist.github.com/niconerd/97db257904d1312c2e3c

    Please let me know if the change in the snippet makes it work,
    Best,
    Nico

    in reply to: 404 error #1006614
    Nico
    Member

    Hi Dave,

    Thanks for getting back to me on this.

    I missed this in my first reply, but unfortunately we are not allowed to log in into client sites and make changes šŸ™

    Regarding the test site, having this would be useful because there it would be safe to switch to default theme and check if this still happens after some time without needing to switch back to the site theme. Basically to test this without affecting the users of your site.

    By re-save permalinks (sorry if this was a bit technical) I mean going into WP-Admin > Settings > Permalinks and click Save Changes. This process re-generates how the site links work. Also thanks for confirming that our plugins are up-to-date!

    So summing up I guess the next step is to confirm if this works correctly with Tweenty Fifteen theme, no other plugins active and after re-saving permalinks as well. If this works correctly next step is to re-activate all plugins and test again. If this still works, we can confirm it’s a theme issue.

    Regarding the theme, I see you are using ‘Evolux theme’ have you tried to contact the theme authors on this issue as well?

    Hope we can get this sorted soon,
    Have a great weekend,
    Nico

    in reply to: ECP v.3.12 + WPML = Functioning Workflow Yet?!? #1006598
    Nico
    Member

    Hi B,

    Can you go to ā€˜WPML > Translation Management > Multilingual Content Setup > How to translate posts and pagesā€˜ and let me know if you have it set to ā€˜Create Translations Manuallyā€˜ or ā€˜Use the Translation Editorā€˜?

    That’s set to ‘Create Translations Manually’ on my end. I pinged the dev team on this but unfortunately ‘Use the Translation Editor’ is not fully supported for now.

    Regarding event URLs: I could edit the event slug, just under the title like I would normally do with posts or events. And it’s working as expected on the front-end, the event URL is ‘http://site.com/es/event/evento-espanol/&#8217; for Spanish and ‘http://site.com/event/english-event/&#8217; for English.

    Also when using this settings I do not have issues with the additional meta-data – date, time, venue, etc. Please note that the ā€˜Override with English content’ is the way to go, ‘Copy content from ..’ is not.

    Can you try to set this up in a clean install? Just to see if the workflow described in the KB articles is indeed valid as you mentioned in the thread title. I know there are still a bunch of features / settings that are not supported yet and the plan is to continue to work on this and try to get full compatibility at some point. But this will surely take some time! So maybe sticking to the basic working workflow is the way to go for now.

    Please let me know if you are ok with testing the ‘suggested workflow’ in a clean install -maybe a quick local install?-,
    Have a great weekend,
    Nico

    in reply to: Search Bar – Closed by Default (at least on mobile)? #1006572
    Nico
    Member

    Hi Courtney,

    Thanks for following up on this! I can see the filters are not collapsed on mobile because the calendar only haves one view enabled (map view). If you are planning to enable more views, just ignore this and when add them the filters will collapse automatically. If you are planning to stay with this set up, just paste this code into your functions.php file -located at wp-content/themes/your_theme/– or if you have a custom javascript file in your theme just add the js code there:


    function tribe_collapse_filters() { ?>
    <script type="text/javascript">
    jQuery(document).ready(function (){
    if ( jQuery('#tribe-events-bar').length ) {
    jQuery('#tribe-bar-collapse-toggle').addClass('tribe-bar-filters-open');
    jQuery('.tribe-bar-filters').hide();
    }
    });
    </script>
    <?php
    }
    add_action('wp_head', 'tribe_collapse_filters');

    Please let me know if this does the trick for you,
    Best,
    Nico

    in reply to: Issue with "preview" button when events cal pro is activated #1006493
    Nico
    Member

    Hi there,

    First of all thanks for helping each other out šŸ™‚ and sorry again for the inconvenience this might cause to you or your clients.


    @avocadesign
    – great to hear that downgrading fixed this for you. I know it’s not the ideal solution at all, but until this is fixed it’s a valid option. And yes, you should downgrade The Events Calendar ‘core’ version as well.

    @ Jan – you rocked with that solution and thanks so much for sharing it here. I will make sure to log this into the associated bug report. I also bumped the priority on this one as this affecting more people than we assumed in first place. Surely a fix for this will be included in the upcoming release – not in the maintenance as it’s already in QA phase.

    @ Christina – sorry to hear about that. Reviewing your previous thread I see there’s no reference to the ‘preview’ feature failing, but more of a front-end links messing up. Sorry for the miss understanding there anyway.

    Also if anyone needs to access 3.11 version but -like Jan- this option is not available in the downloads page just let me know and I’ll generate a new license key for you that includes them.

    Please let me know if there’s anything else I can help you with, and thanks once again for helping each other here,
    Have a great weekend,
    Nico

    in reply to: Custom Field URL Not Displaying Correctly #1006470
    Nico
    Member

    Hi Abigail,

    Thanks for adding your report on this! Hopefully Brian -a fantastic dev from our team- was able to reproduce this and confirmed it’s a bug. It’s now logged into our product backloag and hopefully a fix for this will be included in the next release. I wasn’t considering it a bug because I wasn’t able to reproduce it and also because Heather’s report on this was the first to arise.

    I agree with you: a template override isn’t the best solution for a bug like this one, but it will get it working till a fix for this is out. Another way to go is to downgrade the plugins to a previous version: https://theeventscalendar.com/knowledgebase/downgrading-plugin-past-version/.

    Please let me know if the template override works for you,
    Best,
    Nico

    Nico
    Member

    Hi there,

    Thanks for following up on this Theunis. Glad to hear you could make this work!

    If you are willing to share the code – as @websource suggests- for other users to benefit from it, you can do it here. If you do so I’ll log a ticket to integrate it into the product or at least to add this as a tutorial šŸ™‚

    Please let me know if you think this is a good idea,
    Thanks,
    Nico

Viewing 15 posts - 5,746 through 5,760 (of 6,506 total)