Forum Replies Created
-
AuthorPosts
-
Nico
MemberThis reply is private.
Nico
MemberThis reply is private.
June 3, 2016 at 8:52 am in reply to: Inserting a “header block” in Month View of the Calendar using Avada styling? #1122206Nico
MemberThanks for the heads-up James! Really stocked to hear the snippet worked like a charm 🙂
I was not sure if this was what you were looking for but glad it was!
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.
Have a great weekend,
NicoJune 3, 2016 at 8:35 am in reply to: Events page theme title same as uncategorized blog post #1122183Nico
MemberThis reply is private.
Nico
MemberThanks for following up!
Editing the core files is never a good idea. Off the top of my head I guess setting a higher priority in your filter might work. Something like:
add_filter( 'gmaps_gmpt_form_before_posts_query', 'gmw_filer_global_maps', 100 );
If this doesn’t work as expected you can use the filter tribe_events_query_posts_orderby to change the SQL that will be added to define order -line 702 the-events-calendar/src/Tribe/Query.php.
Please let me know about it,
Best,
NicoNico
MemberThanks for following up Kelly!
It’s not possible to remove the organizer part of the URL. You can change that for something else if you would like, maybe org or other word.
Please let me know if this works for you and I’ll prepare a snippet to do so,
Best,
NicoNico
MemberHey @nnyorker,
Thanks for reaching out to us! Seems to be a simple depth issue, I can help you fixing this 🙂
Just add this snippet to your theme stylesheet or via Simple Custom CSS plugin:
.datepicker.dropdown-menu {
z-index: 100!important;
}
Please let me know if it works for you,
Best,
NicoNico
MemberHi Federico,
Thanks for getting in touch! I’ll help you here…
Unfortunately there’s no easy way of achieving this without a snippet, other than using the past events URLs as you figured out already. But you can create redirects to have nicer links! Check out this plugin: Simple 301 redirects → let’s you create the URL http://crearte-studio.com/calendario/lista/past and redirect it to http://crearte-studio.com/calendario/lista/?tribe_paged=1&tribe_event_display=past.
Do you think this might work for you?
Best,
NicoNico
MemberHi James,
Thanks for reaching out to us! Let’s see what’s going on here…
I have an issue with both plugins doing their own filtering on the query, which results in the ‘as EventStartDate’ which I believe is added by Events Calendar not being added, resulting in the query crashing when it later tries to order by ‘EventStartDate’.
Can you please let me know which query are you referring to? If you can share the query code ti would be great!
Thanks,
NicoJune 2, 2016 at 1:13 pm in reply to: Inserting a “header block” in Month View of the Calendar using Avada styling? #1121823Nico
MemberHi James,
Thanks for touching base! I’ll help you here…
I’m wondering if there is a way to put a header “block” on to the calendar month view only, not have it show in single events.
I’m not sure about this, by header block you mean HTML content? If this is the case, then the snippet below should do the trick:
/* Add some custom content before month view */
function maybe_add_content ( ) {if ( ! tribe_is_month() ) return;
echo 'Hello month view!';
}add_action('tribe_events_before_template', 'maybe_add_content');
You’ll need to paste the code in your child theme’s functions.php file.
Please let me know if this answers your question,
Best,
NicoNico
MemberHi Kelly,
Thanks for reaching out to us! I can help you here…
You can change the organizer slug by opening an organizer in the back end and changing the field under tittle box: https://cloudup.com/c8grTv7YCh6
Once you change that be sure to Update the organizer. That should let you change the URL of each of them.
I’m not sure about the above, looks like something is failing there. Please send me a screenshot if this comes up!
Best,
NicoNico
MemberHowdy Demien,
Welcome to our support forums and thanks for reaching out to us. I’ll help you getting this right!
First of all let me start by saying this is a pretty odd behaviour! I could verify it’s exclusive of month view grid and could also see that event the feed is working as expected. Let’s try the following:
- Try de-activating PRO and create a new non recurrent event in the future. Does it show up in month view? If you re-activate PRO? (If this doesn’t work leave the event you created for testing and try to see if it shows with any of the other steps).
- Go to WP-Admin > Events > Settings > Display and un-check the options: ‘Recurring event instances’ and ‘Include events in main blog loop’. Save Changes. Also un-check ‘Enable the Month View Cache’ under the Display tab. Save Changes. Re-test.
- Do you have a different test server to make a parallel test? Maybe just a local one?
Please let me know if the above yields any result,
Best,
NicoJune 2, 2016 at 9:04 am in reply to: Recurring event iCal export link doesn't generate recurring calendar event #1121645Nico
MemberHey Joshua,
Thanks for the follow-up and patience! I think I discovered why we are not seeing the same thing.
It’s all about a setting: Recurring event instances (Events > Settings > General). If this option is enabled then the script won’t work as intended, but if it’s unchecked it should work.
I created a snippet to get the IDs “manually”:
https://gist.github.com/niconerd/0d9f3ad446e8ab1556a83892ca8113d5
But if the option is not checked it fails anyway.
Can you give this a try (I mean disable that option and check if the original snippet works after)? This is definitively a bug we will get sorted but before logging it I just want to make sure my theory is right.
Thanks a lot and sorry for the hassle here,
Best,
NicoNico
MemberHey Mateusz,
Thanks for reaching out to us and sorry to hear about the issues you are experiencing! I’ll help you getting them right…
Recently I have installed a new theme (final) and I don’t see the content of the event of organizer (in the source it’s not loaded, but there is no timeout or anything just empty Events Calendar container), just ajax loader. Browsing the events via map or list works and I can see them. I have tried different page themes, nothing works. I don’t know where to search for the root cause.
Can you please follow-up with the new theme name you are using and the URL to see the site? If you could also list the URLs for the views that are not working it would be great 🙂
Thanks,
NicoNico
MemberHey Liam,
Thanks for reaching out to us and for your interest in our plugins!
First of all please take a look at Licenses for multisites knowledgebase article. Basically the answers is yes, but there are some caveats:
If you only want to use our plugin on a handful of subsites (10 or fewer) and are willing to perform *manual updates*, then you do not need a multisite license. In this case you can purchase a Personal license (for 1 subsite), Business license (for 2-3 subsites) or an Agency license (for 4-10 subsites).
Note: If you use a Personal, Business, or Agency License for a site on a Multitsite Network, you may see a Disconnection notice in your account on this site when you log in and go to My Account –> License Keys. You can ignore this. We are working to improve this messaging and functionality.
Please let me know if you still have questions on this,
Best,
Nico -
AuthorPosts
