Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Mobile Calendar Date ProblemHi,
Thanks for using our plugins. I can help out here.
I can confirm this is an issue.
If you go to this file: src/views/v2/month/mobile-events/mobile-day/day-marker.php
And replace this:
$day_date_datetime = Dates::build_date_object( $day_date )->getTimestamp()With this:
$day_date_obj = Dates::build_date_object( $day_date ); $day_date_datetime = $day_date_obj->getTimestamp() + $day_date_obj->getOffset();That will resolve the issue for now until we can get this in the next release.
Let me know if you have any follow up questions.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Latest update resizes coupon graphics?Thanks for testing.
I also tested on another site that was a fresh install and the snippet worked there too.
So I am not sure why you are having the issue and I am not having it.
You can try manually editing a template in this file:
wp-content/plugins/coupon-creator/src/functions/templates/print-coupon.php
On line 50 change this line:
$couponimage = apply_filters( 'cctor_print_image_url' , $coupon_id, 'print_coupon' );To this:
$couponimage = apply_filters( 'cctor_print_image_url' , $coupon_id, 'full' );That should enable it to use the full size of the image.
Forum: Plugins
In reply to: [Coupon Creator] Category number limitHi,
Thanks for the interest in the Coupon Creator Plugins.
Unfortunately, there is no feature to do as you ask.
It could be possible with a customization, but that is beyond the support I can provide.
Let me know if you have any follow up questions.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Latest update resizes coupon graphics?Hi,
Not sure what the issue is.
Do you have another site to try on?
What about it you create a new coupon with a newly uploaded image, does it work then?
Forum: Plugins
In reply to: [The Events Calendar] Cannot Add New or Edit EventsHi,
Sorry for the issues you are having.
We found the issue that is causing this and working on getting a fix released.
In the mean time if you add the following to your theme’s functions.php and then deactivate and activate The Events Calendar it should fix the issue:
add_filter( 'tribe_events_integrations_should_load_freemius', '__return_false' );Let me know if that works out.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Latest update resizes coupon graphics?Hi,
Not sure what the issue is on your site.
I tested again on another site and when the snippet is added it used the full size image in the print view.
You could try this guide and see if that will help you load the snippet another way.
https://couponcreatorplugin.com/knowledgebase/two-methods-creating-plugin-run-custom-snippets/
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Latest update resizes coupon graphics?Hi,
Thanks for using the Coupon Creator Plugin.
I reviewed this and the coding is working as intended to generate the print coupon at that size. I think at one point I discovered it was not working and fixed it, but that was maybe the the 3.0 release last summer?
Anyway, I came up with this snippet to use the full image size:
https://gist.github.com/jesseeproductions/0e28a3196b8c3e1db3a5b18a12759282
Add that to your theme’s functions.php or where ever you prefer custom snippets to go.
There is also an option in the Pro version to change the image size from the option page.
Cheers
Brian
Makes sense, thanks for the information.
Cheers!
Forum: Plugins
In reply to: [The Events Calendar] I don’t have “Add new” event in my WP adminHi @rogerd202 ,
Unfortunately, it is true we are not able to reproduce the issue. We are not sure what is the combination or coding/settings causing it.
If you could help out and share you system info or a backup of your site using the form linked above that is greatly appreciated.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Didn’t See Add New event optionHi @kabbo508,
To add to was Alaa said.
We are trying to narrow down why this issue is happening, but so far we have been unable to reproduce.
Have you previously activated The Events Calendar on the site before?
If you deactivate and then activate again does it bring in the option to Add Events?
Are you able to check your error logs and see if anything is in them?
Can you try to download the plugin: https://wordpress.org/plugins/the-events-calendar/
Then ftp or another file transfer method to your site?
Finally, Can you please provide your System Info:
Events > Help > System InformationPlease send it through this contact form, ( choose Help Accessing My Account:)
https://theeventscalendar.com/contact/
Add to the Comments or Questions Field:
CC Brian, the link to this thread, and then add the System info under it.I know that is a lot of different things to try, but if at the very least you can do one of those and send the system information that would help us track this down.
Thanks
Brian
Forum: Plugins
In reply to: [The Events Calendar] Nothing Like the DocumentationTo add to was Alaa said.
We are trying to narrow down why this issue is happening, but so far we have been unable to reproduce.
Have you previously activated The Events Calendar on the site before?
If you deactivate and then activate again does it bring in the option to Add Events?
Are you able to check your error logs and see if anything is in them?
Can you try to download the plugin: https://wordpress.org/plugins/the-events-calendar/
Then ftp or another file transfer method to your site?
Finally, Can you please provide your System Info:
Events > Help > System InformationPlease send it through this contact form, ( choose Help Accessing My Account:)
https://theeventscalendar.com/contact/
Add to the Comments or Questions Field:
CC Brian, the link to this thread, and then add the System info under it.I know that is a lot of different things to try, but if at the very least you can do one of those and send the system information that would help us track this down.
Thanks
Brian
Hi everyone,
To add to was Alaa said.
We are trying to narrow down why this issue is happening, but so far we have been unable to reproduce.
Have you previously activated The Events Calendar on the site before?
If you deactivate and then activate again does it bring in the option to Add Events?
Are you able to check your error logs and see if anything is in them?
Can you try to download the plugin: https://wordpress.org/plugins/the-events-calendar/
Then ftp or another file transfer method to your site?
Finally, Can you please provide your System Info:
Events > Help > System InformationPlease send it through this contact form, ( choose Help Accessing My Account:)
https://theeventscalendar.com/contact/
Add to the Comments or Questions Field:
CC Brian, the link to this thread, and then add the System info under it.I know that is a lot of different things to try, but if at the very least you can do one of those and send the system information that would help us track this down.
Thanks
Brian
Forum: Plugins
In reply to: [The Events Calendar] I don’t have “Add new” event in my WP adminSorry for the issues you are having. I can help troubleshoot.
We are trying to narrow down why this issue is happening, but so far we have been unable to reproduce.
Have you previously activated The Events Calendar on the site before?
If you deactivate and then activate again does it bring in the option to Add Events?
Are you able to check your error logs and see if anything is in them?
Can you try to download the plugin: https://wordpress.org/plugins/the-events-calendar/
Then ftp or another file transfer method to your site?
Finally, Can you please provide your System Info:
Events > Help > System InformationPlease send it through this contact form, ( choose Help Accessing My Account:)
https://theeventscalendar.com/contact/
Add to the Comments or Questions Field:
CC Brian, the link to this thread, and then add the System info under it.I know that is a lot of different things to try, but if at the very least you can do one of those and send the system information that would help us track this down.
Thanks
Brian
Thanks Hitendra, not sure that is accurate. Our plugins do not rely on WooCommerce and should work in any order activated. I will review to make sure that is the case, but I could not find any reports of this besides yours here. Thanks for reporting the issue and I will add it to our notes of possible causes.
Forum: Plugins
In reply to: [Event Tickets and Registration] cant set the RSVP amoutHi,
Sorry for the issues you are having. I can help troubleshoot it.
Do you know if you are on a server using LiteSpeed?
Or are you using the New Block “Gutenberg” Editor to create the RSVP?
I have similar reports of this issue, but unable to reproduce.
Can you please share your System Information (copy it from wp-admin > Events > Help > “System Information” section of that page, and then paste it here).
Please review that data before pasting and do not including anything you would not want to be public.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Coupon + Lightbox?Hi,
Thanks for the interest in the Coupon Creator Plugins. I can answer your questions.
There is no pop up in the free version. It could be possible to add it with some custom coding.
The Pro Version does have a pop up and sizes to the print view coupon, which can be changed from the admin.
There are demos here of it:
https://couponcreatorplugin.com/feature-demos/
If you have further questions about Pro please contact me here:
https://couponcreatorplugin.com/contact/
As per WordPress.org guidelines I am not able to support or answer questions about Pro.
Thanks