Venu view

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • #30391
    Duncan
    Participant

    Seems to have gone?

    I can’t see it or even find it any place in front end, but can still see it when I go into Events section then venues in back end

    #30395
    Barry
    Member

    The venue view is still present as of 2.0.10 – can you provide a link to a single event page which has a venue attached to it?

    #30396
    Duncan
    Participant

    Here’s one, had to go into back end to get it.

    http://www.flat-out.eu/?tribe_venue=teeside

    #30397
    Duncan
    Participant

    P.S only the events on this page have events created so far.

    http://www.flat-out.eu/?tribe_events_cat=22b-sprint-series

    #30399
    Barry
    Member

    Well, it should be there!

    Have you customized your templates at all – and if so or if you have updated from an earlier version can you try replacing this file (if it exists):

    wp-content/themes/{YOUR-THEME}/events/single.php

    With a copy of this one:

    wp-content/plugins/the-events-calendar/views/single.php

    That apart, the only other comment I would make at this time is that using default (or “ugly”) permalinks can cause a number of problems. For that reason we always recommend pretty permalinks with a standard /%postname%/ pattern, if at all possible:

    http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks

    #30414
    Duncan
    Participant

    Hi Barry, No I haven’t customised the Template (I’m not clever enough for that lol) nor have I updated.
    I’ve had a look and cant find the file wp-content/themes/{YOUR-THEME}/events/single.php
    I also can’t find the events folder either /”events”/single.php

    I have also noticed in the Event List Advanced Widget that no matter what I select (Dates/Venu/Adress/City/Stat/Postalcode etc etc) nothing on the front page changes it only displays the event title and the date?

    This morning I’ve tried uninstalling both the template and Events Cal and Events Cal Pro with no success.

    #30417
    Barry
    Member

    OK. How about the permalink settings? I’ve seen all kinds of strange behaviour when default permalinks are used – have you been able to try out “pretty” permalinks?

    #30418
    Duncan
    Participant

    Permalinks are set at default now. Havent had time to look at ‘pretty’ permalinks yet though.

    #30422
    Barry
    Member

    OK, well I’d suggest trying that next as, unfortunately, The Events Calendar doesn’t play nicely with default permalinks.

    #30423
    Duncan
    Participant

    Is there a plugin or something that would do the trick as I don’t like messing around with .htaccess or any of those type of files.

    #30427
    Barry
    Member

    You should be able to enable it from the WordPress Settings > Permalinks menu, normally WordPress will take care of the rest.

    If for some reason it can’t create the .htaccess file itself it will display the code you need at the bottom of that page – all you need to do is copy and paste it into a new file (and call that file .htaccess of course, placing it in the web root).

    If you need further help, why not check out the WordPress documentation for permalinks, which I linked to above.

    #30431
    Duncan
    Participant

    Right, I’ve tried doing it in settings but my .htaccess file isn’t writable, So I created another and pasted the following to it.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    I delete the old .htaccess file and add the one I’ve just created. Nothings changed though? All links within my site seem the same, and I still can’t find Venues. unless I’m missing something?

    #30439
    Barry
    Member

    I can’t see your site, so it’s hard to say. The links may well be the same, especially if they were hard-coded/manually assigned.

    If you edit an event and look at the permalink preview (near the title field) does that look the same as before or is it a “pretty permalink” (ie, is it abc.com/events/event-name/ instead of abc.com/?tribe_event=xxx)?

    #30442
    Duncan
    Participant

    Hey again, I think I got it, since I’ve deleted the old .htaccess and created a new one I can now change permalinks back end, I take it this is fine?

    http://www.flat-out.eu/2012/12/hello-world/

    So that’s the good news, bad news is Venue’s are still missing.

    #30443
    Barry
    Member

    Well, I’d recommend the /%postname%/ pattern, though the month/day/postname one you are using probably should work.

    Now you’ve made that adjustment can you run through the initial troubleshooting steps one more time?

    • Ensure all of your Modern Tribe plugins are up to date and in synch (if you are using The Events Calendar 2.0.10 then you must use Events Calendar PRO 2.0.10)
    • Deactivate all other plugins
    • If you had enabled a caching plugin, ensure there are no after effects even after deactivation
    • Revert to an unmodified copy of Twenty Twelve or Twenty Ten
    • Now test to see if the problem persists

    Please also ensure that you still have an active event which is assigned to a venue.

Viewing 15 posts - 1 through 15 (of 29 total)
  • The topic ‘Venu view’ is closed to new replies.