Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • 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
Collapse

Lay Theme Forum

  1. Home
  2. Addons
  3. Fullscreen slider problems

Fullscreen slider problems

Scheduled Pinned Locked Moved Addons
12 Posts 2 Posters 429 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • RichardR Offline
    RichardR Offline
    Richard
    Global Moderator
    wrote on last edited by
    #2

    Dear @TSJ

    Just to be sure - are Wordpress, Lay Theme and Lay Theme's addons all up to date and in sync with each other?

    Do you have any third-party plugins that when temporarily removed solve the issue?

    this is always good to know before proceeding! :)

    Talk soon & have a wonderful day

    Richard

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TSJ
      wrote on last edited by TSJ
      #3

      Hi Richard
      Thansk for your answer.

      I thought I had updated everything when I checked my custom code on and off. But realised the only thing I hadn't upgraded was my Laytheme haha... Sorry for another rookie mistake.

      I have one other question now:

      I used this code (see below) to position my elements when using the full screen slider and rotating my pagenumbers (sidetal.)

      .fp-tableCell {
              vertical-align: top !important;
      }
      
      .fp-tableCell .row-inner {
              margin-top: 6%;
      }
      
      .sidetal {
              transform: rotate(90deg)!important;
      	right: -2.5%;
      	top: 50%!important;
      }
      

      I want my pagenumbers (sidetal) to be positioned vertically in the middle of the screen.

      I tried to do that by using "top: 50%!important;" but the %-mark doesn't work, only when using eg "250px" which I rather not use.

      (check the link I posted earlier for seeing the pagenumbers and positions)

      Hope you can help me placing the numberc correctly!

      1 Reply Last reply
      0
      • RichardR Offline
        RichardR Offline
        Richard
        Global Moderator
        wrote on last edited by
        #4

        Dear @TSJ

        Hey, now worries :)

        Instead of % you could use VH (viewheight) instead if this suits your design - the distance will be calculated based on a user's browser window (also there is VW (veiwwidth).

        So you could have:

        .sidetal {
                transform: rotate(90deg)!important;
        	right: -2.5%;
        	top: 50vh !important;
        }
        

        https://css-tricks.com/fun-viewport-units/

        Hope this helps, let me know ! :)

        Best wishes
        Richard

        T 1 Reply Last reply
        0
        • RichardR Richard

          Dear @TSJ

          Hey, now worries :)

          Instead of % you could use VH (viewheight) instead if this suits your design - the distance will be calculated based on a user's browser window (also there is VW (veiwwidth).

          So you could have:

          .sidetal {
                  transform: rotate(90deg)!important;
          	right: -2.5%;
          	top: 50vh !important;
          }
          

          https://css-tricks.com/fun-viewport-units/

          Hope this helps, let me know ! :)

          Best wishes
          Richard

          T Offline
          T Offline
          TSJ
          wrote on last edited by
          #5

          @Richard-K

          Nice to know!

          Since I use the fullscreen slider and want to have my pagenumber on each fullscreen slide (see: https://jonasgeorgchristensen.net/some-work) The "vh" or "vw" is repsonding, but it doesnt seem to center the numbers on each slide. can it be something about the positioning of these (see circle on picture below) next to my pagenumbers pictures (see arrows on picture below) that affects the placement of the pagenumbers?

          Skærmbillede 2021-02-09 kl. 13.54.37.png

          1 Reply Last reply
          0
          • RichardR Offline
            RichardR Offline
            Richard
            Global Moderator
            wrote on last edited by
            #6

            Dear @TSJ

            The options at top circled represent the vertical alignment of an element within its row. So from left to right " Align-top -- Align Middle -- Align bottom ".

            The placement of your number's can be done simply but 'placing them in the Grid where you want them - this is the fundamental of Lay Theme and its Gridder, The Numbers are text elements that you have created, am i correct?

            Talk soon and best wishes :)
            Richard

            1 Reply Last reply
            0
            • T Offline
              T Offline
              TSJ
              wrote on last edited by
              #7

              Yes, correct. I know. But for different screen sizes and picture sizes, the page numbers change position. Sorry for my unclear communication.

              I guess I wanted to ask how to make the pagenumbers stop being positioned in relation to the pcitures, so that they'll always remain vertically centered in each fullscreen slide?

              When I try use the earlier mentioned CSS, the numbers are still affected by the postion of the pictures on each fullscreen slide instead of just being vertically centered to the right.

              1 Reply Last reply
              0
              • RichardR Offline
                RichardR Offline
                Richard
                Global Moderator
                wrote on last edited by
                #8

                Dear @TSJ

                When removing the CSS: 'top:10vw' the Numbers are 'vertically centered within the slide:

                Screen Shot 2021-02-12 at 12.15.37 PM.jpg

                Once again, hope i understand correctly, wish to help :)

                Have a wonderful day
                Richard

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  TSJ
                  wrote on last edited by
                  #9

                  Thanks for the patience!

                  As shown on your picture and when I of course move the "top" css tag, the page numbers are placed centered in relation to the picture on the right of the slide.
                  But I want my pagenumbers to be vertically centered in relation to the fullscreenslider hight, so that when you slide to each fullscreen slide, the pagenumer is always placed centered at the same spot.

                  Hope there is a possibility for this

                  1 Reply Last reply
                  0
                  • RichardR Offline
                    RichardR Offline
                    Richard
                    Global Moderator
                    wrote on last edited by
                    #10

                    Hey @TSJ

                    Ok? :)
                    Sorry if i dont understand - Im pretty sure i do - You are aware that your Slides are not 100% height of browser at the moment (80%) - they are centered vertically on your slide - this is correct

                    "But I want my pagenumbers to be vertically centered in relation to the fullscreenslider height"
                    -- They are?:
                    Screen Shot 2021-02-16 at 5.15.56 PM.png

                    "so that when you slide to each fullscreen slide, the pagenumer is always placed centered at the same spot."

                    • the Same spot - in relation to the Slide or the Browser height?

                    Slide: they are. centered vertically

                    Browser height: there is some variation because all your slides are not exactly the same height.

                    :) talk soon!

                    Richard

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      TSJ
                      wrote on last edited by
                      #11

                      Ahh okay. Sorry for my misunderstanding and again, thank you for your patience with me.

                      I meant in relation to the browser height then.

                      I tried different positions and values but still couldn't get it to work.

                      1 Reply Last reply
                      0
                      • RichardR Offline
                        RichardR Offline
                        Richard
                        Global Moderator
                        wrote on last edited by
                        #12

                        Dear @TSJ

                        Hi :)
                        How did you go with making your Slides fullscreen?

                        Best
                        Richard

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        I also code custom websites or custom Lay features.
                        💿 Email me here: 💿
                        info@laytheme.com

                        Before you post:
                        1. When using a WordPress Cache plugin, disable it or clear your cache.
                        2. Update Lay Theme and all Lay Theme Addons
                        3. Disable all Plugins
                        4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                        This often solves issues you might run into

                        When you post:
                        1. Post a link to where the problem is
                        2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                        3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                        Online Users
                        K
                        kooloo
                        M
                        mel
                        Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                        laytheme.com
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Search