Forum Replies Created
-
AuthorPosts
-
Sally Newcomb
ParticipantThank you for that.
I wonder if I have just found another bug. On mobile, if I select ‘View as Day’, it defaults back to View as Week. This is in the address bar: http://dev.herefordequestrian.co.uk/events/week/?tribe-bar-date=2016-12-14&undefined=Submit
Sally Newcomb
ParticipantPerfect, that worked a treat.
Is this the correct layout for the view as a day? It seems a little strange that the content is over to the right or is it because I’m not using images? Is there a way to get it to display on the left?
Sally Newcomb
ParticipantSuccess, got it working by using only this part: .events-list span.tribe-address > br {
display: none;
}
The only thing missing is a comma after .tribe-street-address
Thank you.Sally Newcomb
ParticipantI added it to tribe-events.css and also tried it in my website child theme custom.css but neither worked. I cleared the cache.
The other thing I tried, was using the plugin SiteOrigin CSS which has worked well for other css in tribe events. By targeting .tribe-events-list .tribe-events-venue-details I am able to change the layout of the venue in many ways, but not all into one line.Sally Newcomb
ParticipantNo, that didn’t work. I tried adding !important but still no joy.
Sally Newcomb
ParticipantThis reply is private.
Sally Newcomb
ParticipantThis reply is private.
Sally Newcomb
ParticipantGo to wp-admin > Events > Settings > General tab > Map Settings section and change “Distance unit” from Miles to Kilometers
I had already done that and it was already set to kilometres but still doesn’t work. In fact, I want it set to miles, not kilometres….. Should this work?:
/*
* Change default distance label in Map View
*/
add_filter( ‘tribe_get_distance_with_unit’, ‘tribe_custom_distance_label’, 10, 3 );function tribe_custom_distance_label ( $distance, $distance_in_miles, $unit ) {
return ‘Distance From Location: ‘ . $distance . ‘ ‘ . $unit;
}If I add this to my functions.php, I just get a white screen:
$custom_text = array(
‘Venue’ => ‘Location’,
‘Related %s’ => ‘Similar %s’,
);Sally Newcomb
ParticipantI have a feeling you’ll say the above isn’t possible, but I have found a plugin which will do the job (WordPress File Upload – Version 3.9.5 | By Nickolas Bossinas).
So, if I need to resort to this method, I need to add a link to the ‘community submit event’ form after the form has been submitted, saying something like click here to upload schedules and entry forms. What code do I add to where to do that?
November 16, 2016 at 11:37 am in reply to: Remove end time, details section, single event page #1193389Sally Newcomb
ParticipantPerfect! I have to say the support for this plugin is fantastic and the plugin itself is just brilliant.
Thank you so much!November 16, 2016 at 8:25 am in reply to: Remove end time, details section, single event page #1193155Sally Newcomb
ParticipantHey Geoff,
Sorry to be a pain, but it’s not the recurring events one I want to move, it’s the ‘All Events’ link (circled in blue in attached file) on the main events page when ‘view as list’ is chosen (I have it as the default view). Can it be set to only appear on the single events pages? It’s confusing when displayed on the list of all the events.
Incidentally, on smartphone, the filter obscures or partly obscures the ‘All Events’ link as shown circled in blue in the screenshot attached.
Thanks again, sorry to ask so many questions, but I’m nearly sorted!
November 15, 2016 at 12:05 am in reply to: Remove end time, details section, single event page #1192289Sally Newcomb
ParticipantThank you so much. Deleting the line seems a good solution.
Also, on my main events page, (because I have chosen to use ‘List View’ as the default setting), there is an ‘All Events’ link, which is confusing for users although it needs to appear on all single event pages. Can it be removed from the events list but still appear on the single events pages?
November 12, 2016 at 7:12 am in reply to: Remove end time, details section, single event page #1191321Sally Newcomb
ParticipantThis reply is private.
November 9, 2016 at 3:52 pm in reply to: Remove end time, details section, single event page #1190025Sally Newcomb
ParticipantThis reply is private.
November 7, 2016 at 11:35 pm in reply to: Remove end time, details section, single event page #1188975Sally Newcomb
ParticipantThis reply is private.
-
AuthorPosts
