Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #379568

    Hi there,

    I am in the process of creating my website and I came up with an issue with the Accordion Slider.

    If you go to this link: http://www.beefbeefspace.com/menu/

    You can see that the when you move over on any of the pictures, when the picture slides, the transparent layer only shows half of the whole image, how do I solve this?

    Thanks.

    #379810

    Hi gyverchang!

    Your adding this to your custom CSS correct?

    #top .aviaccordion-preview {
      bottom: 0;
      height: 30%;
      width: 100% !important;
    }

    That’s why it is looking weird. Remove that and it should display like in our demos.

    Cheers!
    Elliott

    #379998

    Dear Elliot,

    Thanks for the info. I found this code somewhere else on this forum. Actually, it worked after adding this code, I added this to the quick css of the wrong section.

    How do I make it transparent when there’s a mouse over?

    Thanks.

    #380071

    Hey!

    Please add following code to Quick CSS as well

    #top .aviaccordion-preview-title-wrap:hover {
    background: transparent!important;
    }

    Best regards,
    Yigit

    #384826

    Dear Yigit,

    The transparency works, however, it only worked when the mouse is hovering over the area that is previously covered by text, once the mouse hovers out of that area, the the transparency disappeared.

    #385276

    Hey!

    Try to replace the code with this:

    #top .aviaccordion-slide:hover .aviaccordion-preview-title-wrap {
    background: transparent !important;
    }

    Regards,
    Ismael

    #386913

    Dear Ismael,

    It doesn’t help.

    Please have a look at my website here: http://www.beefbeefspace.com/menu/

    #388036

    Hi!

    however, it only worked when the mouse is hovering over the area that is previously covered by text, once the mouse hovers out of that area, the the transparency disappeared.

    Can’t reproduce this, the slide remains transparent as long as the cursor is hovering the slide – http://screencast.com/t/WEMW8fpme

    Best regards,
    Josue

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