Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi Jessie. That would definitely affect things.
Our plugins use quite a lot of Ajax, and the WordPress Codex states that admin-ajax.php should be used even on the front-end.
What is your reasoning behind disabling access to admin-ajax.php and how are you blocking it?
Cliff
MemberThank you for letting me know it was an issue with Edit Flow not adding &preview=true
I’m glad you got it sorted.
Cliff
MemberThanks for confirming. I looked into this further and this file http://webnprosper.wpengine.com/wp-content/themes/Divi/style.css?ver=4.5.3 is adding a max-width of 100px to each tr and when the browser width is 600px or narrower our tr gets other styling applied and so these two issues are making things not appear nicely.
You may want to use CSS like this:
@media (max-width: 600px) { body.single-tribe_events #content-area table tr, body.single-tribe_events .tribe-event-tickets-plus-meta tr { /* your CSS rules here, possibly needing to alter the selectors above too */ } }You’ll need to determine how you want it displayed and use the CSS for that. Or maybe there’s a Divi option for that min-width rule.
I hope this helped you toward your implementation with your Divi theme. Please let me know if you get everything figured out.
Cliff
MemberThanks for clarifying.
Each event’s address is displayed from /wp-content/plugins/events-calendar-pro/src/views/pro/map/single-event.php
Your solution might be as easy as some CSS:
body.post-type-archive-tribe_events.tribe-events-map .tribe-address br { display: none; }Cliff
MemberYou’re welcome. And thanks again for your patience and understanding.
Cliff
MemberI’m sorry Joseph. I wasn’t clear on what you are wanting, but I think you said you want to hide them, like this.
Here’s some CSS code that can work ok for what you want:
body.single-tribe_events .tribe-events-event-categories, body.single-tribe_events .tribe-venue { display: none; }You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
===
However, to really customize it, please refer to our Themer’s Guide.
Please let me know how it goes for you.
Cliff
MemberI’m glad you got it sorted out. Thanks for letting me know.
June 27, 2016 at 9:53 am in reply to: Error: Warning: key() expects parameter 1 to be array, null given in #1132463Cliff
MemberHi Sheir. Sorry you’re experiencing this.
There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
If it doesn’t, please share your System Information. That will give me a lot of extra information to help diagnose the problem.
Let us know what you find out.
Thanks.
June 27, 2016 at 9:53 am in reply to: Calendar colour changes when I enable Events Calendar PRO #1132462Cliff
MemberHi Steve.
Thanks for the screenshots.
If you provide me a link to your site, I should be able to help you better understand what’s happening.
Cliff
MemberHi. Thanks for the screenshot and system information.
I visited http://www.retiregym.com/event/retiregym-com-opening/ and noticed console errors at your site: http://cl.ly/3G340K0D0u3m –> https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
(If needed, you may reference our KB article Using Google Chrome Developer Tools.)
I believe you need to go to your Google Maps API credentials and either remove your site restriction or correct it for the site you’re using it on.
It should be a fairly easy resolution if you follow that developers.google.com link, above.
Cliff
MemberHi. Thanks for including that link.
I believe the code snippet in that forum post is now outdated.
Trying to point you in the right direction, you may need to override code in /wp-content/plugins/the-events-calendar/src/Tribe/Rewrite.php
You might also be able to accomplish this via an .htaccess customization.
If you need some coding help, you may want to ask your developer or reference our list of known customizers.
June 27, 2016 at 9:32 am in reply to: Widget messes up whole "edit page" view when calendar is used. #1132419Cliff
MemberHi Chad. Thanks for the link to your site.
I noticed a console error at your site: http://cl.ly/0u021n1D0z3c
If needed, you may reference our KB article Using Google Chrome Developer Tools.
===
There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
If it doesn’t, please share your System Information. That will give me a lot of extra information to help diagnose the problem.
===
I’m not sure what “edit page view” is. Could you please explain?
Also, you may be interested in this plugin if you want to use widgets around your calendar.
Cliff
MemberHi V.A.
Sorry you’re experiencing this.
There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
If it doesn’t, please share your System Information. That will give me a lot of extra information to help diagnose the problem.
Let us know what you find out.
Thanks.
Cliff
MemberHi Tobak.
The code snippet at the article you linked to only targets “the-events-” text domains.
Event Tickets (ET) and ET+ have a text domain like “event-tickets”
If you swap that out in the snippet, it may work as you desire.
How to Override Plugin Language Files may be of interest to you as well.
Let me know how things go.
Cliff
MemberThis reply is private.
-
AuthorPosts
