Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #464673

    On the portfolio pages, even if i select “no scaling of images” for the easy slider or gallery, the images still expands. Please see http://cweclient.wpengine.com/portfolio-item/465-n-roxbury-drive/. (hosted on WPengine) Can i not have it in such a way that it only shows the original size of the image?

    Also using easy slider, can i have the slider controls (arrows and dots) at default state? right now they can only on hover. Also the active DOT stay white which you cant see on white page background

    #465729

    Hey vinayb!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
      opacity: 1;
      filter: alpha(opacity=1);
    }

    Cheers!
    Yigit

    #465861

    can you also entertain my first question? thanks

    #465863

    Also in the default slider control DOTS, the non active color is set to white which is not visible in white bacjground. how can i change the color?

    #466861

    Hi!

    use this code for your images in easy slider:

    .avia-slideshow li img {
    width: auto !important;
    }
    

    Please use a new ticket for a new question.

    Use this for your dots:

    a.goto-slide {
    background-color: red;
    }
    

    Best regards,
    Andy

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