Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [Coupon Creator] Initial observationsHi,
Thanks for the interest in the Coupon Creator Plugins.
Per WordPress Guidelines the forums are for support of the Coupon Creator.
So I will answer your questions, but for follow ups on the premium features please use the contact form here:
https://couponcreatorplugin.com/contact/The Pro version does have a counter, it counts up to a limit. it does not display remaining coupon usage.
For the coupons here: https://i.imgur.com/k2iKgmI.png
That looks like a list of WooCommerce Coupons. That is not being generated by the Coupon Creator. So, I am not sure where that is coming from as usually the Coupons are under the WooCommerce heading.
The WooCommerce feature is still part of the Add-ons plugin.
Thanks for the bug report on the options displayed twice, I will have that fixed in the next release.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Responsive Display, only 2 coupons wide, can I do 3?Hi,
Thanks for using our plugins. I can help out here.
It is hard to say why 3 coupons will not fit into a row without seeing it live.
The free version does not have a feature to display coupons in any kind of rows so I am limited in supporting trying to get that working.
I am happy to take a look and make a recommendation though.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Images blurry at actual sizeHi,
Thanks for using the Coupon Creator, I can help out.
I looked at the site and there appeared to be some css forcing the height of the images.
If you like to keep that larger size you could change the size of the coupons in the free version there is a filter.
cctor_img_sizeFound in this file:
coupon-creator/src/Cctor/Images.phpYou can change the width of the single size from 300.
Then use a plugin such as regenerate thumbnails to get the existing coupons to use the new image sizes.
Forum: Plugins
In reply to: [Coupon Creator] Basic template helpHi,
Thanks for using the Coupon Creator Pro.
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://couponcreatorplugin.com/support/contact/
Having said that and to help you get started, if you use the Default coupon and add the coupon image into the content. Then underneath the image in the visual editor you may add any text you like.
Thanks again!
Forum: Plugins
In reply to: [Coupon Creator] Nonprofit discountHi,
Thanks for the interest in our plugins.
For questions about the premium plugins for the most part should be done our our website:
https://couponcreatorplugin.com/contact/
The WordPress.org forums are for support of the Coupon Creator only.
But to answer you question, I do not have any discounts or coupons for the plugins.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Can not assign Default StylesHi,
Yep all the Options under the Defaults tab are for new coupons only.
There is no feature to change all the coupons at once.
The only way to style all the coupons the same, would be through css.
Forum: Plugins
In reply to: [Coupon Creator] Can not assign Default StylesHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
I am not able to reproduce the issue in the Options Page or individual coupon editor.
But to clarify.
Are you saying the individual coupon editor is working, but not the Coupon Options ?
Do you see any errors on the page?
Can you test for Javascript errors:
https://couponcreatorplugin.com/knowledgebase/troubleshooting-javascript-errors/Let me know what you find out and we can go from here.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Divi ThemeHi,
Thanks for the interest in the plugins.
The Coupons are all displayed using shortcodes.
Although I have not tested with Divi myself I know that other people have used the plugin without issue in it.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] StatisticsHi,
Thanks for the interest in the Coupon Creator Plugins.
The free version does not have any tracking.
The Pro version has the ability to track coupon clicks to the print view.
It does not track printing as there is no reliable way to do that.
The tracked clicks are available in the coupon admin list and the individual coupons in the editor.
If you have any more questions about Pro features please contact me on the site:
https://couponcreatorplugin.com/contact/
Cheers
Hi @remotelychris,
I was working on trying to resolve this issue in the Events Calendar.
I have a temporary fix to prevent this plugin from loading select2 on single events editor.
https://gist.github.com/jesseeproductions/9dfea57be5bc3dd3b87bca2c192b90f5
Add that to your theme’s function.php or your preferred place to add custom coding.
From my tests it resolves the issue.
Let us know if it works for you.
Forum: Plugins
In reply to: [The Events Calendar] jQuery conflictThat is correct we only load the version of jQuery that ships with WordPress.
We do not ship a different version with out plugin. ( we do ship some jQuery css files )
We do ship with a version of tooltipster.
Maybe that is causing the conflict?
This is what we ship with in the latest version:
https://plugins.trac.wordpress.org/browser/the-events-calendar/tags/5.2.0/common/vendor/tooltipster/tooltipster.main.min.jsForum: Plugins
In reply to: [Coupon Creator] Plugin vulnerabilityHi @gmr1970 ,
As James said, the issue was brought to my attention a month ago and resolved immediately with Coupon Creator 3.1.1.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Print View not displaying couponsOk, but for reference this can be disabled from the admin for Coupons.
Go to Smush > Dashboard > Lazy Load > Include/Exclude
Then disable for Coupons – cctor_coupon
From my tests it brought the image back in the print view.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Print View not displaying couponsHi looks like it is coming from the wp-smushit plugin.
Forum: Plugins
In reply to: [Coupon Creator] Print View not displaying couponsHi,
Thanks for trying out the Coupon Creator.
Sorry for the late reply.
I took a look and it looks like there is a lazy load script on images.
But the print view does not have the header and footer hooks so the script is not there to process and load the image.
Is it possible to disable that lazy loading?
As for having both text and image. The free version you can add the html markup for an image in the standard coupon. In the Pro version that field is a visual editor and images can be added there.
Let me know about the lazy loading script and we can see able resolving it.
Thanks