justinbonnet

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • justinbonnet
    Participant

    Howdy, hmm so the code from that snippet crashes the site when put into functions.php

    Can you recommend a next best place for it? (There’s at least a handful of possible files, but I can’t tell the difference between the single event view on the calendar page, for example, or how an individual event page is made, or if that should be the default template page, or if its in the meta, etc…)

    And, just so I understand, would I be pasting something like the below if I wanted the browser titles of individual event pages to display as the date of that day? (that isn’t quite what I want, but that then puts me on the correct track). Thankyou!

    function filter_events_title( $title ) {
    // Single events
    if ( tribe_is_event() && is_single() ) {
    $title = ‘$day’;
    }

    justinbonnet
    Participant

    Thanks Nico, that’s very helpful! I’ll see if I can find a list of code snippets or whatever it is that I’ll need – I’ll let you know how I get on 🙂

    in reply to: 500 error #889308
    justinbonnet
    Participant

    Thankyou, with your advice and that link it worked! I changed the .htaccess to this:

    “RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]”

    Which is the model code for a subdomain example.
    I or webmaster didn’t change it, but I did create a subdomain a while back (like, 6 months ago ish). I’ve no idea why a problem would flair up about it now!

    Thank you for your help 😀

    justinbonnet
    Participant
    justinbonnet
    Participant

    Hi Jonah,

    Thank you! Your instructions for 2 + 3 worked perfectly 😀 it already looks much better.

    For 1 (the title issue) I’ll have to come back to it next week I guess – it’ll take me a bit of time to figure out the instructions from the other post you linked me to. This week I have events (Calendar PRO and wootickets events, yep) so I’ll see if I can figure it out next week. If I can’t, I’ll tell you what I need clarifying.

    Thanks again 🙂

    justinbonnet
    Participant

    Oops! Not sure how I missed that – although using the ‘log in’ link at the side of the PRO forum directs me to the pre-sales forum… *raises eyebrow, Spock-like*

    I’ll post on the PRO forum now, thanks! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)