Forum Replies Created
-
AuthorPosts
-
Nico
MemberHowdy 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,
NicoSeptember 22, 2015 at 6:36 am in reply to: Strange characters on Calendar View on mobile devices after clicking dates. #1007441Nico
MemberHi 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,
NicoSeptember 22, 2015 at 6:19 am in reply to: Issue with "preview" button when events cal pro is activated #1007427Nico
MemberHi 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,
NicoNico
MemberHey 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,
NicoSeptember 22, 2015 at 4:57 am in reply to: 'No events scheduled for (date). Please try another day.' appearing in error #1007402Nico
MemberHi 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,
NicoSeptember 21, 2015 at 12:51 pm in reply to: Search Bar – Closed by Default (at least on mobile)? #1007195Nico
MemberHey 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,
NicoNico
MemberHey 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,
NicoSeptember 21, 2015 at 7:48 am in reply to: Can event organizers also receive an email after successful purchase of a ticket #1007022Nico
MemberHey 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,
NicoNico
MemberHey @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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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/’ for Spanish and ‘http://site.com/event/english-event/’ 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,
NicoSeptember 18, 2015 at 1:09 pm in reply to: Search Bar – Closed by Default (at least on mobile)? #1006572Nico
MemberHi 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,
NicoSeptember 18, 2015 at 9:38 am in reply to: Issue with "preview" button when events cal pro is activated #1006493Nico
MemberHi 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,
NicoNico
MemberHi 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,
NicoSeptember 18, 2015 at 8:19 am in reply to: Can event organizers also receive an email after successful purchase of a ticket #1006454Nico
MemberHi 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 -
AuthorPosts
