Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • If anyone is interested, I modified a couple of php files to basically ignore the date of the temporary schedule and only check the time. This gives me the ability to assign a time period, and every day, it will use that channel.

    /admin/class-foyer-admin-display.php
    Line 63.. Change the wording to indicate that the date is ignored.
    __( ‘Schedule daily secondary channel (date is ignored)’ , ‘foyer’ ),

    /includes/class-foyer-display.php
    Beginning at line 142
    if ( date(‘His’,$scheduled_channel[‘start’]) > date(‘His’) ) {
    continue;
    }

    if ( date(‘His’,$scheduled_channel[‘end’]) < date(‘His’) ) {
    continue;
    }

    • This reply was modified 4 years, 4 months ago by liquid64.
    Thread Starter liquid64

    (@liquid64)

    I answered my own question! That slide is a “post style” slide, with a featured image set, and the slide set to use that featured image. The featured image then becomes the leftmost part of the slide, while the image set in the slide becomes the rightmost, and the text from the post, displays over top of the right.

Viewing 2 replies - 1 through 2 (of 2 total)