Jonah

Forum Replies Created

Viewing 15 posts - 811 through 825 (of 4,001 total)
  • Author
    Posts
  • in reply to: Datepicker not correct visible #45861
    Jonah
    Participant

    Hi 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?

    in reply to: Ordering Events #45860
    Jonah
    Participant

    Hi 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?

    in reply to: Activating PRO version creates many PHP errors #45859
    Jonah
    Participant

    Hi 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.

    in reply to: Calendar vs. Event List: Use different template for each? #45856
    Jonah
    Participant

    Hi 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.

    in reply to: Styling custom fields #45855
    Jonah
    Participant

    Hi 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?

    in reply to: Adding Event #45853
    Jonah
    Participant

    Hi 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?

    in reply to: Image size only 50×50 #45841
    Jonah
    Participant

    Excellent to hear Tineke!

    in reply to: Image size only 50×50 #45839
    Jonah
    Participant

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

    in reply to: Advanced Custom Fields values being stripped out #45838
    Jonah
    Participant

    Hi 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.php

    Does that help?

    in reply to: More than 10 events in widget #45836
    Jonah
    Participant

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

    Jonah
    Participant

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

    in reply to: Facebook events failing to import… #45721
    Jonah
    Participant

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

    Jonah
    Participant

    Hi lacoatingsociety, no worries. I’ll chalk it up to a temporary glitch as is sometimes happens 🙂

    Thanks for reporting back.

    in reply to: Feed 404 errors #45679
    Jonah
    Participant

    Hi Benji,

    Yes, they should eventually disappear but unfortunately there is no quick solution to remove them.

    – Jonah

    in reply to: Remove venue #45678
    Jonah
    Participant

    Hi 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?

Viewing 15 posts - 811 through 825 (of 4,001 total)