Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #788002

    http://www.responsinator.com/?url=http%3A%2F%2Fwww.lowcarbx.com%2Flp-masterclass%2F

    Hi Yigit :)

    I have serious problems with the layer slider. i have purchased the pro version. please take a look.

    i have done all updates but there is still an error with the preview thumbnails at responsive view. the tumbs should be at the bottom of the slide not in the center.

    please help. i have created an backend login for you. all the best, greetings from vienna, alexander

    #788003

    View post on imgur.com

    also the arrows looks strange.

    #788226

    Hi Alex,

    You will most likely have problems if don’t disable the bundled version of LayerSlider first, please this to your child theme’s functions.php file:

    add_theme_support('deactivate_layerslider');

    Best regards,
    Rikard

    #788473

    OK :)

    #788475

    No there is no slider:

    #788476

    i remove this code :) http://imgur.com/a/IYg9d

    #788480

    I have another problem. Can you help me with this?

    The slide works on desktop view but the images are to small for responsive iphone view. how can i scale a slider image up to double size only on smartphone view. are there settings for this?

    Greetings, Alexander

    #788483
    #788485

    View post on imgur.com

    Pro is activated. there i no other slider.

    #788720

    Hi,

    The code in functions.php is commented out? Like I said you will likely run into problems if you have both versions active:

    /*
    add_theme_support('deactivate_layerslider');
    */

    Best regards,
    Rikard

    #789374

    OK, but when i activate the code (i do this now!)there is no slider :(

    #789375

    Thanks for your help Rikard :) Must a activate the other silder manually. can you check this in the backend :) ?

    #789444

    Hi Alex,

    Please try this instead:

    [layerslider id="5"]

    You might have to use a Code Block element instead of a text block as well.

    Best regards,
    Rikard

    #789478

    OK, i have used the ALB Menu. there is an icon to select the slider :)

    ok, well. i try your code with an code block :)

    #789492

    Hi,

    Let us know if it’s fixed or if you need more assistance regarding the topic :)

    Best regards,
    Nikko

    #789527

    No, now i have a big red error code on the page! :(

    #789531

    You see this only when you loggin in as admin.

    #789566

    Hi diefleischerei,

    The Layer Slider that you created is id=”7″ not 5 :)
    Check that page now.

    Best regards,
    Victoria

    • This reply was modified 7 years, 6 months ago by Victoria.
    #789615

    Hey Victoria. Thank you. Such an mistake :) :) :)

    The slider works – but there are some little things i do not get working. maybe you have an solution for me :) i have set this as background color #ff4d7c but the background is white. and how can i delete this space here? http://imgur.com/a/v92kh

    Greetings, Alexander

    #789626

    I have delete the code element and i insert the extended layer slider with the widget in the avia layout builder menu. now it looks better!

    #789770

    Hi Alexander,

    I see that you’ve made great progress! Good job! Looks like you got it all done or do you have any more questions?

    Best regards,
    Victoria

    #789849

    Hi. No there is still one error. the one from the start of this post :)

    View post on imgur.com

    How can i scale up the imac image only in responsive smartphone view to double size? http://imgur.com/a/Yessu#a2RyqM3

    Thanks for your help, greetings, Alexander

    #789851

    Here is the problem. the image (imac) is much toooooooo small :)

    #790218

    Hi Alexander,

    You need to go to Layer Slider and give an id to that layer or image, so that we can target it specifically via css. Then we’ll adjust this code and hopefully make it close to what you want.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    #layerslider_7 {
      height: 170px !important;
    }
    
    .ls-wrapper.ls-in-out {
          width: 200.756px !important;
          height: 165.504px !important;
          margin-left: 50px !important;
    }
    img.ls-layer {
      width: 280.756px !important;
      height: 165.504px !important;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #790512

    the code above is helpful but I do not understand how to set the slider to show the background image in the mobile with certain size. I have done this in the CSS

    @media only screen and (min-width: 767px) {
      /* Add your Mobile Styles here */
    #layerslider_5 {
      height: 250px !important;
     
    }
    
     .ls-wrapper.ls-in-out {
         
          height: 250px !important;
          margin-left: 0px !important;
    
    /*}
    
    img.ls-layer {
    
      height: 250px !important;
    }
    }
    

    but this change all the image of all levels, can you help me on fixing this issue? Basically I’d like to see part of the background image adpted for a mobile, the setting of the slider layout is on responsive but it just make the slider and the test so small that it cannot be red in the mobile.
    Thanks

    #790558

    Hi scubasnsi,

    The sizes are calculated in Javascript. It’s just that all images have the same class and so you cannot target just one specific. What you can do is give an id to a layer with that image and then we can try to adjust the image.

    Best regards,
    Victoria

    #791095

    Hi Victoria,
    How I can adjust the image once the id is given?
    It is strange that the Layerslider is responive but at the end it is not because the image in the mobile is so small and not only that also all the level either text are very small, there is nothing responsive.
    Thanks

    #791876

    Hi scubasnsi,

    We can use the code above to target specific image with the imac, not all images with the class “ls-layer”.

    Best regards,
    Victoria

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.