Mathew

Forum Replies Created

Viewing 9 posts - 256 through 264 (of 264 total)
  • Author
    Posts
  • in reply to: Excluding events in repeating events not working #1049908
    Mathew
    Participant

    Same here.

    I created a clean install with only WP 4.4, TEC 4.0.4 and TECP 4.0.3. Created a single event that repeats weekly, excluded one date. Monthly view still shows event date that should be excluded.

    in reply to: Excluding events in repeating events not working #1048872
    Mathew
    Participant

    I believe this is a known issue that has not been resolved, up to and including the current version of 4.0.3.

    Searching the forum for “Exclusion” will shed light on the subject.

    in reply to: "View More" on List View – Avada Theme #1042366
    Mathew
    Participant

    FYI. Version 3.9 of Avada is available. This and other issues have been corrected.

    in reply to: Version 4.0 residual files left in build. #1035567
    Mathew
    Participant

    I noticed the same thing with the Pro version of v4.0.

    Mathew
    Participant

    Seeing the same issue in Shortcode lists in v4. The single-event.php was completely over-hauled with regards to Organizers. A slight mod in the CSS mentioned above is a work-around.

    .tribe-mini-calendar-event .tribe-events-organizer {
    display: none !important;
    }
    
    in reply to: "View More" on List View – Avada Theme #1034268
    Mathew
    Participant

    Please see this thread for more on this issue. It should be resolved in the upcoming release of Avada 3.8.9.

    Widget EventList

    Also this other thread may be of interest to you. I notice this issue on your site’s events.

    Specific Event(s) Pages Title Background Color Wrong (h3)

    in reply to: Specific Event(s) Pages Title Background Color Wrong (h3) #1030965
    Mathew
    Participant

    Kyle,

    If you are using Theme Fusion’s Avada theme v3.8.7 or higher, it is coming from Avada’s default “Green” predefined color scheme. You will need to override Avada’s CSS either with a Child Theme or in the Custom CSS settings of Avada.

    Use your Chrome Tools to find the class and change the background-color to your desired value.

    Either way, it’s an Avada issue and not that of TEC.

    in reply to: "View More…" link in Event Widget List not working #1024847
    Mathew
    Participant

    Denis,

    The issue you are encountering is due to Avada’s customization of The Events Calendar. I have brought it to their attention and it will be addressed in a future release.

    In the interim, here’s my solution. https://theeventscalendar.com/support/forums/topic/widget-eventlist/#post-1020592

    in reply to: Widget EventList #1020458
    Mathew
    Participant

    All,

    The latest version of the Avada Theme now has some integration of The Events Calendar. With their integration, they (Avada) have customized views and other aspects.

    The issue with the “View More…” link is a result of their customization. Line 56 of list-widget.php is incorrect in the theme folder of Avada/tribe-events/pro/widgets/.

    It reads: <a href="<?php esc_attr( esc_url( $link_to_all ) ) ?>" rel="bookmark">
    It should read: <a href="<?php esc_attr_e( esc_url( $link_to_all ) ) ?>" rel="bookmark">

    I have escalated the issue to Theme Fusion, since the issue is theirs and not that of Modern Tribe.

    FYI, for troubleshooting, you can always move their custom folder out of the Avada theme folder and reload the page to see if any other problems go away. Then put it back.

    Hope this helps.

Viewing 9 posts - 256 through 264 (of 264 total)