Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Harold,
What browser and version are you using? Is this on a retina display by chance? Are you running the latest version of our plugins and WordPress? If not, you might try updating.
Does that help?
Jonah
ParticipantHi Mike,
The Events List page should always be ordering events by date ascending (closest to oldest). Is this another list you are asking about? How exactly would you want to highlight these events with higher priority?
Jonah
ParticipantHi frenchysidc,
Having WooCommerce and our plugin installed and activated at the same time works fine for me. It could be a configuration issue or a server related issue. Here are some things to take a look at:
1. What version of WC are you running? Make sure to try the latest.
2. What version of our plugins are you running? Again, make sure you are on the latest.
3. What type of server are you on?
4. Do you have enough PHP memory allocated? WC and our plugins can require a decent amount of memory, so it’d be good to set this at at least 64mb. Here’s an article that explains how to do this: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
5. Try reinstalling things, start with our plugin and then do WC too. It’s possible that something didn’t get fully installed.
6. Try refreshing permalinks in Settings > Permalinks.
7. Try deactivating all other plugins besides these two to see if there’s a conflict somewhere else.
8. Try reverting your theme to the default WordPress theme to see if it’s conflict there.See if any of those things work.
April 15, 2013 at 12:40 pm in reply to: Calendar vs. Event List: Use different template for each? #45856Jonah
ParticipantHi jeremypthompson,
This is somewhat involved but not too bad. I would suggest first setting the Events Template in Events > Settings > Template to one of your theme’s templates with a sidebar. Then you just need to add some CSS to hide the sidebar on the calendar page and make everything full width. To help with this, you can specifically target the gridview page with the .events-gridview body class. So in your CSS you would use something like this to hide your sidebar:
.events-gridview #sidebar {
display: none;
}
Then, you just need to modify the container widths on the page in a similar way. I would need to look at your code with the chosen template in place to tell you for sure what to do. If you want to apply the template you’re going to use I can take a look and give you a better idea of the CSS to apply to get the page full width.Let me know if that helps.
Jonah
ParticipantHi Joshua,
If you’re using the tribe_the_custom_fields() function, it will wrap things in extra markup. Use tribe_get_custom_fields() instead.
Does that help?
Jonah
ParticipantHi chashale,
You just need to either go to Plugins > Add New, select Upload from the top and upload the zip you downloaded. Or, unzip it and upload the folder to your wp-content/plugins folder and then activate.
Does that help?
Jonah
ParticipantExcellent to hear Tineke!
Jonah
ParticipantHi all, this is being discussed and has been addressed by our developer Tim here: https://tri.be/support/forums/topic/new-changes-in-image-format-of-events-facebook/
The fix will be included in our next release but for now, you can use Tim’s modification. If you need anything else, please let me know.
Thanks,
JonahJonah
ParticipantHi Joel,
Ok, on the H1, do you have a field named ‘test’ and where are you populating this field? It seems to me you would want to be using the ACF Options page add-on and if that’s the case, you would need to call the field like this instead:
the_field('test', 'options');
Not sure about the other field though. If you we’re wanting to modify the background color for an event in the calendar, you would want to add this to the div in the display_day function on line 125 of table.phpDoes that help?
Jonah
ParticipantUnfortunately not Ben, we don’t have options in the widget to modify the number and the only way is to unregister the widget and register your own copy. You can always suggest this as a new feature here too: http://tribe.uservoice.com/
Regards,
JonahApril 15, 2013 at 9:23 am in reply to: Making the days on the widget calendar link to the days view #45833Jonah
ParticipantHey Chris,
Glad to be of service! If there’s anything else you need, please let us know. If you feel inspired, we’d love a review here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar – or, a shout out on Twitter or Facebook or blog post would be awesome too!
Regards,
JonahJonah
ParticipantHi Ryan,
Sorry to hear about the trouble. I’m able to import the event just fine so it must be something on your end. First try deactivating all other plugins and also try switching to default WordPress theme. If that doesn’t do anything, can you find out what type of server you are on and the version of PHP/MySQL? And just to confirm, you are running 1.0.5 of the Facebook plugin correct?
Thanks,
JonahApril 12, 2013 at 6:56 am in reply to: Adding Two Event List Advanced Widgets Causes Unexpected Behavior #45680Jonah
ParticipantHi lacoatingsociety, no worries. I’ll chalk it up to a temporary glitch as is sometimes happens 🙂
Thanks for reporting back.
Jonah
ParticipantHi Benji,
Yes, they should eventually disappear but unfortunately there is no quick solution to remove them.
– Jonah
Jonah
ParticipantHi David,
You should just be able to select “Use New Venue” and then leave the form blank to wipe out the venue for that event.
Does that work?
-
AuthorPosts
