Forum Replies Created
-
AuthorPosts
-
Lee
MemberOops, that link didn’t come through …
So, something like this :
a href=”/events/community/add/”>Add your Event
with a < at the start 🙂Lee
MemberHey Christian.
You need to add that manually yourself.
You can put the link or icon anywhere you want, you just need to put a link in that’s going to : /events/community/add/
So, something like this :
Add your EventYou can put this anywhere in your template, or even add it as a menu item if you have the “Page Links To” plugin, just need to point it to /events/community/add/
Hope this helps
Lee
Member1) I would just take the bullet out, it’s not really needed here.
on Line 91 ish in style.css change : list-style-type: disc;
to
list-style-type: none;2) None of the links you have supploed work, they’re all going to a “Not found
Sorry, It’s hard to work out the problem not understanding the language on the site.
3) If you don’t want to show the title on the side widget, you can add :
.events_calendar_widget h3 {
display: none;
}
to your css file to remove it.
Hope this helps in some part.January 6, 2013 at 12:10 pm in reply to: eventDisplay = Don't show past events? + add the date dropdowns? #30332Lee
Memberok, worked out i can update the function by changing “all” to “upcoming”, which’ll show all the upcoming events.
or … I can just use the /events/upcoming/ and link to that from the nav. I can’t get the month dropdowns to work though, is there a solution to do that?Lee
Member.tribe-events-prev-month, .tribe-events-prev-month {
float: left;
}
select {
float: left;
}If you add that to your css it should sort it. The container div might not wideenough to hold it on one line at the moment, so you might need to either need to make that bigger ( .tribe-events-month-nav ) or make the monthly dropdowns a little less wide.
Hope that helpsLee
MemberSorry, Ignore that last comment … think I’ve solved it 🙂
I’ll get back to you on the blog post thingLee
MemberHey Jonah. Cheers for your reply.
I did go through and deactivate all the plugins, but that just stopped the site working completely. I’ll have another look tonight or tomorrow, I’ve got other things I can be getting on with at the moment.
While im here though / in the meantime, I have the Events Calendar in a javascript overlay (click the button in the header and the calendar slides down over the content), to do this im just using
include(‘wp-content/themes/reverie/events/gridview.php’);
The problem Im having is that when you click on the main events page in the nav, the calendar doesn’t work, Im assuming this is because there’s 2 calls in the same page? -
AuthorPosts
