Sally Newcomb

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 39 total)
  • Author
    Posts
  • in reply to: Tribe events venue details #1206105
    Sally Newcomb
    Participant

    Thank 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

    in reply to: Tribe events venue details #1206002
    Sally Newcomb
    Participant

    Perfect, 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?

    in reply to: Tribe events venue details #1205958
    Sally Newcomb
    Participant

    Success, 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.

    in reply to: Tribe events venue details #1205853
    Sally Newcomb
    Participant

    I 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.

    in reply to: Tribe events venue details #1205612
    Sally Newcomb
    Participant

    No, that didn’t work. I tried adding !important but still no joy.

    in reply to: Location part of Tribe Events Bar #1205253
    Sally Newcomb
    Participant

    This reply is private.

    in reply to: Location part of Tribe Events Bar #1205120
    Sally Newcomb
    Participant

    This reply is private.

    in reply to: Location part of Tribe Events Bar #1198716
    Sally Newcomb
    Participant

    Go 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’,
    );

    in reply to: Allow pdf's in image upload section #1198046
    Sally Newcomb
    Participant

    I 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?

    in reply to: Remove end time, details section, single event page #1193389
    Sally Newcomb
    Participant

    Perfect! I have to say the support for this plugin is fantastic and the plugin itself is just brilliant.
    Thank you so much!

    in reply to: Remove end time, details section, single event page #1193155
    Sally Newcomb
    Participant

    Hey 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!

    in reply to: Remove end time, details section, single event page #1192289
    Sally Newcomb
    Participant

    Thank 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?

    in reply to: Remove end time, details section, single event page #1191321
    Sally Newcomb
    Participant

    This reply is private.

    in reply to: Remove end time, details section, single event page #1190025
    Sally Newcomb
    Participant

    This reply is private.

    in reply to: Remove end time, details section, single event page #1188975
    Sally Newcomb
    Participant

    This reply is private.

Viewing 15 posts - 16 through 30 (of 39 total)