0
Welcome Guest! Login
0 items Join Now

SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Hi Mark,

      with smart-slider I have the same problems.
      An idea I still have - is it possible to add the footer to fixed?
      and the content right site (#g-main scrollt?)

      On the localhost I entered in the custom.scss:
      # g-footer {
           position: fixed;
           bottom: 0;
           left: 0;
           right: 0;
      }

      # g-footer {z-index: 100; }

      but the content right does not scroll.

      Regards, Felix
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • That doesn't look like smartslider v3 to me? it's slideshowck?

      In smartslider there are options to say how the background should behave. You;ve currently got that slideshow behaving reposnively to fit 100% image width. You actually want it to behave 100% height and clip the image sides.

      Either way they're 3rd-party products that we cannot support.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Hi Mark,

      thanks..

      yes, it is now slideshowck. I have the smartslider uninstalled again on the original website. (I test the again on the localhost)
      I am expected to take the Slideschow Particle or RokGallery.
      I have to get ready with the website, I've been working on the slider for the whole week...........

      Can you help me with the fixed footer? (see secure tabs)

      Regards, Felix

      PS. The slideshow should also adjust to the height, this is my problem!
    • Last Edit: 7 years 7 months ago by Felix .
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Use this code...
      #g-container-main {
          margin-bottom: 60px;
      }
      #g-footer {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Hi Mark,

      Thank you for your answer.

      I have tested a bit with the footer fixed. Slideshow is Particle.
      Please look at the website (url: secure tab), thanks

      Regards, Felix
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Ok I can see that you chose not to use the CSS that I gave you in favour of your own solution and yes I can see that has issues in different viewports. Why not use my solution instead since that works?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Hi Mark

      with your solution scrolls also the sidebar and should not be, it is only to the right of the content scrollbar be. and with position: "absolute" the footer is not fixed.
      so I tried that only the content scrollbat is (overflow: auto) the slideshow (overflow hidden)
      If I set both ranges on height: 100% does not work, I have so far only achieved with a fixed height: 850px.
      I give you access to the website so you can test it. (secure tab).

      Code is in custom.scss line 221

      Regards, Felix

      PS: I have found the solution synonymous with your CSS, which I have expanded with the sidebar and with Fixed Header Particle.
      You can view and test the website. (see secure tab).
      If there are still errors, please give me info, thank you.

      I concentrated on the slideshow and did not think logically.
      But my mother has died and I am not at work with my thoughts, sorry ...

      Regards, Felix
    • Last Edit: 7 years 7 months ago by Felix .
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Slideshow (sidebar) - rokgallery/slideshow Particle

    Posted 7 years 7 months ago
    • Ok it seeems to be ok now.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.061 seconds