Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307233

    Hi,

    thanks for your nice theme! I need help with two little issues regarding the sliders.

    – One slider is a content and the other is a post slider (see attachment). The navigation of the left slider looks nice and the right slider should loo the same.
    – The post slider should to not show any thumbnail at all. The thumbnail (or beginning of content) should be aligned to the other two blocks.

    Kind regards,
    Karsten

    #307381

    Hey kmue!

    1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.

    2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:

    
    .avia-content-slider .slide-image { display: none !important; }
    

    Cheers!
    Peter

    #307600

    Hi Dude,

    thanks for your answers!

    1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.

    Nice;) This works so far but places the arrows below the sliders content. How do I place it at top?

    2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:

    .avia-content-slider .slide-image { display: none !important; }

    Hmm, works in the quick css field but not in my child theme style.css file. But more important is the remaining white space on top. How to remove this additional empty „line“? Please have a look at the site.

    bye,
    Karsten

    #308354

    Hey Karsten!

    Try adding this code to the Quick CSS:

    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        top: -25px !important;
        position: absolute;
    }

    Cheers! 
    Josue

    #309059

    Thanks. This places the arrows perfectly on top for the entries slider slider. But between the arrows for the content slider (on the left) and the heading there is too much space. How to remove this?

    bye,
    Karsten

    #309071

    Hey Karsten!

    Add this:

    .no-content-slider-heading .new-special-heading {
        display: none !important;
    }

    Cheers!
    Josue

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