Forum Replies Created
-
AuthorPosts
-
bluepixeldesign
ParticipantI went in and removed the widget I had and added a new one exactly the same and for whatever reason the right events are now showing. Unfortunately my styling isn’t quite working… there’s a dot or bullet point there after the title now.
bluepixeldesign
ParticipantI didn’t do anything with the license. It just quit working. What you suggested (disconnecting and then adding it to the site again) seems to have worked though. Thanks.
The other issue with the widget started when I did the updates.bluepixeldesign
ParticipantI figured out that with a child theme I’m not supposed to copy any of the original functions file over. I cleared it out (with only the php code at the beginning) and then pasted the code you gave, and it worked!
bluepixeldesign
ParticipantCan you also help me get the look of the mini calendar’s list, but actually using the List Widget?
bluepixeldesign
Participantbluepixeldesign
ParticipantI pasted the snippet into my functions.php file and it crashed my site, so I must not have done it properly. Can you give me more direction?
I copied what you gave me, pasted it into functions.php within my child theme, then uploaded.bluepixeldesign
ParticipantI found the code for the list and added a little calendar icon to it, so I know where to insert the little box, if you could just give me that snippet of code… ?
bluepixeldesign
ParticipantActually wait… that’s not what I want to do anyway. I want to use the Events List Widget, and just want to add the style the Mini Calendar’s list has. So the little number box beside the text. I’m sure that style css must be somewhere in here, but I just can’t seem to find it…
bluepixeldesign
ParticipantOk, to get rid of the calendar, I copied the mini-calendar-widget.php file from ‘views/pro/widgets’ and pasted that into ‘mytheme/tribe-events/views/pro/widgets’. I deleted the code for the calendar so I’m left with:
<?php
/**
* Events Pro Mini Calendar Widget:
* modified to remove the grid and show only the list.
*/if ( !defined(‘ABSPATH’) ) { die(‘-1’); } ?>
<?php $args = tribe_events_get_mini_calendar_args(); ?>
<div class=”tribe-mini-calendar-wrapper”>
<!– List –>
<?php tribe_get_view(‘widgets/mini-calendar/list’); ?></div>
It’s still not working though. The calendar is still there.bluepixeldesign
ParticipantOk, made a little headway on my own… Figured out that
.widget.tribe-events-adv-list-widget .entry-title
will edit the title, so I think I’ve found the right starting bit. Now I just need that “list-date” square and the location of the last line of the widget.bluepixeldesign
ParticipantOh! I also want to change the line at the bottom of the widget (“View All Events in Category”) to something else, like “View All Events” or “View Calendar”.
bluepixeldesign
ParticipantIt doesn’t work for me either. :\
I’d actually like to just change the style of the regular list to the style of the calendar list. (The calendar widget seems to take a bit to load and I’d prefer something more streamlined.) -
AuthorPosts
