Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Technical Support
  3. Removing the '2 out of 5' bar

Removing the '2 out of 5' bar

Planlagt Fastgjort Låst Flyttet Technical Support
15 Indlæg 3 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

    Im using nodebb for some teaching. It works well on google meet especially with the ‘spoiler’ feature to reveal answer.
    However the progress bar gets in the way ‘2 out of 5’ etc
    How to remove this. Im sure its some CCS involved?

    On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

    baris@community.nodebb.orgB This user is from outside of this forum
    baris@community.nodebb.orgB This user is from outside of this forum
    baris@community.nodebb.org
    wrote sidst redigeret af
    #2

    Are you using persona theme?

    eeeee@community.nodebb.orgE 1 Reply Last reply
    0
    • baris@community.nodebb.orgB baris@community.nodebb.org

      Are you using persona theme?

      eeeee@community.nodebb.orgE This user is from outside of this forum
      eeeee@community.nodebb.orgE This user is from outside of this forum
      eeeee@community.nodebb.org
      wrote sidst redigeret af
      #3

      baris yes is Persona the default, I didnt change it

      1 Reply Last reply
      0
      • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

        Im using nodebb for some teaching. It works well on google meet especially with the ‘spoiler’ feature to reveal answer.
        However the progress bar gets in the way ‘2 out of 5’ etc
        How to remove this. Im sure its some CCS involved?

        On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

        baris@community.nodebb.orgB This user is from outside of this forum
        baris@community.nodebb.orgB This user is from outside of this forum
        baris@community.nodebb.org
        wrote sidst redigeret af
        #4
        .topic .pagination-block {
            display: none;
        }
        

        This should hide it on the topic page then.

        1 Reply Last reply
        0
        • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

          Im using nodebb for some teaching. It works well on google meet especially with the ‘spoiler’ feature to reveal answer.
          However the progress bar gets in the way ‘2 out of 5’ etc
          How to remove this. Im sure its some CCS involved?

          On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

          eeeee@community.nodebb.orgE This user is from outside of this forum
          eeeee@community.nodebb.orgE This user is from outside of this forum
          eeeee@community.nodebb.org
          wrote sidst redigeret af
          #5

          Thanks, where should I paste that code?

          1 Reply Last reply
          0
          • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

            Im using nodebb for some teaching. It works well on google meet especially with the ‘spoiler’ feature to reveal answer.
            However the progress bar gets in the way ‘2 out of 5’ etc
            How to remove this. Im sure its some CCS involved?

            On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

            baris@community.nodebb.orgB This user is from outside of this forum
            baris@community.nodebb.orgB This user is from outside of this forum
            baris@community.nodebb.org
            wrote sidst redigeret af
            #6

            In the custom css tab in the admin page at /admin/appearance/customise make sure custom css is turned on at the bottom of the page.

            1 Reply Last reply
            0
            • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

              Im using nodebb for some teaching. It works well on google meet especially with the ‘spoiler’ feature to reveal answer.
              However the progress bar gets in the way ‘2 out of 5’ etc
              How to remove this. Im sure its some CCS involved?

              On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

              eeeee@community.nodebb.orgE This user is from outside of this forum
              eeeee@community.nodebb.orgE This user is from outside of this forum
              eeeee@community.nodebb.org
              wrote sidst redigeret af
              #7

              I added the CSS and made sure it is switched on, rebuilt and restarted
              But it still shows

              dave1904@community.nodebb.orgD 1 Reply Last reply
              0
              • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

                I added the CSS and made sure it is switched on, rebuilt and restarted
                But it still shows

                dave1904@community.nodebb.orgD This user is from outside of this forum
                dave1904@community.nodebb.orgD This user is from outside of this forum
                dave1904@community.nodebb.org
                wrote sidst redigeret af dave1904@community.nodebb.org
                #8

                eeeee you can try adding !important to overwrite default css

                .topic .pagination-block {
                
                    display: none!important;
                
                }
                
                1 Reply Last reply
                0
                • eeeee@community.nodebb.orgE This user is from outside of this forum
                  eeeee@community.nodebb.orgE This user is from outside of this forum
                  eeeee@community.nodebb.org
                  wrote sidst redigeret af
                  #9

                  Tried that and … That bar is still there!

                  The bar goes when I have nodebb on full screen, but I like to use my screen in two halves for the lesson. But if it does go on full screen how is that done?

                  1 Reply Last reply
                  0
                  • dave1904@community.nodebb.orgD This user is from outside of this forum
                    dave1904@community.nodebb.orgD This user is from outside of this forum
                    dave1904@community.nodebb.org
                    wrote sidst redigeret af
                    #10

                    Maybe share your site, it’s difficult to help without seeing the website code

                    1 Reply Last reply
                    0
                    • eeeee@community.nodebb.orgE This user is from outside of this forum
                      eeeee@community.nodebb.orgE This user is from outside of this forum
                      eeeee@community.nodebb.org
                      wrote sidst redigeret af
                      #11

                      sure will message you link, but Ive done these steps

                      1 Reply Last reply
                      0
                      • dave1904@community.nodebb.orgD This user is from outside of this forum
                        dave1904@community.nodebb.orgD This user is from outside of this forum
                        dave1904@community.nodebb.org
                        wrote sidst redigeret af
                        #12

                        I have checked your site.

                        Try

                        .navigator-mobile {
                          display: none !important;
                        }
                        
                        1 Reply Last reply
                        1
                        • eeeee@community.nodebb.orgE This user is from outside of this forum
                          eeeee@community.nodebb.orgE This user is from outside of this forum
                          eeeee@community.nodebb.org
                          wrote sidst redigeret af
                          #13

                          Im running on desktop, is that only for mobile?

                          1 Reply Last reply
                          0
                          • dave1904@community.nodebb.orgD This user is from outside of this forum
                            dave1904@community.nodebb.orgD This user is from outside of this forum
                            dave1904@community.nodebb.org
                            wrote sidst redigeret af
                            #14

                            The progress bar only appears on mobile view

                            1 Reply Last reply
                            0
                            • eeeee@community.nodebb.orgE This user is from outside of this forum
                              eeeee@community.nodebb.orgE This user is from outside of this forum
                              eeeee@community.nodebb.org
                              wrote sidst redigeret af
                              #15

                              That bar was happening on my pc when not fullscreen
                              That worked though! Can you explain?

                              1 Reply Last reply
                              0
                              Svar
                              • Svar som emne
                              Login for at svare
                              • Ældste til nyeste
                              • Nyeste til ældste
                              • Most Votes


                              • Log ind

                              • Har du ikke en konto? Tilmeld

                              • Login or register to search.
                              Powered by NodeBB Contributors
                              Graciously hosted by data.coop
                              • First post
                                Last post
                              0
                              • Hjem
                              • Seneste
                              • Etiketter
                              • Populære
                              • Verden
                              • Bruger
                              • Grupper