• idrees97

    (@idrees97)


    salaam, is it possible to remove the slide at the bottom which shows the next Iqamah time completely? I just want the digital screen to show the namaaz time only. The digital screen appears too small for our screen in the masjid as it is a big mosque. People from the back are struggling to make out the text on the screen.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author mmrs151

    (@mmrs151)

    Wassalam,

    Not right now.

    I have seen some masjid have a big screen at the entrance and another vertical/portrait screen near the mimbar.

    Thread Starter idrees97

    (@idrees97)

    is it possible to shrink the box beneath or increase the text size within the table? Have tried zooming in to see if it adjusts but it moves it all out of position.

    Plugin Author mmrs151

    (@mmrs151)

    I can help you doing it manually.

    Please go to Digitalscreen.php and update this function like this

    private function getBottomRow()
    {
        return '';

    Then in the additional CSS section, you can add this,

    .x-board .middle-row?{
        height: 85% !important
    }

      and also

      .x-board td span.dpt_start,?td span.dpt_jamah?{
          font-size: 8vh !important; 
      }
        Thread Starter idrees97

        (@idrees97)

        Salaam, I’ve tried this but it makes no changes to the vertical screen unfortunately.

        I’ve enter the php as the following either as (ignore italic line)

        private function getBottomRow()
        {
            return '';
        }
        
        private function getPresentationRow()
        {

            private function getBottomRow()
            {
                return '';
        
                $verticalClass = "";
        
                if ( $this->isPortrait ) {
                    $verticalClass = "vertical";
                }
        
                $html = '
                        <div class="row botto

        I’ve entered either/both the additional CCS lines too as suggested and it’s not made any difference.

        .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
            border: none !important;
        }
        .dpt-heading .side-by-side {
            border: none !important;
        }
        .x-board .middle-row {
            height: 85% !important
        }
        .x-board td span.dpt_start, td span.dpt_jamah {
            font-size: 8vh !important; 
        }

        Apologies if I’m doing this wrong. First time using and working with CCS, PHP files etc.

        Thread Starter idrees97

        (@idrees97)

        Salaam, any guidance or anything else we can try for this?

        Plugin Author mmrs151

        (@mmrs151)

        wassalam, please send me the url

        Thread Starter idrees97

        (@idrees97)

        Plugin Author mmrs151

        (@mmrs151)

        I can confirm, that it is working with the above code.

        https://pasteboard.co/kLcJdZPL0Lkf.png

      Viewing 8 replies - 1 through 8 (of 8 total)
      • The topic ‘Remove slide at the bottom of the digital screen’ is closed to new replies.