Jonah

Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 4,001 total)
  • Author
    Posts
  • in reply to: One imported event, 3 problems #41915
    Jonah
    Participant

    Hi Cliff,

    Sorry to hear about all the problems.

    Re: the organizer issue – this is strange. Have you deactivated all other plugins to rule out a conflict there? Or, revert to the Twenty Eleven/Twelve theme to see if it’s an issue with your theme? Please make sure you try that first to see if that helps. I’ll need to get access to your administration to be able to troubleshoot further if that doesn’t resolve things. Please email this to pro [at] tri [dot] be, attn. to me and reference this thread.

    Re: the import dates issue – this is strange as well. Again, try the above troubleshooting steps to see if that helps. Can you provide your page/organization you are importing from so I can test it on my end? Also, please specify the names of the events that are not importing with dates.

    Re: the default map option – this will be incorporated into a future version but no ETA as to when it will make it in.

    Thanks,
    Jonah

    in reply to: Calendar grid tooltip not visible #41877
    Jonah
    Participant

    Hi gregwiley,

    It appears to be an issue with some of the CSS you have in your theme. Particularly some overflow: hidden properties you have declared that are being applied to some of the grid elements and effectively hiding the tooltip popup. For example, if you remove the overflow: hidden in your overridden copy of events.css in your theme on line 165:

    .events-archive .post {
    overflow: hidden;
    margin-bottom: 0;
    }

    …and on line 735 of your themes style.css:

    .post, article.page {
    border: 1px solid silver;
    background: white;
    padding: 25px 15px 1em 15px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    }

    You will then see the tooltips. You’re going to need to modify these properties and apply them some other way because they are conflicting with the plugins functionality.

    I hope that helps!

    – Jonah

    in reply to: List all events at specific venue – even past ones #41872
    Jonah
    Participant

    Hi Daniella,

    You should be able to achieve this by making a small modification to the existing Venue template. Make a copy of /wp-content/plugins/events-calendar-pro/views/single-venue.php and place in an ‘events’ folder in your theme. Then open up the copied file and find line 46 and change the eventDisplay argument from upcoming to ‘all’. This will make it so visiting a venue will display all events for that venue. You could easily just click View in each Venue in the administration to go directly to that venue and see all it’s events.

    I hope that helps but let me know if you have any questions.

    – Jonah

    Jonah
    Participant

    Hi Kim,

    I’m happy to re-open that other thread for you to ask Duncan some questions if that will help. We do have the ability to select categories in the calendar widget coming in 3.0 but there’s no current public ETA on that release so you’ll need to just wait it out or try and get Duncan’s solution working for you.

    I hope that helps!

    – Jonah

    Jonah
    Participant

    Sounds good Scott!

    in reply to: Events Calendar Breaking all my Javascript ! #41861
    Jonah
    Participant

    Awesome Matt, glad that fixed things for you. If you need help with anything else, please let us know.

    Thanks,
    Jonah

    in reply to: Questions on Recurring Events functionality #41860
    Jonah
    Participant

    Sounds good David, let us know if there’s anything else you need help with.

    – Jonah

    in reply to: How configurate rss feed help? #41859
    Jonah
    Participant

    Hi Dusan,

    That is not a current feature of the plugin and to achieve anything along those lines you would need to create a custom feed. If you look at the thread I linked to above I provide some links to resources that should help you with this. I hope that helps!

    – Jonah

    Jonah
    Participant

    Hi Scott,

    So I’ve confirmed this is an issue in the current release and it has been fixed in our upcoming 3.0 version. Until then, the only solution for this is to check the “Hide for Upcoming” checkbox in the sidebar when adding/editing events. How does work for you?

    Cheers,
    – Jonah

    in reply to: Remove image altogether Part 2 #41766
    Jonah
    Participant

    Ok, would you mind sending me a copy of your theme? Please email to pro [at] tri [dot] be and reference this thread and attn. to me.

    Thanks,
    Jonah

    in reply to: Remove Organizer from displaying #41765
    Jonah
    Participant

    Glad to hear Dave, let us know if there’s anything else you need.

    – Jonah

    in reply to: Events on last day of month spewing across next month #41756
    Jonah
    Participant

    Hi Helen,

    I just asked one of our developers and he had no idea either. It’s just one of those things that for whatever reason seems to work 🙂

    Let me know if you need anything else.

    – Jonah

    in reply to: Venue, Maps, recurrance and Organizer Missing #41751
    Jonah
    Participant

    Hi stjoesreading,

    If using the Default Events Template and you want to get rid of the sites default sidebar you can either do what you did (not as ideal) or edit the view template which is located in /wp-content/plugins/the-events-calendar/views/ecp-single-template.php – make a copy of that and place in an ‘events’ folder in your theme and then remove or comment out line 29 which calls the sidebar.

    Does that help?

    – Jonah

    in reply to: UPCOMING EVENTS – Widget #41750
    Jonah
    Participant

    Excellent to hear ravichandraraja! Let us know if you need help with anything else.

    – Jonah

    in reply to: Remove image altogether Part 2 #41749
    Jonah
    Participant

    Thanks. Ok, try this for your page.php: http://snippi.com/s/w5cnxp5

    – Jonah

Viewing 15 posts - 1,126 through 1,140 (of 4,001 total)