Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi 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.
Jonah
ParticipantHi 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?
Jonah
ParticipantHi 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!
Jonah
ParticipantHi storlihoel,
Can you give me some more specific examples?
Jonah
ParticipantHi 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?
Jonah
Participantevents.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.
Jonah
ParticipantYou’re welcome, let me know if you need any more help with this.
Jonah
ParticipantHey 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,
JonahJonah
ParticipantHi Jon,
Do you have the Pro plugin activated?
Jonah
ParticipantHi 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?
Jonah
ParticipantHi 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.Jonah
ParticipantHi 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?
April 22, 2013 at 9:23 am in reply to: Event Widget Showing Start Time After Pro Calendar Upgrade #46531Jonah
ParticipantHi 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?
Jonah
ParticipantThis article may also help: https://theeventscalendar.com/finding-your-pro-license-key-re-downloading-the-plugin/#key_disconnect
Jonah
ParticipantHi 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.
-
AuthorPosts
