Afsana

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Feature image not displaying thumbnail #949063
    Afsana
    Participant

    Thank you. I found this article which was exactly what I wanted to do:
    https://theeventscalendar.com/knowledgebase/add-thumbnails-to-upcoming-events-list-widget/

    in reply to: Feature image not displaying thumbnail #948791
    Afsana
    Participant

    Hi George

    I removed the custom code as per the suggestion, and the thumbnail still does not appear.

    The website URL is:http://www.nodangerdiaries.com/joy/

    Similar to the demo, I wanted to feature a few events on the homepage. Here is a screenshot of what I am trying to fix

    Afsana
    Participant

    I have figured out another way of achieving this. I disable comments and adding the Facebook comments shortcode in the after html event meta.

    in reply to: Removing the Date & Time #947156
    Afsana
    Participant

    Hi Geoff

    None of the suggestions worked. Two people in our team tried all options but to no avail.

    After much talk with colleagues and hows spent on this fix. We found a solution that I am happy to share with all.
    Add this into your child css and all will be well for singe page events with no dates and time:

    
    .date-start dtstart {
    display:none;
    }
    
    span.date-end.dtend {
        display: none;
    }
    
    span.cmsms_event_meta_info_item_title {
        display: none;
    }
    
    .cmsms_event_meta_info_item {
        display: none;
    }
    
    h2.tribe-events-single-section-title {
        display: none;
    }
    
    span.date-start.dtstart {
        display: none;
    }
    
    .tribe-events-cal-links {
        display: none;
    }
    
    .tribe-events-notices {
        display: none;
    }
    in reply to: Removing the Date & Time #946863
    Afsana
    Participant

    Hi Geoff,

    Thanks for your support.

    We have tried the abovementioned method for overriding yet the time & date still displays.

    Could there be a possible conflict that would cause the new php file to not override? I have changed the single-event.php files – removing the schedule details – in the list and day directories (which are located in the tribe events directory). Did I maybe miss any of these?

    On a side note: There is a child theme installed so I actually added the new files (as per instruction) to both the child theme directory as well as the parent theme directory.

    Many Thanks,
    Warm Regards,

    Afsana

    in reply to: Removing the Date & Time #946463
    Afsana
    Participant

    We would also not mind removing the entire Events footer area/functionality.
    And also the date and calendar download under the title.

    I have tried removing these from the view/single-events.php page but no change is visible.

    Please advise.

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