Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [Coupon Creator] All Text Is UnderlinedGreat, glad you figured it out. That was going to be my suggestion.
Forum: Plugins
In reply to: [Coupon Creator] Deal Background Colour Doesn’t PrintHi Again,
For the most part background colors do not print.
There is some css to try to print it in some browsers, but it does not work in all.
What browser are you using?
Forum: Plugins
In reply to: [Coupon Creator] Title Doesn’t Show On Web – OK in Print ViewHi,
Thanks for trying out the Coupon Creator.
I took a look at the link and found your theme css is hiding the terms field.
Try adding this css:
.cctor_coupon_content h3 { display:block; }To here:
Coupons > Options > Display Tab > Custom Coupon Styles
And that should bring it back.
Let me know how that works out.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Front-end submission?Hi,
Thanks for your interest in the Coupon Creator.
There is no feature for front end submissions so we are unable to support it.
You could use something like Contact Form 7 to get submissions and then enter them yourselves.
Or you could use Gravity Forms to enable submission and creation of the Coupons.
This documentation has the custom fields to create with the form:
https://couponcreatorplugin.com/support/documentation/
And you will need Gravity Forms and this plugin to create the custom post type ( cctor_coupon )
https://wordpress.org/plugins/gravity-forms-custom-post-types/
There is other Form Plugins that might do the same, I am more familiar with Gravity Forms so I suggested it.
I can try to answer a couple follow up questions, but not much support after that.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Were in the database is the coupon fieldsHi,
Thanks for trying out the Coupon Creator. Sorry for the delay.
The Coupon Creator does not have direct support for Multisite or features to get coupons from other sites so it best to Activate on each individual site and not network activated.
As for some documentation the coupons are a custom post type cctor_coupon and the data is all in custom fields.
You can find some documentation about all the fields:
https://couponcreatorplugin.com/support/documentation/
To get coupons from different site you could use the switch to blog to create a WordPress query to get from more then one site:
https://codex.wordpress.org/WPMU_Functions/switch_to_blog
Let me know if you have any follow up questions.
Please note I am out for the most part this week and it might take me until next week to get back to you, but hopefully sooner.
Cheers
- This reply was modified 9 years, 2 months ago by Brian.
Forum: Plugins
In reply to: [Coupon Creator] Admins cant create couponsHi,
Thanks for trying out the Coupon Creator. Sorry for the delay.
The Coupon Creator does not have direct support for Multisite as a Network Activated plugin. It should work correctly if activated on each individual site.
Since there are no features specifically for Multisite that is currently how it is setup.
Let me know if you have any follow up questions.
Please note I am out for the most part this week and it might take me until next week to get back to you, but hopefully sooner.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Complete Breakdown of Events CalendarHi,
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/
Having said that, deleting and reinstalling the plugins does not delete any events or event events settings.
It is always a good idea to backup before doing that, but there is nothing in the coding that will go in and delete that data on our end.
Thanks again!
- This reply was modified 9 years, 3 months ago by Brian.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar PRO Footer OverlapHi,
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: [The Events Calendar] Editing event breaks Eventbrite syncHi,
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] Show Expiration DateHi,
Thanks for using the Coupon Creator.
I can try to help out here.
There are two hooks you can use to get the expiration to show for image coupons:
cctor_print_template_functionscctor_shortcode_template_functionsYou could use that to display the contents of the first function here: ( cctor_show_expiration )
That will take a bit of programming to get work,but that is beyond the support I can provide.
There is also a snippet for Pro users that does the same thing:
https://couponcreatorplugin.com/knowledgebase/show-expiration-date-pro-image-coupons/
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Recurring events wrong datesHi,
Sorry is was late and I was not very specific.
On Event Tickets Plus Product Page we have this message:
Please note that at this time, Event Tickets Plus will NOT support tickets for recurring events. Please keep this in mind before making your purchase.
https://theeventscalendar.com/product/wordpress-event-tickets-plus/
And in the admin when you create a new ticket the message is two fields up from Save Ticket:
Selling tickets for recurring events – (this part is opened by the question mark )Currently, tickets will only show up on the frontend once per full event. For PRO users this means the same ticket will appear across all events in the series. Please configure your events accordingly.
If you believe our product features as they stand are not going to work for you we do have a refund policy:
https://theeventscalendar.com/knowledgebase/refund-policy/
If you have further questions please bring them to our premium forums:
https://theeventscalendar.com/support/forums/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Recurring events wrong datesHi,
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/
Having said that current recurring events and tickets work as you describe with all the tickets for the initial event and not per event. You will notice a warning on the product page of your site and in the text box in the admin about how this works. On our roadmap for the next release is to upgrade our recurring events and then in a following release support tickets for individual recurring events.
Thanks again!
Forum: Reviews
In reply to: [The Events Calendar] Month View footer showing code rather than renderingThat coding controls the Month View ToolTips and would disable them if you take it out.
Can you prevent W3 from trying to minify the script and just combine it?
Forum: Reviews
In reply to: [The Events Calendar] Month View footer showing code rather than renderingHi,
Do you have W3 Super Cache or something else minifying javascript? That tends to create this issue.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] nothing on eventsHi,
Thanks for using our plugins. I can help out here.
What theme are you using?
If you have a theme setting set to show the archives as excerpt that is the typical result.
Let us know the theme and we should be able to suggest a solution.
Cheers