Forum Replies Created
-
AuthorPosts
-
Nico
MemberHey! Thanks so much for the compliment ๐
I’m super stocked to hear we could sort this out! Hopefully the solution was quite simple indeed!
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 project,
NicoNico
MemberThis reply is private.
Nico
MemberHowdy April,
Welcome to our support forums and thanks for reaching out to us! Sorry to hear your site is also being affected by this bug ๐
We changed you license start date, so you can now download previous versions of iCal importer (this won’t affect your license expiry date). Anyway please note that we are releasing a maintenance release (4.2.6) later today (if everything goes as planned), which includes a fix for this issue. So depending on your urgency you might want to wait until 4.2.6 is released. I also linked this thread with the bug report so you will get a heads up when the fix is out.
Sorry for the hassle this bug might caused,
Best,
NicoNico
MemberHi there Mark,
Thanks for getting in touch and sorry to hear about this conflict ๐
Can you please send me a copy of the WP Post PRO plugin (in a private reply)? So I can take a look at this on my test site. Also please let me know how you are using it so I can reproduce the issue as you are seeing it.
Thanks,
NicoAugust 31, 2016 at 9:13 am in reply to: Event Time not Showing Anywhere (Event itself, Calendar or Woocomerce Event) #1158181Nico
MemberHey Daniel,
Thanks for the kind words about our products and support service and for letting us know you could resolve the issue ๐
And thanks for posting the 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,
NicoAugust 31, 2016 at 8:59 am in reply to: Export from The Events Calendar to Events Manager or CSV #1158173Nico
MemberHi there Laura,
Thanks for getting in touch with us, and sorry to hear you are moving away from our products ๐
To export events data you can use default WordPress Export tool as explained in this article โ Using WordPress Export Tools to Migrate Events Content. You can also a third party plugin like WP CSV to do this.
I’m not familiarized with Events Manager plugin, so not sure which importing methods they have available.
Please let me know if I can be of further help,
Best,
NicoPS: if you want to give us some feedback on why you chose to switch event plugins I’d appreciate.
August 31, 2016 at 8:16 am in reply to: How to include Mobile numbers to Attendees Report and Export? #1158140Nico
MemberNo worries on the delay Tac!
Just replace the tribe_inject_phone_column function for this new one:
function tribe_inject_phone_column ( $columns ) {// bail if no tickets column present
if ( !array_key_exists('ticket', $columns) ) return $columns;return array_merge( array_slice ( $columns , 0, 5 ), array('phone' => 'Purchaser Phone' ), array_slice ( $columns , 5 ) );
}
This should place ‘Purchaser Phone’ right after ‘Purchaser Email’ column. Give it a try and let me know,
Best,
NicoAugust 30, 2016 at 5:13 pm in reply to: Eventbrite “Event Image” is not imported to WordPress at its normal size #1157889Nico
MemberHey @sparxoo!
Sorry for the delay in my reply! I find this rather strange actually.
Can you please share your system information with me so I can check if everything looks right on that end? You can do so in a private reply. Or just note which versions of the plugins you are using in the site.
If you are using latest versions, then 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.
Thanks,
NicoNico
MemberThanks for the patience Amir!
So, the issues now are:
When I chose the โmonthโ view I get an error in the text as shown in the image
I’m not seeing this error when I switch my site language to Hebrew and navigate to month view โ https://cloudup.com/cNUUfdZ5cn4
Another place where I get the error (ืฉืืื) is the image view
Not getting the image error either โ https://cloudup.com/cVB7EGeIVc3
Couldn’t find how to translate this string: ‘Share this story, Choose your platform’
The cited string is not part of our plugins, that’s the reason you are not finding it!
Can you please try switching to a default WordPress theme like Tweenty Sixteen and see if the issues are present there as well? Regarding the translations, have you added custom translations to the files or you just downloaded and pasted the translations files from our translation site?
Thanks,
NicoNico
MemberThis reply is private.
Nico
MemberThis reply is private.
Nico
MemberThanks for following up Christine, and for testing this out in 2016 theme! Knowing that the snippet work with the default theme is a step forward to getting this solved ๐
Can you try this modified version of the snippet with your theme?
/* Tribe, insert event website ask enrol link before event content */
function tribe_enrol_link ( ){
echo 'TILMELD';
}add_action( 'tribe_events_single_event_before_the_content', 'tribe_enrol_link');
Hopefully this will help us narrow down what part of the snippet is not working as expected,
Thanks,
NicoNico
MemberHey Eliu,
Thanks for confirming! Stocked to hear you could solve the language 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,
NicoNico
MemberHey Riccardo,
Just wanted to give you a heads-up on this issue. We were unable to reproduce the fatal in three different servers using PHP 7 and 7.0.10, so we are not sure about the issue ๐
Also, I was informed we are supporting PHP 7 and will try to fix any issues that come up, like we do with other bugs!
Can you please try to reproduce this in another PHP 7 server? Maybe a local one?
Thanks,
NicoNico
MemberThis reply is private.
-
AuthorPosts
