bluepixeldesign

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Issues after update #229763
    bluepixeldesign
    Participant

    I 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.

    in reply to: Issues after update #229730
    bluepixeldesign
    Participant

    I 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.

    in reply to: Events List Widget Style #131794
    bluepixeldesign
    Participant

    I 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!

    in reply to: Events List Widget Style #129240
    bluepixeldesign
    Participant

    Can you also help me get the look of the mini calendar’s list, but actually using the List Widget?

    in reply to: Events List Widget Style #129238
    bluepixeldesign
    Participant
    in reply to: Events List Widget Style #128299
    bluepixeldesign
    Participant

    I 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.

    in reply to: Events List Widget Style #128291
    bluepixeldesign
    Participant

    I 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… ?

    in reply to: Events List Widget Style #128266
    bluepixeldesign
    Participant

    Actually 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…

    in reply to: Events List Widget Style #128262
    bluepixeldesign
    Participant

    Ok, 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.

    in reply to: Events List Widget Style #126298
    bluepixeldesign
    Participant

    Ok, 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.

    in reply to: Events List Widget Style #126277
    bluepixeldesign
    Participant

    Oh! 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”.

    in reply to: Template/CSS overrides not working #126208
    bluepixeldesign
    Participant

    It 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.)

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