Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #379412

    Hi there,

    I have two questions!
    1) How can I make the header 100% not transparent? It stays always a little bit transparent.

    2) I have already found out how to make a bigger font size in my layer slider, so that i can read the font also on mobile devices. BUT I am only able to see a part of the sentence in my slider. How can i make the sentence responsive. … so that the sentence is for example in three lines on my device. Hope you know what I mean :)

    Thanks a lot in advance!

    #379766

    Hey greengraphicsvienna!

    1. Add this to your custom CSS.

    .header-bg { opacity: 1 !important; }
    

    2. Are you sure you have the LayerSlider set to be responsive in the slider settings? Send us a link and we’ll take a look.

    Cheers!
    Elliott

    • This reply was modified 9 years, 3 months ago by Elliott.
    #380752

    Hey Elliot,

    thanks for your quick reply. Unfortunately it doesnt work.

    1) In first position the header is gray but when i scrool down its going to be a bit transparent. :(

    2) We are not alive yet, what do you ned to check it? Yess the responsive mode is on.

    Thank you very much!

    #380758

    Hey!

    Please add following code to Quick CSS and change the color to match your header color

    header#header.header-scrolled {
    background-color: white;
    }

    Best regards,
    Yigit

    #380766

    Hey Yigit,

    thanks a lot! You know something about my second question? :)
    Best regards!

    #380767

    Hi!

    Can you please post a screenshot of the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #380798
    This reply has been marked as private.
    #380799
    This reply has been marked as private.
    #380803

    Hey!

    Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png
    If not, we are going to need to see your website live. So please let us know when you launch your website in that case.

    Cheers!
    Yigit

    #380839

    Hey Yigit,

    still doesnt work :(

    I definitely will! Thanks a lot!

    #380848

    Hey!

    Sure, we will be waiting to hear from you. Thread will be on hold until you reply, so please reply when you launch your website.

    Regards,
    Yigit

    #402257
    This reply has been marked as private.
    #402543

    Hey!

    Did you apply a value to the Layers Container field located on Slider Settings > Layout > Full-width slider settings? You can also apply unique classes attributes to the text layers under Attributes panel. Use “custom-text” on the classes field for example then add something like this to the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .custom-text {
    font-size: 20px !important;
    }}

    Best regards,
    Ismael

    #405028

    Hi Ismael,

    yess, I have put 1140 in the “full width slider settings”. Is that ok? And I have already put a text in the classes field and quick CSS. … I have added some text like my text in the slider wont become to small and stays bigger on mobile devices. You know what I mean?

    This one…

    @media only screen and (max-width: 500px) {
    .layer-slider-caption {
    font-size: 20px !important;
    line-height: 35px !important;
    }
    .layer-slider-title {
    font-size: 30px !important;
    line-height: 30px !important;
    }
    .layer-slider-head {
    font-size: 20px !important;
    line-height: 20px !important;
    }

    What should I now put in?
    Cheers

    #405745

    Hey there,

    you have an answer for me? :)

    Many thanks

    #406288

    Hi!

    There’s a missing bracket in the media queries:

    @media only screen and (max-width: 500px) {
    .layer-slider-caption {
    font-size: 20px !important;
    line-height: 35px !important;
    }
    .layer-slider-title {
    font-size: 30px !important;
    line-height: 30px !important;
    }
    .layer-slider-head {
    font-size: 20px !important;
    line-height: 20px !important;
    }
    }

    Also, 20px is still big for the caption.

    Best regards,
    Ismael

    #409724

    Hi Ismael,

    you are right, but I just missed the bracket here (copying mistake). Still doesnt work? What is wrong with the font within the slider? It isnt going to be block style when responsive :(

    Many thanks!

    #411424

    Hi!

    The font size modification is working. I can see the css declaration:

    @media only screen and (max-width: 500px) {
    .layer-slider-caption {
      font-size: 18px !important;
      line-height: 35px !important;
    }}

    Again, try to edit the captions then set a specific width, 500px perhaps, inside the Styles panel. This will force the caption to wrap inside a container.

    Best regards,
    Ismael

    #413001

    Hey there,
    guess what!? Just a simple button called “Word-wrap” in the styles section! XD works now …
    Thanks a lot!

    One hopefully last question … I have some articles with pictures on a single page. When I click on a picture to make it bigger, afterwards I can click through all of the pictures from all of the articles on the page. But I just would like to see the choosen picture without the possibility to click through all of the pictures of all of the articles … thanks in advance!

    #413535

    Hi!

    LOL. Glad you figured it out. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thank you for your understanding. :)

    Best regards,
    Ismael

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘transparency and responsivness’ is closed to new replies.