New Landing How can we help? Themeforest Theme Support Dante dante gallery image cut height

Viewing 15 posts - 16 through 30 (of 30 total)
  • Posted in: Dante
  • #88191
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    The ID is 13388. That is what you want to use for the duplicate CSS.

    Hope that helps 🙂

    – Ed

    #88211
    andreavcf73
    Member
    Post count: 44
    This reply has been marked as private.
    #88213
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    All sorted now? 🙂

    – Ed

    #88247
    andreavcf73
    Member
    Post count: 44

    I’ll try to run it on my another test hosting and will let you know.

    for the moment the official website is published without video, the near target is to put again the video in home eight naked mode

    in new topic I have one more issue about the height of image in the gallery

    thank you again

    R,
    andrea

    #88248
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ok, sure. We’ll get to the new topic as soon as we can.

    Thanks.

    – Ed

    #88252
    andreavcf73
    Member
    Post count: 44

    ED,
    sorry I realized that the topic is precisely this topic

    there is the possibility to set the maximum height of the images in the gallery?

    are too high so

    at line 85 of “single-galleries.php” I replaced this:

    $gallery_images = rwmb_meta( ‘sf_gallery_images’, ‘type=image&size=full-width-image-gallery’);

    with this:

    $gallery_images = rwmb_meta( ‘sf_gallery_images’, ‘type=image&size=full’);

    the previous issue was the cutting of head and foot but now the image is too big .. here the link:

    http://www.soniafortuna.com/website/?galleries=spring-summer-2014&preview=true&preview_id=12720&preview_nonce=7e54b0e83d

    I would like to know if you can set a set value such as: max-height: 800px, or something that did reduce the maximum size of heights?

    thank you in advance.

    R,
    andrea

    #88258
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try:

    $gallery_images = rwmb_meta( ‘sf_gallery_images’, ‘type=image&size=large’);

    Instead. That should restrict it for you.

    – Ed

    #88287
    andreavcf73
    Member
    Post count: 44
    This reply has been marked as private.
    #88808
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Andrea,

    Apologies for the delay – link doesn’t work now. Can you let me know the correct link?

    – Ed

    #88895
    andreavcf73
    Member
    Post count: 44
    This reply has been marked as private.
    #89647
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Andrea,

    Ok, decide what max pixels you want the images to show in height, and you can add + adjust the code below:

    .spb_gallery_widget .flexslider .slides li img {
    max-height: 800px;
    width: auto;
    margin: 0 auto;
    }

    Hopefully that sorts it for you 🙂

    – Ed

    #90736
    andreavcf73
    Member
    Post count: 44

    HI Ed,
    thank you for your help.

    please, one more about loop of clip in HOME EIGHT NAKED

    how can I set to run only one time (or n-times) the clip in home eight naked template?

    where can I put my “little hands” to stopping the loop and set only one time?! in what line of what file?!?.. 🙂

    thank you in advance

    Best,
    Andrea

    #91774
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Are you using the Parallax page builder asset for this?

    – Ed

    #91945
    andreavcf73
    Member
    Post count: 44

    yes, the model is the Home Eight: Naked

    thank you

    R,
    andrea

    #92390
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’d need to edit the /swift-framework/page-builder/builder/shortcodes/parallax.php line 55 from:

    $output .= '<video class="parallax-video" poster="'.$img_url[0].'" preload="auto" autoplay loop="loop" muted="muted">';

    to

    $output .= '<video class="parallax-video" poster="'.$img_url[0].'" preload="auto" autoplay muted="muted">';

    – Ed

Viewing 15 posts - 16 through 30 (of 30 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register