Forum Replies Created
-
AuthorPosts
-
March 21, 2016 at 4:10 am in reply to: Changing how the event pages are titled in browser and FB shares etc (cont) #1091692
justinbonnet
ParticipantHowdy, 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’;
}March 21, 2016 at 2:56 am in reply to: Changing how the event pages are titled in browser and FB shares etc (cont) #1091676justinbonnet
ParticipantThanks 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 🙂
justinbonnet
ParticipantThankyou, 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 😀
August 2, 2013 at 10:33 am in reply to: How to move the ticket box – to the top of body of the page, say? #58526justinbonnet
ParticipantExample of an event page:
April 30, 2013 at 2:08 am in reply to: Theme incompatability? On Events page /upcoming events overview #47234justinbonnet
ParticipantHi 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 🙂
April 29, 2013 at 12:22 pm in reply to: Theme incompatability? On Events page /upcoming events overview #47175justinbonnet
ParticipantOops! 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! 🙂
-
AuthorPosts
