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

    With last update I dont have the option to align image in fullscreen slider.

    #201123

    Hi Mono14!

    The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: top center !important;
    }

    Don’t remove the !important property.

    Cheers!
    Ismael

    #201125

    No way, sorry guys but this will not work for me: I need to align each picture independently!
    Its not looking the same with last update.
    Need that feature back!

    #201926

    Hey!

    You can always roll back your theme to the previous version but the changes to the fullscreen slider are in preparation for a couple of big new features and I believe also to fix issues that could arise from any other type of positioning.

    Edit: Re-looking through git notes and it wasn’t actually removed. Will re-upadate shortly.

    Regards,

    Devin

    • This reply was modified 10 years, 11 months ago by Devin.
    #201930

    In your theme files go to config-templatebuilder>avia-shortcodes and replace the slideshow_fullscreen.php contents with this file:
    http://pastebin.com/QAXEQK1W

    The specific change is on line 93 for the Image Position array. The “required” should be:
    "required" => array('id','not',''),

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullsceen Slider Image alignment’ is closed to new replies.