Mel

Forum Replies Created

Viewing 13 posts - 31 through 43 (of 43 total)
  • Author
    Posts
  • in reply to: Weekly Event Widget #1272312
    Mel
    Participant

    Hi Geoff,

    The cloudflare cache plugin was blocking the line 17 issue but it is ok now, weekly events are not clickable now.

    The only issue is Q2: to change the title to ” Week of <date> “. In the pic you send me, a red arrow pointed to the:

    Events for week of April 17, 2017

    == $0

    What should I do with this?

    Thanks
    Mel

    in reply to: Weekly Event Widget #1271861
    Mel
    Participant

    Hi,

    I hope I solve my issue before you retire hehe. Sorry I am so slow on this.

    Q1: I have been using the simple custom css plugin for awhile and works fine.
    I had previous added the highlighted css when I changed the font size.
    What do I do with the other H2 line that you highlighted? That is the place I manually
    change the title and it worked, but not sure where to put that line? See attached pic.

    Q3: I replaced the code in line 17 of the file under my child theme in the path you
    suggested. see my notepad++ screen capture attached. But I can still click the events in
    the weekly widget….

    Thanks for your patience..
    Mel

    in reply to: Weekly Event Widget #1271280
    Mel
    Participant
    in reply to: Weekly Event Widget #1271276
    Mel
    Participant

    Hi,

    Q3: I did all the steps 1-4 you described above for editing the:
    /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/this-week/single-event.php

    At line 17:
    ID ) ); ?>” rel=”bookmark”><?php echo esc_html( $event->post_title ); ?>

    what are the and tags you mentioned?

    Thanks again
    Mel

    in reply to: Weekly Event Widget #1271263
    Mel
    Participant

    Hi again,

    Slowly making progress…. 🙂

    Q1: The font size worked after adding the important! arg
    Using inspect I found the CSS for the widget title but am not sure what to include in the
    CSS? See attached pic…. I can edit it manually but not sure how to change it in CSS?

    Q2:
    Using the snippets that you suggested see above code, I am not sure what to change to make the weekly event widget show only 30 days of events from current day. So the user
    can click prev/next to browse the 30 days only.

    Q3: still working on that…..

    Thanks for the ideas and patience…
    Mel

    in reply to: Weekly Event Widget #1270864
    Mel
    Participant

    Hi,

    Thank you for the response… Unfortunately none of it worked. I am using the weekly widget as shown in the attached pic.

    In my Q1 I want the title of the weekly widget to read “Week of <weeks date>” in a smaller font! I use the plugin Simple Custom CSS and the CSS you provided did not work, nothing changed? Also the widget shows all events prev/next not just the current week as you described.

    Q2: I put the following code you suggested into the Code snippets plugin shown below: Should the filter be as I changed below?

    <?php
    add_filter( ‘tribe_weekly_event_widget ?????_query_args’, ‘jm_filter_list_widget_query_args’ );
    /**
    * Filter the query used for the Event List Widget to show only events starting
    * in the future
    */
    function jm_filter_list_widget_query_args( $args ) {

    $offset = 86400 * 30;
    $date = date( ‘U’ ) + $offset;

    $args[‘eventDisplay’] = ‘list’;
    $args[‘meta_query’] = array(
    array(
    ‘key’ => ‘_EventStartDate’,
    ‘value’ => date( ‘Y-m-d H:i:s’, $date ),
    ‘compare’ => ‘>=’,
    ‘type’ => ‘DATETIME’,
    ),
    );

    return $args;

    Q3: I checked the customizations page you suggested and did a search for weekly event widget. Found a few things but nothing showed up about making an event no click in the weekly event widget?

    Need more advice please as I am not a designer.

    Thanks
    Mel

    in reply to: display categories with dropdown #1203613
    Mel
    Participant

    Hi

    Thank you for your reply….

    The customizers you listed are fine but I am not willing to pay $500 or more when I can just find another calendar program for $60… but thank you for list.

    The example pic of a dropdown to select categories was from your showcase examples! Was that done with the filter bar?

    Thanks
    Mel

    in reply to: display categories with dropdown #1202894
    Mel
    Participant

    Hi again,

    I understand the issue of the colors being a 3rd party plugin and will contact them!

    One of my questions has to do with categories in general not COLORS. How can I filter events by category as
    shown in the 1st pic I attached! The pic show a dropdown when selecting the category. And I would like one
    of the dropdown options to say “view all categories”.

    The colored categories really should be a standard feature. If the 3rd party goes away or stops supporting it
    what would thousands of users do? For example, after I upgraded to WP 4.7 the category colors are a mess now!!!
    Can I vote for this as a feature request?

    Thank You
    Mel

    • This reply was modified 9 years, 4 months ago by Mel. Reason: forget some text
    in reply to: display categories with dropdown #1202449
    Mel
    Participant

    Hi,

    Just updated to WP 4.7….. now my categories have changed? and some category colors are missing from events?

    See attached pic…. not sure if this update changes anything since I want the dropdown for categories anyway.

    Just a FYI

    Thanks
    Mel

    in reply to: next button is strange when no future events #1202313
    Mel
    Participant

    Hiii Clif,

    That worked perfect…. slowly I am learning more about CSS.

    You guys-gals rock!!!

    Thanks
    Mel

    in reply to: Events colored in full calendar… #1201926
    Mel
    Participant

    thanks

    Mel
    Participant

    Hiiiii 🙂

    Thank you for all the CSS tips… this topic is fine now….

    I have several other questions but will post them separately.

    Excellent support!! so thank you..

    Mel

    Mel
    Participant

    Hi,

    Thank you for the reply. most of what you recommended worked….. I still have some questions 🙂

    1. The next/prev button at the bottom look much better, but how can I move the buttons to the top of the calendar?
    and have no buttons on the buttom.

    2. a small cirlcle appeared when I added the css for the next/prev buttons?

    3. I want the “save as” gone so uses only see the full calendar…

    Thank you for the great support always….
    Mel

Viewing 13 posts - 31 through 43 (of 43 total)