Barry Johnson

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Custom css no longer works #1542272
    Barry Johnson
    Participant

    Jennifer,
    Thanks for your prompt reply. Sorry I could not get back to you immediately, but I have been travelling.

    The changes I had made to the appearance of the list on our front page were to the colour, size and spacing of the items, and to conceal the “View more” link. I copy the css below. I can see that the selectors have chanaged in the early May update, but have not managed to sort it out.
    I have installed the recent updates since I wrote, but that makes no difference.
    Many thanks.

    /** Controls the list of events that appears on the front page, and elsewhere. It does not affect the small minicalendar. */

    /** WORKING This prevents the View more link from displaying below the list.*/
    .tribe-events-widget-link {
    display: none;
    }

    /** WORKING [Set of rules that] change the colour of the date markers*/
    .tribe-events-adv-list-widget .list-date {
    background: #84A40B;
    }

    /** WORKING This rule works with the previous one, but specifically targets the day of the week or month name */
    .tribe-events-adv-list-widget .list-date .list-dayname {
    color: black;
    font-size: 9px;
    /** margin: 0px 0px 0px 0px;*/
    padding: 0px 0px 0px 0px;
    }

    /** WORKING This rule works with the previous one, but specifically targets the date */
    .tribe-events-adv-list-widget .list-date .list-daynumber {
    color: white;
    font-size: 10px;
    /** margin: 0px 0px 0px 0px;*/
    padding: 0px 0px 0px 0px;
    }

    /** WORKING This rule works with the previous one, but specifically targets the TITLE to stop it leaving a line before the details*/
    .tribe-events-adv-list-widget h2.tribe-events-title {
    display: inline;
    }

    Barry Johnson
    Participant

    Victor,
    I always install the updates. I did so last week, and today (25 November). The basic problem is still there. I have noted the following:
    (1) On existing posts, there is no facility to view start date (which used to default to creation date, but could be modified).
    (2) When creating a new post as a test, this facility was there. I set the start date to today, 12 hours ago, but the problem was still there and the event showed “Tickets not yet available”.
    This means that for the two remaining existing events we have the situation that:
    (i) One event with 24 places and 24 RSVPs, which should show as FULL, shows “Tickets not yet available”.
    (ii) The other, with 24 places and no RSVPs, shows the same message.
    (iii) Neither event shows the control to set start date etc.
    It may be worth repeating that we use only RSVPs, but collect customer details, which have not been affected.
    Fortunately for us, this is not yet a serious problem, as after tomorrow there will be only one live event left. However, I would hope to upload our next term’s events shortly, and I should like things to be working properly before I do so.
    I hope you are enjoying Thanksgiving, and that you will return to work refreshed and able to sort this issue.

    Barry Johnson
    Participant

    Testing was particularly difficult as I did not experience the problem myself. It seems to have been caused by using the plugin to disable QR codes, which I have now deactivated. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)