Forum Replies Created
-
AuthorPosts
-
July 21, 2014 at 6:29 am in reply to: calendar-widget-admin.js loading over http instead of https #470373
matthewdenton
MemberExcellent!
Thanks again for notifying us of this issue! We’ll update this thread when the fix is included in an upcoming release.
Until than let us know if there are any other issues questions we can help you with. Also if you have a minute or two we would love it if you could say a few words about our plugin here :http://m.tri.be/lo
– Matthew
matthewdenton
MemberHi, Thanks for sharing your code where do you have this currently. Where it should go in your theme depends on where you want it in your site. I would suggest that you start by creating a custom page template file in your theme. You can create a new page in draft mode that uses that page template and you can test your changes until you have it working as desired.
I hope the above helps. We can’t support making customizations but if you have further questions on the template tags please let us know and make sure to look at the Themer’s Guide listed above it has lots of tips and helpful information.
– Matthew
matthewdenton
MemberHi! Good news is much like the ticket email we have built in some filters that enable you to modify the message. The below sample shows how you can remove the text from the email altogether but if desired you could put in additional content as well.
function custom_remove_edd_message( $message) {
return '';
}
add_filter( 'eddtickets_email_message', 'custom_remove_edd_message' );This snippet should also be added to your theme’s functions.php file.
– Matthew
July 17, 2014 at 6:13 pm in reply to: calendar-widget-admin.js loading over http instead of https #434948matthewdenton
MemberHi, I’m not sure what the timeline would be to make this change to our code base. It needs to be prioritized with other items currently in the queue. In the mean time you may want to look into some WP Plugins that force SSL on enqueued scripts.
http://shop.webaware.com.au/downloads/ssl-insecure-content-fixer/
http://wordpress.org/plugins/wordpress-https/
We don’t endorse or support any of these, however I wanted to bring these to your attention as they may be able to resolve your issue until we get the plugin updated.
Thanks again for bringing this to our attention.
– Matthew
matthewdenton
MemberThanks Andreas,
Just to be completely open, I’m not sure what release this change will get implemented in. Do you have any concerns with Debug being disabled on your site? Are you comfortable with me closing this thread out with the understanding that we are aware of the issue and are lining it up for a future release of our plugins?
– Matthew
matthewdenton
MemberHi, Sorry to hear you are experiencing additional issues.
Can you visit the Permalink Settings page, confirm everything there is correct and hit update? That might help to refresh to rewrite rules table. With that done, see if the page is accessible as expected, and let me know if the issue persists.
Thank you,
– Matthew
matthewdenton
MemberHi, Thanks again for considering our Event Calendar plugins. I hope I was able to answer your question. If you have any additional questions feel free to reach back out to us here on the forums.
– Matthew
matthewdenton
MemberGreat! I think, can you confirm for my peace of mind that the issue with the sidebar widgets has been resolved when <i>Events Calendar PRO </i> is enabled? Or do you still have that issue?
Thanks in advance,
– Matthew
matthewdenton
MemberHi!
Sorry to hear you are having additional issues. Can you please outline for me the extent of the issues you are facing.
- If you disable Eventbrite Tickets does your events display?
- Can you edit/view events from the WP Admin screen
- Can you view the Events Calendar at the /events/ urls or your own customized event slug?
Thanks for your assistance,
– Matthew
matthewdenton
MemberHi,
The effort to customize this functionality into a Widget might not be worth the time. I’d recommend using template tags to build out your desired view. You can still build out the theme changes as a child theme or included file so that you can re-use the code on other sites or pages within your site.
– Matthew
matthewdenton
MemberHi:
Thank you for taking the time to bring this issue to our attention. I’ve raised a ticket on this to our development team to see about updating the code. However in the mean time you can remove these messages by changing your php.ini settings for error_report to E_ALL & ~E_DEPRECATED & ~E_STRICT.
Please let me know if this resolves your issue,
– Matthew
matthewdenton
MemberHi!
I’m glad I was able to answer your question. We don’t support customization requests in the forums. However if you are looking to have your events layout horizontally you may want to look at floating the events. Also you could look at the css for the sample site you sent us they do a horizontal display and could give you a starting point to work from.
Thanks,
– Matthew
matthewdenton
MemberHi,
Thanks for taking the time to reach out to us here on the forums. In the EDD Tickets plugin we use an action hook to send the ticket emails. To disable them you need to remove the action hook in your theme’s functions.php file using the following snippet:
remove_action( 'eddtickets-send-tickets-email', array( 'TribeEDDTicketsEmail', 'trigger' ) );Please let me know if this works for you or if you have any follow-up questions.
– Matthew
matthewdenton
MemberHi,
Thanks for reaching out to us with your question. You can find past order information under the “Account Central” > “Order History” menu on our website.
Please let me know if this gives you the details you need on the invoice, or if you are looking for different details.
– Matthew
matthewdenton
MemberHi!
Thanks for the feedback!. If possible can you go to our User Voice page and enter your enhancements? We regularly review the items detailed by our users and actively work to integrate suggestions into upcoming release.
Thanks for using our plugin and the great ideas for making it better,
– Matthew
-
AuthorPosts
