Brian
Forum Replies Created
-
Forum: Reviews
In reply to: [Coupon Creator] Very poor quality pluginHi,
Sorry for the issues you had with the plugin. I am puzzled though why you did not reach out to us in the support forum to see if we can help?
https://wordpress.org/support/plugin/coupon-creator/
Even a quick glance will show we respond to people with issues and since this is the first time someone has brought up this issue it would have been a benefit to the community if we can narrow down the issue and hopefully resolve it.
Instead no one is helped and the plugin cannot be improved. I encourage you in the future to seek support first and then review based on that interaction. It is impossible to account for everyone’s unique setup and it is a disservice to the community to not seek help.
Anyway, if you do seek support I am not sure what you mean by mess up the search queries, is it removing results? Adding new results?
Let us know in the support forum and we will help out.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Start of Week dayHi,
You can change that with a WordPress setting.
Go to WordPress Settings > General > “Week Starts On”
Then change that to Sunday and the month view will now start on Sunday.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Something cause site extremely slowHi,
Thanks for trying out the Coupon Creator.
I can try to help here.
There is one file loading in the admin for jQuery UI Styling.
The handle for it is jquery-ui-style
You could use wp_dequeue_style to remove it with the above handle at this hook:
admin_enqueue_scripts
https://codex.wordpress.org/Function_Reference/wp_dequeue_style
Thanks
Hi,
Thanks for using the Events Calendar.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
To help you get started once a plugin is producing that error and not showing in your plugin list the options are either to go through your hosting panel to remove the directory or to ftp and remove the directory.
Unfortunately, WordPress does not provide another way to do this.
Forum: Plugins
In reply to: [The Events Calendar] Recurring – See All URL not correct (showing 404)Hi,
Thanks for using the Events Calendar.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Thanks again!
Forum: Plugins
In reply to: [Coupon Creator] Is this PHP7 ready?Hi,
I have been using the Coupon Creator on PHP 7.0.3 without issues.
I had a strange issue with saving of the options in 7.1.4 and was not sure it was PHP causing it or something else. I have it on my list to investigate it further.
However, 7.0.3 should be good to go.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Quick question on functionalityHi,
Thanks for the interest in the Coupon Creator.
I can try to help out here, but not sure what exactly you are trying to do.
The free version found on WordPress.org is a simple plugin to display coupons using a shortcode on a website and present a print view for customers.
It does not have any connection with WooCommerce.
The Pro version has the ability to add custom links per coupon and that would enable you to link directly to affiliate deals.
You can see that and the other features of Pro:
https://couponcreatorplugin.com/products/coupon-creator-feature-list/
If you have further questions about Pro please contact us directly as this is not the best place to answer questions about Pro.
https://couponcreatorplugin.com/contact/
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Coupon Terms Field MissingI am going to mark this resolved.
Looks like the conflict was caused by having Coupon Creator 2.5 and Coupon Creator Pro 2.4 active. Updating Pro to 2.5 looks to resolve the issue.
If someone continues to have an issue in Pro please contact us using the support system:
https://couponcreatorplugin.com/support/contact/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] problems with pro versionHi,
Thanks for using the Events Calendar.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Thanks again!
Forum: Plugins
In reply to: [Coupon Creator] Coupon Terms Field MissingHi,
It looks like you are using the Pro version, correct?
If so please contact support through:
https://couponcreatorplugin.com/support/contact/
We are unable to support the Pro features on WordPress.org.
As for the next step before contacting us on the Pro site can you try changing the Coupon Template from Default to Image and then back to default and see if that shows the field.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Coupon Terms Field MissingHi,
Thanks for using the Coupon Creator.
I can help out.
I took a look and I see both fields.
The deal starts with $1.00 OFF
And the terms has the image of the fish.
Do you see both of those on the frontend and in the admin?
Let me know.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Coupons not displayingDid you try any of the suggestions above?
Also, the shortcodes are not being processed at all. So where ever you put this code:
add_filter(‘widget_text’, ‘do_shortcode’);Is not working and I would look to move it somewhere else. Maybe even in a custom plugin might do it.
Forum: Plugins
In reply to: [Coupon Creator] Coupons not displayingHi,
You can try looking for another plugin and testing that out.
https://wordpress.org/plugins/search/shortcode/
That will help narrow down if it is the plugin or something in your theme.
I believe the shortcode filter is not working where it is currently placed.
Another option is to use this plugin, which creates a new widget that shortcodes work in: https://wordpress.org/plugins/shortcode-widget/
Forum: Plugins
In reply to: [Coupon Creator] Coupons not displayingHi,
Thanks for trying out the Coupon Creator. I can help out here.
It looks like the shortcode is wrapped in a link, if you remove the link does it work?
Also, do other shortcodes work here?
Let me know.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Deal Background Colour Doesn’t PrintHi,
Glad you like it.
I tested and in Prints in Chrome, but I think that might be the only one that supports that css for now.
Hopefully one day the rest do!