Jonah

Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 4,001 total)
  • Author
    Posts
  • in reply to: Pagelines #20961
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Visual Editor misaligned in Event Form #20914
    Jonah
    Participant

    Hi 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

    in reply to: How do you output just the zip code? #20912
    Jonah
    Participant

    Hi 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

    in reply to: Pagelines #20911
    Jonah
    Participant

    Hi 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

    in reply to: events category tooltip color changed back… #20855
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: Fatal Error in Add Event and List Event Pages #20838
    Jonah
    Participant

    Hi 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

    in reply to: Menu and sidebar missing on category pages #20802
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Calendar Title #20799
    Jonah
    Participant

    Hi 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

    in reply to: Widget Issue: Custom banner not displaying after update #20798
    Jonah
    Participant

    Hi 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

    in reply to: Unable to get "my events" to work #20797
    Jonah
    Participant

    Hi Mark,

    Can you please provide a link to your website where you are having the issue so we can take a look?

    Thanks,
    Jonah

    in reply to: Time/Date form elements not lining up horizontally #20796
    Jonah
    Participant

    Hi Craig,

    Glad you got it figured out. Let us know if there’s anything else you need with this.

    – Jonah

    in reply to: How to change "Evil Spammer" text #20795
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Custom Event Attributes #20793
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Left Sidebar Moves Over Event Display #20792
    Jonah
    Participant

    Hi 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

    in reply to: How do you output just the zip code? #20791
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 2,626 through 2,640 (of 4,001 total)