Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Rachel,
I’m checking with another developer on this. Can you confirm that this behavior does not also happen with our plugins deactivated? If so, can you please send us WP admin credentials to pro [at] tri [dot] be and give us instructions on how to recreate the problem.
Thanks,
JonahJonah
ParticipantHi Michelle,
I don’t know exactly what’s causing this issue but my inclination is that it is something with either your theme or another plugin conflicting. Have you tried reverting to the Twenty Eleven theme and/or deactivating all other plugins to see if this helps? I don’t think it’s the lack of the bubble div because this is not in place for the visual editor on my test site…
– Jonah
Jonah
ParticipantHi Tony,
I’m no PHP expert but $postcode is not an array so I don’t think you can reference $postcode[‘id’] like that. $postcode is just a plain variable and you are assigning it the value of tribe_get_zip() so it’s just going to be the zip code, not an array. Does that help?
– Jonah
Jonah
ParticipantHi Rachel,
I’m still not seeing the issue. If I look at your home page in Chrome and click through the mini calendar, everything looks/works fine. Am I looking in the right place?
– Jonah
Jonah
ParticipantHi Terri,
You should really never use !important in CSS because it trumps all other CSS and disrupts the normal cascade. Admittedly, we do use !important rules in our plugins CSS but we have these set to be removed in a future release.
My suggestion, remove all instances of !important, particularly related to this issue with the tooltips.
What appears to be the problem now is that in your theme’s style.css file on line 96 you have:
.tribe-events-tooltip .tribe-events-event-title {
color:
white!important;
background-color:
#C00!important;
}
…so that applying the red to everything, no matter what because of the !important. So, remove the !important there and see if that helps.Cheers,
– JonahJonah
ParticipantHi Christopher,
Sorry for the delay in getting to this. It looks like it’s something with your theme since the error is related to one of your theme files. I would suggest contacting the theme developer and getting support from them. Unfortunately we don’t have anyone internally that can help you with this.
Good luck!
– Jonah
Jonah
ParticipantHi Genesis,
No guarantees I can completely help you with this but if you send me some template files I’ll see what I can do. Please email to pro [at] tri [dot] be and reference this thread.
Thanks,
JonahJonah
ParticipantHi Simon,
It’s something you’re going to need to change in your theme templates. If you follow the link Rob provided I made a lengthy comment on what can be done about this: https://theeventscalendar.com/support/forums/topic/calendar-page-title-shows-title-of-an-event-and-wont-change/#post-19270
I hope that helps!
– Jonah
June 18, 2012 at 11:19 am in reply to: Widget Issue: Custom banner not displaying after update #20798Jonah
ParticipantHi Vanessa, it’s very likely the previous designer did not take into account all the Special Pages or the proper code for the event related pages within the Special Pages. Is this something they coded or how/where is the Special Pages list coming from? I would need to look at that code to know more… I would suggest getting in touch with your designer or hire a developer to help you with this. It’s more of a custom coded feature that goes outside what we can really help with.
Good luck!
– Jonah
Jonah
ParticipantHi Mark,
Can you please provide a link to your website where you are having the issue so we can take a look?
Thanks,
JonahJonah
ParticipantHi Craig,
Glad you got it figured out. Let us know if there’s anything else you need with this.
– Jonah
Jonah
ParticipantHi Beth,
The easiest and best way to change the wording is going to be by editing the language files. If you take a look at our FAQ, we’ve got some good instructions on how to do this: https://theeventscalendar.com/faq/can-i-change-the-language-that-the-content-of-my-calendar-appears-in-on-the-site/
… just make sure you are editing the Community Events lang files and not the main plugin 🙂
Let me know if you need any other help with this.
Cheers,
JonahJonah
ParticipantHi Chris,
I doubt it, URL is not really a common field on it’s own for a custom field and a text field is all that’s needed. Feel free to cast your vote for that though in this thread: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/
Cheers,
JonahJonah
ParticipantHi Michael,
This is not really an issue, more of something that needs to be adjusted in your theme to achieve the proper layout on various pages. One thing you may want to try first is changing the Events Template setting in Settings > The Events Calendar > Template to something other than what it is now.
If that doesn’t do it then the fix is a little more complicated and you’ll need to hire a developer to help you with modifying the PHP / CSS to get the layouts corrected.
I hope that helps!
– Jonah
Jonah
ParticipantHi Tony,
Instead of $postId try get_the_ID() or just leave it blank. Let me know whether or not that works and maybe post some code next time? We don’t have good code pasting abilities here but pastie.org / pastebin.com or gist.github.com are good options.
Thanks,
Jonah -
AuthorPosts
