Forum Replies Created
-
AuthorPosts
-
ardcgarage
ParticipantThis reply is private.
ardcgarage
ParticipantThanks! 🙂
December 7, 2015 at 12:04 pm in reply to: Date and price wrong colour, taking two lines, please help #1037080ardcgarage
ParticipantLegend. Thank you so much! Works a treat 🙂
December 5, 2015 at 7:55 pm in reply to: Date and price wrong colour, taking two lines, please help #1036169ardcgarage
ParticipantOur server went down! When you can, please try now?
Ive looked up other threads similar to this but the custom css mentioned does not work on our site. 🙁December 3, 2015 at 2:44 pm in reply to: 4.0 hover/preview in month view shows full event description, not excerpt #1035062ardcgarage
ParticipantThank you so much Josh, sorry to be a downer. Everything else looks sweet 🙂
ardcgarage
ParticipantThis reply is private.
ardcgarage
ParticipantYou guys rock. Thank you! 🙂
ardcgarage
ParticipantThanks (again!) Brian.
That worked a treat 🙂The titles at the top of the event details box are Venue, Organizer, and Other, The latter being an additional event field.
Are we able to easily change the default names on Organizer and Other? I’m in Australia, so we spell it “Organiser”, and I would like to change “Other” to “Additional Info”?
January 14, 2015 at 2:54 pm in reply to: Feature/Header image in Month View, and hiding/customising meta area #932964ardcgarage
ParticipantOF COURSE IT WAS.
I cant believe I missed it, I’m such a noob.
Barry, you’re a legend. Thank you so much.
Samantha xJanuary 14, 2015 at 11:37 am in reply to: Feature/Header image in Month View, and hiding/customising meta area #932869ardcgarage
ParticipantHi again,
Thanks Barry.
I popped it into the end of functions.php using editor, then used textedit to change it directly into ftp, both causing white screen. Example below of last bit of code in functions.php:/** * Layerslider API */ function avada_layerslider_ready() { if( class_exists('LS_Sources') ) { LS_Sources::addSkins( get_template_directory().'/framework/ls-skins' ); } } add_action( 'layerslider_ready', 'avada_layerslider_ready' ); /** * Calendar page */ add_filter( 'tribe_events_before_html', 'add_month_view_header_img' ); function add_month_view_header_img( $html ) { if ( ! tribe_is_month() ) return $html; $html .= '<img src="http://ardcbeta.randemgroup.com.au/wp-content/uploads/2013/07/2015_1-web.jpg" />'; return $html;January 14, 2015 at 11:01 am in reply to: Feature/Header image in Month View, and hiding/customising meta area #932844ardcgarage
ParticipantThanks Barry,
Didn’t want to spam the forum, Ill start a new topic for the second question. Thanks.
Re the snippet, I get the white screen of death no matter what I do. Ive added my source for the image, tried it with both “heaader’ and ‘header’ in the code, fiddled a bit, entered via Editor and FTP, and its the white screen no matter what. 🙁
Theme is Avada?October 14, 2014 at 4:49 pm in reply to: Redirect loop on login – unable to access WordPress! #811193ardcgarage
ParticipantThanks for thinking of me, but same problem after adding the snippet- second I install the base Events Cal, the redirect white screen is on again. It’s only with the base install, not with the Pro install, btw.
October 7, 2014 at 9:09 pm in reply to: Redirect loop on login – unable to access WordPress! #795439ardcgarage
ParticipantThis reply is private.
-
AuthorPosts
