Forum Replies Created
-
AuthorPosts
-
Mel
ParticipantHi 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
MelMel
ParticipantHi,
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..
MelMel
ParticipantMel
ParticipantHi,
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.phpAt line 17:
ID ) ); ?>” rel=”bookmark”><?php echo esc_html( $event->post_title ); ?>what are the and tags you mentioned?
Thanks again
MelMel
ParticipantHi 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…
MelMel
ParticipantHi,
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
MelMel
ParticipantHi
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
MelMel
ParticipantHi 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
Mel
ParticipantHi,
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
MelMel
ParticipantHiii Clif,
That worked perfect…. slowly I am learning more about CSS.
You guys-gals rock!!!
Thanks
MelMel
Participantthanks
December 5, 2016 at 4:11 pm in reply to: remove save-as and change next previous links and sales question #1201803Mel
ParticipantHiiiii 🙂
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
December 3, 2016 at 5:53 pm in reply to: remove save-as and change next previous links and sales question #1201294Mel
ParticipantHi,
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 -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
