event date and time not showing in event list view

Home Forums Calendar Products Events Calendar PRO event date and time not showing in event list view

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #247013
    simone
    Participant

    Hello the events are displayed without date and time http://formazionesalute.eu/events/prossimi/

    #248577
    Barry
    Member

    Hi!

    This seems to be due to a rule introduced by your theme. With reference to our Themer’s Guide, can you create a custom tribe-events.css stylesheet and add the following CSS rule?

    #tribe-events .published.time-details span { display: inline-block; }

    (If you feel confident working with CSS, of course, and are happy adding it to some other file that’s fine too – so long as it is loaded after the master-185921ff663b589dd5ea5caf5295d732781-css file.)

    Does that help?

    #249244
    simone
    Participant

    Hello Barry, I created the folder
    tribe-events
    pro
    and put the tribe.events.css with your code in pro folder, but this is not working
    neither in this view http://formazionesalute.eu/events/prossimi/ and in single-event view:
    http://formazionesalute.eu/event/omt-kaltenborn-evjenth/

    #249260
    simone
    Participant

    Additional problems are with map, not working http://formazionesalute.eu/events/map/ but I think you can take a look directly

    #249999
    Barry
    Member

    Hello Barry, I created the folder
    tribe-events
    pro
    and put the tribe.events.css with your code in pro folder, but this is not working

    Just to confirm, the path for that file ought to be something like this:

    wp-content/themes/YOUR_THEME/tribe-events/tribe-events.css

    You don’t need to add an extra pro folder and there should be a hyphen – rather than a dot . between tribe and events: tribe-events.css.

    Additional problems are with map, not working http://formazionesalute.eu/events/map/ but I think you can take a look directly

    Sorry to hear that.

    Can you post a new thread, though? We do try to stick to one issue per thread as it avoids confusion to focus if we concentrate on a single issue in each (and it also helps us to serve other customers – and you – more quickly, as other team members can work concurrently on different problems that you raise).

    Thanks!

    #250456
    simone
    Participant
    #250460
    simone
    Participant

    it seems to be inside the pro folder in the image :/ sorry but it is not. the file is positioned under the main folder tribe-events

    #252928
    Barry
    Member

    Perhaps it was initially in the wrong directory? In any case, it looks like it’s in place now and the rules are being observed.

    Does that resolve this issue?

    #252938
    simone
    Participant

    quite or less.
    With this line of code #tribe-events .published.time-details span { display: inline-block; }
    I got the date displaying in event list
    And then I invented the following line:
    #tribe-events .tribe-events-schedule.updated.published.tribe-clearfix span { display: inline-block; }
    And set up the single-event view which was not showing the data and time yet
    #tribe-events .tribe-events-schedule.updated.published.tribe-clearfix span { display: inline-block; }

    #252953
    simone
    Participant

    I had to delete map view (not working)
    and picture/photo view because there I have the same problem with date and time and as well I get this text below each item (maybe I wrote in some php file and as I am not expert now I don t remember what file ! Maybe you can help me…)
    .tribe-events-single .updated { display: block }

    #253144
    Barry
    Member

    We’re happy to help if we can – but as the initial issue seems to be solved and we try hard to stick to a policy of one issue per thread I’d ask that you create new threads (if you haven’t already done so) for the map view problem and indeed for any other problems.

    I’ll go ahead and close this one – thanks!

    #264752
    haboredman
    Participant

    Hi I am having a problem with the view after list view (When clicking on a single event and viewing details) the event date, start time, and end time are not showing up. I set them in the backend but they won’t show up. Could you please help? http://paintedcellars.haboinc.com/event/hippos-in-the-water-by-katie-adams/

    #505786
    Barry
    Member

    I’m sorry we missed this.

    Unfortunately we aren’t always notified if someone other than the original poster updates a thread – for that and other reasons we normally ask that you create a new thread of your own if you need assistance.

    Sorry for the confusion – but if you still need assistance can I ask that you do that? One of the team will then be happy to help 🙂

    Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘event date and time not showing in event list view’ is closed to new replies.