Forum Replies Created

Viewing 7 posts - 11,341 through 11,347 (of 11,347 total)
  • Author
    Posts
  • in reply to: 2.7.1 Update Issue #261760

    or try this in case you do not want to cut your pictures:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        border-radius: 2px;
        display: inline-block;
        position: relative;
    }

    and for heaving the overlay effect on the complete image try this:

    .slide-image, .image-overlay {
        max-height: auto;
    }
    • This reply was modified 10 years, 11 months ago by Guenni007.

    i think something has changed with fixed positioning in general.
    on 2.7 the fixed Background Pictures are working perfectly on my Ipad!
    on 2.71 not ! What happend?

    in reply to: Enfold and svg support #256632

    Edit: oh sorry someone changed on my illustrator the export options for svgs.
    So everything is allright now. Sorry

    in reply to: Enfold Full-Width Masonry Gallery #234792

    there is a check for custom link url in the masonry-entries.php on line 727

    
    if(!post_password_required($id)){
    $custom_link = get_post_meta( $id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $id ,'_portfolio_custom_link_url', true) : false;
    if($custom_link) $this->loop[$key]['url'] = $custom_link;
    }
    break;

    is it possible to insert here a target=_blank
    because that will be ok – if there is an external link than open a new window – if not open normal

    in reply to: Enfold Full-Width Masonry Gallery #229089

    perhaps it will be easier to create a new array for the target but i don’t find it where i can insert it.
    This will be a great thing because the most links of portfolio should be self but in some case it will be nice to have an input field for blank

    in reply to: Enfold Full-Width Masonry Gallery #229015

    is it possible to make a set-up that if a class is set (f.e. extlink) the target is blank and if not the link goes to self ?

    i activated the custom.css by using add_theme_support('avia_template_builder_custom_css'); in functions.php
    so i can give the masonry field a special class.

    btw. because of updates the string is now on line 548

    • This reply was modified 11 years, 1 month ago by Guenni007.
    in reply to: Enfold Showcase #219898

    https://kriesi.at/support/topic/enfold-showcase/#post-116454

    very nice Medienvirus – but this is Jupiter Theme – isn’t it ?

    • This reply was modified 11 years, 2 months ago by Guenni007.
Viewing 7 posts - 11,341 through 11,347 (of 11,347 total)