Forum Replies Created
-
AuthorPosts
-
April 5, 2012 at 9:19 am in reply to: [solved] WordPress article list broken after calendar PRO update #17647
Jonah
ParticipantHi 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
Jonah
ParticipantNo prob, you don’t need to, I do, I was just making sure it was ok to close it 🙂
Jonah
ParticipantI 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!
Jonah
ParticipantYou’re welcome, is that all you needed with this issue then so I can close it out?
Jonah
ParticipantHey 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…
April 4, 2012 at 1:10 pm in reply to: [solved] WordPress article list broken after calendar PRO update #17604Jonah
ParticipantHi 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.
Jonah
ParticipantHey 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.
Jonah
ParticipantNice glad you got it figured out Kym, I’m closing the ticket 🙂
Jonah
ParticipantSorry 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!
April 4, 2012 at 11:17 am in reply to: Help with Additional Fields – links, and display on Event List page #17594Jonah
ParticipantHi 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,
JonahJonah
ParticipantHey 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!
Jonah
ParticipantHey 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!
Jonah
ParticipantActually 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!
Jonah
ParticipantHi 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.
Jonah
ParticipantHey Tineke, strange… have you customized single-venue.php template? Got a link so I can take a look at your site?
-
AuthorPosts
