Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #856421

    Hi.. I tried to put caption below easy slider, but it seems the caption is hidden under the background
    I used suggested css by Josue from another thread:
    .avia-caption {
    position: absolute;
    bottom: -120px;
    }
    .avia-slideshow, .avia-slideshow-inner {
    overflow: visible !important;
    }
    .avia-slideshow {
    padding-bottom: 120px;
    }

    And here is what it looks like on my site
    https://www.dropbox.com/s/zn584fakbcch6i3/photoworks.jpg?dl=0

    Please advise?

    #856557

    Hey dewasurya,

    You may have to alter the z-index of the caption and or the background. Please provide a link to the site in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #856740
    This reply has been marked as private.
    #857015

    Hi,

    Have you added the caption already?

    Best regards,
    Jordan Shannon

    #857377

    hi Jordan,

    The captions is all there. I’ve changed the style a bit.
    But still the main aim is to have the caption (title and content) to be under the slideshow.

    • This reply was modified 6 years, 11 months ago by dewasurya.
    #857539

    Hi,

    Try adding the following to quick css and adjust the color to whatever you need:

    .avia-slideshow, .avia-slideshow * {
      overflow: visible !important;
    }
    .avia-caption, h2.avia-caption-title  { bottom:-70px !important; color:red!important;}
    h2.avia-caption-title  { padding:0px 10px!important; color:red!important}

    Best regards,
    Jordan Shannon

    #857792

    Thank you it works! But now I can see numbers under slideshow dots.
    Edited: That’s fine I just set the font size to be 0 and it’s gone..
    Thanks for your help!

    • This reply was modified 6 years, 11 months ago by dewasurya.
    #858077

    Hi,

    It looks like the numbers are no longer showing. Was this fixed?

    Best regards,
    Jordan Shannon

    #858283

    Not really but sort of.. I just made the font-size to be 0px.
    But as you can see the slideshow is not smooth.. I can see the next/previous picture appear beside the current picture before it slides.. If you can help to fix it that’s would be perfect..

    #858543

    Hi,

    Was this issue occurring before we added the css?

    Best regards,
    Jordan Shannon

    #858875

    No. It is because of your css below:
    .avia-slideshow, .avia-slideshow * {
    overflow: visible !important;
    }

    Even just another normal image will still visible when scroll down, and looks weird when it applied. So for this I applied this using specific class only for the slideshow, so the only looking weird is now just the slideshow.

    #859407

    Hi,

    Please remove the above. Apologies for the time involved in solving this.

    Best regards,
    Jordan Shannon

    #859432

    Hi Jordan,
    If I remove it the caption will gone, i need another solution before removing the css.

    No problem, as long as we get it sorted out..

    Thank you.

    #859871

    Hi,

    You can simply cut it and paste it back in. I just need to confirm which if any part of the css is causing the issue.

    Best regards,
    Jordan Shannon

    #859874

    Hi Jordan,

    I’m not sure I understand what you mean. Yes I could cut and paste back in, or remark the css. But I prefer to keep the live version as it is now, so not confuse any visitors.
    As I use custom class for this, i have made another page for you that is not applying the css / custom class, so you can check and confirm.. http://photoworks.nl/test

    #860706

    Hi,

    Apologies for the delay in this. If possible, please provide admin info so I can log in and look into this further. The css method may in fact not be the best since the issue is being caused by the overflow:visible declaration.

    Best regards,
    Jordan Shannon

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