Lee

Forum Replies Created

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • in reply to: Gettting 'Add your event' component to work #30338
    Lee
    Member

    Oops, that link didn’t come through …
    So, something like this :
    a href=”/events/community/add/”>Add your Event
    with a < at the start 🙂

    in reply to: Gettting 'Add your event' component to work #30337
    Lee
    Member

    Hey 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 Event

    You 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

    in reply to: Few problems with the PRO version #30335
    Lee
    Member

    1) 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.

    Lee
    Member

    ok, 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?

    in reply to: Styling the Tribe-Events-Month-Nav select boxes #30329
    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 helps

    in reply to: Blog Posts Expiring / showing as events #30251
    Lee
    Member

    Sorry, Ignore that last comment … think I’ve solved it 🙂
    I’ll get back to you on the blog post thing

    in reply to: Blog Posts Expiring / showing as events #30250
    Lee
    Member

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

Viewing 7 posts - 31 through 37 (of 37 total)