Jonah

Forum Replies Created

Viewing 15 posts - 751 through 765 (of 4,001 total)
  • Author
    Posts
  • in reply to: Publish events from WP to FB Events #46626
    Jonah
    Participant

    Hi Mike,

    We don’t have any official plans to add this functionality unfortunately. The only thing I can offer or suggest is to request this (or look for an already added request) on our http://tribe.uservoice.com/ page.

    Sorry I don’t have more to offer.

    in reply to: Rearrange single event page #46625
    Jonah
    Participant

    Hi molitordesigns,

    I’m not clear on what you’re trying to do or how you’ve done what’s already there. Can you give me some more specific examples?

    in reply to: displaying all events #46615
    Jonah
    Participant

    Hi storlihoel,

    In order to achieve this you would need to setup a custom query somewhere like in an include or custom page template. We have a function to query events, you can read the documentation here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events – you can also build a custom query using WP_Query as exampled here: https://gist.github.com/jo-snips/5112025

    I hope that helps!

    in reply to: list.php displaying past events #46614
    Jonah
    Participant

    Hi storlihoel,

    Can you give me some more specific examples?

    in reply to: Shortcodes? #46613
    Jonah
    Participant

    Hi Heinz,

    Unfortunately we do not have any shortcodes. You will need to either use our events list widget or build your own with a custom query. Have you tried the list widget?

    Does that help?

    in reply to: Event Title in Search Results #46558
    Jonah
    Participant

    events.css is as you may know, the stylesheet loaded for styling in our plugin. You can override this by placing a copy in an ‘events’ folder in your theme and add any changes you like (like the above), but I don’t think this is the best approach because when we update the plugin and add styles, those styles will not get loaded into your customized events.css since the plugin will use your version and not the plugins with the new changes. You would need to manually figure out what’s been added/changed and merge that into your customized events.css, which I think would be more work. Instead, you can place customizations that apply to our plugin (but that don’t really apply to our plugin in this case because this is an issue with the way your theme is applying styles to the results in the search list, not applying them to events) in your theme’s style.css where general theme/appearance styling should go anyway.

    Hopefully that clarifies things for you, but please let me know if you have other questions.

    in reply to: Recurring events for classes – class 1, 2, 3, etc #46552
    Jonah
    Participant

    You’re welcome, let me know if you need any more help with this.

    in reply to: Event Title in Search Results #46551
    Jonah
    Participant

    Hey rcstribe,

    It’s more of a theme CSS styling issue than something related to our plugin, and in my opinion it’s better maintained keeping CSS customizations whether they relate to our plugin or not, in your theme’s style.css

    I’m glad you’re happy with the support! We’re happy helping! If you feel inspired, we’d sure appreciate a rating/review here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar

    Thanks,
    Jonah

    in reply to: Customise country list? #46549
    Jonah
    Participant

    Hi Jon,

    Do you have the Pro plugin activated?

    in reply to: Recurring events for classes – class 1, 2, 3, etc #46548
    Jonah
    Participant

    Hi Macy,

    For the second option, make sure you are adding the code properly, i.e. before any closing PHP tags or if added after a closing PHP tag, make sure to re-open PHP…

    For the first option, you would plug that into your list.ph file.

    Does that help?

    in reply to: Event Title in Search Results #46534
    Jonah
    Participant

    Hi rcstribe,

    Try adding the following to your theme’s style.css file:

    .search-results .hentry .title, .search-results .hentry .title a:link, .search-results .hentry .title a:visited {
    font: normal 26px/1.1em "Helvetica Neue", Helvetica, sans-serif;
    color: #73145B;
    }

    That should do it.

    in reply to: Customise country list? #46532
    Jonah
    Participant

    Hi Jon,

    You can still use a custom list of countries. Just go to Events > Settings > Defaults and look at the last option there: http://cl.ly/image/2e2X1g1o0b0D

    Does that help?

    Jonah
    Participant

    Hi likemindsdesigns,

    It’s possible some of the core logic changed that affects even your custom template. I would suggest copying over a new copy of /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php and commenting out line 46.

    Does that help?

    in reply to: Events Calendar Pro plugin WILL NOT UPDATE. #46528
    Jonah
    Participant
    in reply to: Events Calendar Pro plugin WILL NOT UPDATE. #46527
    Jonah
    Participant

    Hi Bodine,

    This message typically will appear if you have the license key registered for another website. To check that, go into Account Central in the upper right of this page and then click on License Keys. It should list out all your license keys and they URL’s they are associated with. Perhaps you left the license key attached to a development version of the website? If so, just click the disconnect link to de-register that URL and then you should be able to run the update.

    Let me know if that works.

Viewing 15 posts - 751 through 765 (of 4,001 total)