Jonah

Forum Replies Created

Viewing 15 posts - 3,301 through 3,315 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Hi Alex, I don’t see anything in that screenshot that helps me troubleshoot this. Are you running version 2.0.5 for both the base plugin and PRO? Can you email me WP Admin access so I can take a look myself? jonah [at] tri [dot] be

    in reply to: CSS Problem with Calendar Head (Gridview) #17610
    Jonah
    Participant

    No prob, you don’t need to, I do, I was just making sure it was ok to close it 🙂

    in reply to: No events for the month misaligns my header #17607
    Jonah
    Participant

    I would suggest creating an events category “hidden” and then add a recurring event that occurs sometime every month. Then you’ll be able to target just that category in the CSS like so:

    .hentry.cat_hidden {
    display: none;
    }

    That should work, good idea!

    in reply to: CSS Problem with Calendar Head (Gridview) #17606
    Jonah
    Participant

    You’re welcome, is that all you needed with this issue then so I can close it out?

    in reply to: Removing Multiday overlap #17605
    Jonah
    Participant

    Hey Ken, I’m confused by this. Why is the same event input so many times? Why wouldn’t you just an events that spans multiple days at a specific time once? I’m probably not understanding what you’re trying to accomplish though, can you please give me some more detailed examples of what you need to be able to do? I.e. you have one event from 7am – 10am that will span 5 days, etc…

    Jonah
    Participant

    Hi Alex, got a link I can take a look at? You might try going to Settings > Reading and re-saving there and going to Settings > Permalinks and re-saving there as well as there have been some reports of oddness along these lines. Hopefully that will do it but if not post a link here to your site so I can take a quick look at the problem.

    in reply to: Venue list page? #17603
    Jonah
    Participant

    Hey Odhran, currently this isn’t possible with our plugin but we’ve got it on the roadmap for discussion to add in the future. If you want to speed up that process, just add it as a feature request into the feature request thread in the forum.

    in reply to: Fatal Error when updating recurring event #17602
    Jonah
    Participant

    Nice glad you got it figured out Kym, I’m closing the ticket 🙂

    in reply to: Strange Double Rendering with Thesis #17601
    Jonah
    Participant

    Sorry about that Carlos, some things must have changed that affected the conditional statements. Try this updated conditional code instead: https://gist.github.com/2305130 – you can actually use the conditions in there for much more than just the sidebars, they can be more of a general conditional stack to be used with our plugin.

    Hope that helps!

    Jonah
    Participant

    Hi Kym, to answer your questions:

    1. Yes, you can display custom fields as links you just need to use the right code to retrieve the custom field for your links. By default in single.php we simply spit out all custom fields and links will not be turned into links, you need to do that yourself by specifically referencing that custom field in an html link tag like so: https://gist.github.com/17b7655a61e24d264a56 – note, you’ll either want to remove $eventID or replace with the actual ID in the loop.

    2. Custom fields don’t show in the list by default but you can easily add them there with the code I provided above for single fields or just copy the code for custom fields that’s in the single.php file on line 84 and use that in list.php (make a copy first and place in an ‘events’ folder in your theme).

    I think that answers your questions but let me know if you have any more with this.

    Cheers,
    Jonah

    in reply to: Listings of Category problem #17593
    Jonah
    Participant

    Hey Timothy, sorry to hear about the conflict. We can’t guarantee compatibility with all plugins and themes out there. What I would suggest is manually registering your custom post types and taxonomies and using a plugin like http://www.advancedcustomfields.com/ for your custom meta boxes – I use it extensively and it seems to work fine with The Events Calendar plugin.

    Hope that helps!

    in reply to: Tweaks, Customization, Pointed help #17592
    Jonah
    Participant

    Hey Marie, I’m not seeing that CSS when I inspect the page, did you already take it out? Try just setting the width property and not max-width. And instead of using ‘.c-sn-sw’ use ‘.events-single’.

    If you want to target the text on single events, just use something like:

    .events-single .summary {
    font-size: 20px;
    }

    …or whatever you need your font size to be. Hope that helps!

    in reply to: Can Widgets show more then 10 events #17590
    Jonah
    Participant

    Actually it is possible to do without losing your changes but it’s complicated. What you’d need to do is follow the instructions here to unregister the default widget and then register your own: https://theeventscalendar.com/how-to-completely-customize-widgets/

    In your own copy of the widget you’ll want to point it to a different admin-view file which controls how many numbers are in the drop down for the widget.

    The only problem with this approach is that if there are significant updates to the core code, you may have to reverse engineer your changes you made to match up with the new core code…

    Good luck!

    in reply to: Can Widgets show more then 10 events #17588
    Jonah
    Participant

    Hi Kenn,

    It’s only possible by hacking the core and I wouldn’t suggest that because your changes will be lost upon upgrade. My suggestion would be to request that as a feature in the feature request thread in the forum.

    in reply to: No venue map #17587
    Jonah
    Participant

    Hey Tineke, strange… have you customized single-venue.php template? Got a link so I can take a look at your site?

Viewing 15 posts - 3,301 through 3,315 (of 4,001 total)