Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [Coupon Creator] Fatal error messge on the plugin setting pageHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
Looks like another plugin or theme might be using the browser class and that property is private causing the issue.
I will see about getting a fix so we only use our version of the class to prevent this.
In the mean time you could use the 2.4 version of the plugin that does not have this issue:
https://downloads.wordpress.org/plugin/coupon-creator.2.4.zip
Let me know if you have any follow up questions.
Thanks
Forum: Reviews
In reply to: [Coupon Creator] Works greatCheers, thanks!
Forum: Plugins
In reply to: [The Events Calendar] Week start on Sunday instead of MondayHi,
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: Reviews
In reply to: [Coupon Creator] Not so many FunctionalityThanks for trying it out the Coupon Creator.
The free version never claims to have the features you currently have on your site so I do not see how it would ever be able to replace it.
We appreciate if you would provide a review on the actual features of the plugin and not what you wish them to be. It helps everyone in the community that way.
Thanks again and good luck.
Cheers.
Forum: Plugins
In reply to: [The Events Calendar] Calendar is totally missingHi cedesigns,
I also took a look at your site and I am able to see the entire Calendar.
Did you find a solution?
If you still need help and not on Genesis please create a new thread.
It will be appreciated 🙂
Forum: Plugins
In reply to: [The Events Calendar] Calendar is totally missingHi Barbra,
Thanks for using the Events Calendar plugins I can help out here.
Looks like you are using Genesis and if you have some of the settings for archives in a certain way it prevents the calendar from showing.
We have this guide that can help either change your settings or add a snippet to help:
https://theeventscalendar.com/knowledgebase/genesis-theme-framework-integration/
Let us know how that works out.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Subscription User CouponsHi,
Thanks for the interest in our plugins.
There is currently not a feature to do as you describe.
If you would like to suggest it as a feature please fill out our Feature Request Form here:
https://couponcreatorplugin.com/new-feature-suggestions/
Cheers
Forum: Plugins
In reply to: [Coupon Creator] CSS File ErrorHi,
Thanks for using the Coupon Creator Plugins.
For the most part we only support the latest released version of the plugins and can only support Pro from our website:
https://couponcreatorplugin.com/support/contact/
Having said that I am not sure it is an issue with the latest version the coding is pretty similar there with only some minor modifications. It maybe because you are using a Windows Server.
You could try modifying the file here in the core version:
coupon-creator\public\template-functions\cctor-function-meta.php
And removing this:
?<?php echo esc_attr($cctor_style); ?>
That should prevent the issue you are having.
Thanks again!
Forum: Plugins
In reply to: [Coupon Creator] Coupon Creator could not been activated due to fatal errorGreat! Glad it is resolved.
Forum: Plugins
In reply to: [Coupon Creator] Coupon Creator could not been activated due to fatal errorHi,
Sorry for the issues you are having. I can help out.
Did you add the plugin from the Plugins page on your site?
Or from a zip file and upload it?
It looks like that file is corrupted for you, whatever your source is.
I am looking at the source code and I do not see how the error you are getting would happen on the standard file. I would expect if this was coming from the plugin and not a corrupted file it would have been brought up already.
Can you ftp into your site and remove the Coupon Creator from the plugins directory and upload a new version from WordPress.org and see where that gets you.
Also, this does not sound good:
When the plugin was disabled by Bluehost support (after finding it didn’t let the database work well)
Do you have any more information on that, that is something I would like to fix if you can provide more details.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] CSV import broken with version 4.6.1Hi,
I am not sure what changed, but I got your CSV import to work with one modification.
I changed the dates to use dashes to separate the dates so this:
23-06-2017
That is the format for using international little-endian format per our instructions under Field Types and Date:
https://theeventscalendar.com/knowledgebase/csv-files-options-and-examples/#field-types
If you use that format does it work for you?
Forum: Plugins
In reply to: [Coupon Creator] Questions with front end submit and listingHi,
Try lowercase:
default
image
Forum: Plugins
In reply to: [Coupon Creator] Questions with front end submit and listingHi,
Thanks for using the Coupon Creator. I can try to help out here, but limited in supporting the existing features for the most part.
There are types of coupons so the regular coupon is default and the Image is image.
That id should go into this custom field: cctor_coupon_type
As for the coupon image itself that is saved to this field as an ID:
cctor_image
The ID is the media upload ID generated when uploaded to the site.
Unfortunately, I do not know anything about Visual Composer and not sure what can be done there.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Open print window in modal or popup windowHi,
There is no setting to change it, but it could be done using this filter:
cctor_inner_content_wrap
And making your own version of this function:
cctor_return_inner_coupon_wrap
Forum: Plugins
In reply to: [Coupon Creator] Open print window in modal or popup windowHi,
Thanks for using the Coupon Creator.
It is possible to display a Coupon in a Pop Up for the Print View.
It is a feature of the Pro version.
This video shows how it works:
https://couponcreatorplugin.com/knowledgebase/how-to-open-the-print-template-in-a-pop-up-box/
There are some examples of it on this page:
https://couponcreatorplugin.com/feature-demos/
Cheers