Forum Replies Created

Viewing 30 posts - 7,111 through 7,140 (of 11,702 total)
  • Author
    Posts
  • in reply to: Z-index #1066693

    if it is always the second color-section:

    #av_section_2 {
        overflow: visible;
    }
    in reply to: How to open masonry of portfolio entries in a new tab? #1066691

    give a custom-class to the masonry you like to have that. f.e.: masonry-blank
    then this comes to functions.php of your child-theme

    
    function add_custom_target(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.masonry-blank a').attr('target','_blank');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');
    in reply to: Portfolio grid problem #1066622

    Overlap see here : Link

    in reply to: Portfolio grid problem #1066618

    you will need for that a good plugin like : svg support
    on the settings of that plugin you can declare a class where every svg with that class is replaced by the inline svg file.

    But think of : IE does make some problems with inline svg ( i do not care about that – but might be important for you)

    But do you realy need svg for it?
    On a test page of mine i have some header studies – and i want to show how shrinking and hovering can influence path of an inline svg:
    https://webers-testseite.de/cynthia/
    but i think your logo does not need that.
    PS maybe an overlapping of the logo to main is a nice idea: https://webers-testseite.de/cynthia/unite4-2/
    so that the baseline of your font is on header bottom and the g from design overlaps ( perhaps with a drop-shadow)

    • This reply was modified 6 years, 8 months ago by Guenni007.
    in reply to: Image Size in widget (news-box) #1066609

    Very Cool – thanks alot!!!
    – and on Enfold update the filter will be integrated then on class-framework-widgets.php ?

    For Portfolio it is active then too – because portfolio-box is an extension of news-box ?
    btw. it is line 884

    in reply to: How to link to youtube lightbox popup? #1066602

    what kind of plugins could disturb the function?
    i see there is a crisp chat etc. can you deactivate all plugins to see if there is one in conflict with the lightbox.
    i see that the classes: mfp-iframe lightbox-added arn’t added so there must be a conflict.
    You have refreshed the merged files on Enfold (Child) – Performance – “Delete old CSS and JS files?”

    in reply to: Video-Button to unmute Audio? #1066523

    there is one problem on sliders with more than one video ( which has no influence on the function) : because the slider got 2 Videos that are loaded
    Edit: Code is uptodate now – only one container is built.

    in reply to: Video-Button to unmute Audio? #1066509

    with youtube i believe there will be no chance.
    because we had to influence from our page into the iframe (button : ytp-mute-button ytp-button) – that is cross-origin iframe problematic google a bit – you will see that this is very hard to solve

    But your video is small enough to have it as selfhosted video ( maybe you recalculate it to 480p – then it will be only 8MB )
    I use f.e. cloudinary – with a cdn it will work too.
    you can find here a tutorial: it works with fullwidth-easy slider as well.: https://webers-testseite.de/mute-unmute/

    See here the test with your video – if you have seen it, i will delete the files !:
    https://webers-testseite.de/muting/

    it will not work on mobile – so you have to have a fallback image

    in reply to: Can't change the logo #1066471

    I think that there will be not all things loaded from the demo.
    Drag and drop out your Heading. Delete the 1/2 container and create a new one. Put in your Heading and pull in an image above the heading.

    in reply to: Mobile menu doesn't collapse after click #1066423

    The point will be that the link in the hamburger is an anchor link on the same page! And this was a former problem – but now i see that it closes.

    on my mobile it closes the hamburger on click too
    ______
    Old Thread here but it seems to work now
    And it is concerning to a former discussion: https://kriesi.at/support/topic/close-mobile-menu-by-clicking-on-active-navigation-item/

    in reply to: Copying Avia Layout Elements to another page #1066413

    Yes, this template tool is really useful; but what if you decide to change something about the content afterwards?
    I really hate to advertise paid plugins, but this little tool has saved me a lot of extra work: https://habenicht.io/product/enfold-repeatable-content/
    You will have on dashbord like Portfolio an extra tab. You create your layout and this “repeatable” Content has now a unique ID.
    If you want to place it there will be an extra ALB Button to drag&drop the content. If you change that on dashboard all instances of it will change too !

    in reply to: Can't change the logo #1066400

    you must see something like this ( click on it to enlarge ):

    above the heading there is a transparent container with a white image in it : click on it – a popup will open with options to change or replace the image

    in reply to: Can't change the logo #1066378

    What page is defined as maintenance-page on your Enfold Options – Theme Options ? on : “Redirect all users to this page”

    Dashboard – Pages – see where that page is
    or if you see on top the adminbar on your maintainance page – click edit

    it is your page-id-3391

    And you have no disturbing Gutenberg Editor at all ? ( Enfold Options – Theme Options : “use WP Classic Editor” )
    you are in the editor Modus of your Page now and you see the Advanced Layout Builder Editor ?

    in reply to: Multiple new line formatting #1066376

    Video
    ;)

    in reply to: Can't change the logo #1066368

    But this is normal content –
    What page is defined as maintenance-page on your Enfold Options – Theme Options ? on : “Redirect all users to this page”
    you only have to edit that page and replace the image ( that has nothing to do with the logo )
    it has to be in the second column (1/2) after the 1/4 container

    By the way i would not display the bread-crumbs on that page too

    in reply to: Section prioritizing (z-index does not work) #1066366

    https://kriesi.at/themes/enfold-medical/#av-layout-grid-3

    So this is not true: you see on your example page that #av_section_2 is over #av-layout-grid-3
    and this is the avia-builder-el-last element

    in reply to: Portfolio grid problem #1066362

    for your specific Page now you can manually hide the descriptions of the Masonry until a solution is found.

    .page-id-11 #av-masonry-1 .av-masonry-entry-content {
        display: none;
    }
    in reply to: Portfolio grid problem #1066355

    i guess you are right. That seems to be a bug indeed.
    You can see here on the enfold demo page a similar behavior: https://kriesi.at/themes/enfold-2017/elements/masonry/
    The first masonry entries are only with title – the next on load more with description too!

    On the link there is a data attribut: data-caption_elements="title excerpt"
    so this has to be in our case data-caption_elements="title"

    in reply to: Can't change the logo #1066352

    how is your maintenance-page styled. is it a page with transparency header? and your normal Pages not.?
    Enfold got two logos to insert on Enfold Options – the one – major Logo and one for transparency headings.
    This can be found on Header – Transparency Options.
    Maybe this is the reason for.
    A life link would be nice to be shure

    in reply to: Multiple new line formatting #1066168

    what you can do is to install a little plugin ( believe me manually adding custom buttons to the tinymce is hard stuff ) :
    https://wordpress.org/plugins/visual-editor-custom-buttons/
    you will then have the opportunity to add custom buttons to visual and text editor buttons.
    you then can create a new button (if you like with an own icon)

    everytime you press that button you will see that a linebreak is added – and will not be replace through WP

    in reply to: sticky contact – moving #1066100

    danke – nimm den link noch hier weg: Referenzseite

    in reply to: Color Section Background Video – Un Mute / Activate Sound #1066098

    ist there a link for your site?

    an what does it mean “does not work” ?
    you see the buttons – but the click event does not toggle the mute ?

    and you have set a custom class for that color section?

    You dont need to activate the overlay function in the ALB element –
    just give a custom class to the color-section: av-section-color-overlay-wrap

    hast du es so wie auf meiner Testseite beschrieben gemacht, dass du die Id als link Ziel für den Button eingegeben? also relativ nicht absolut:

    also in den Button link : #studiengangmore2

    • Give a unique ID to the Color-Section to toggle f.e.: toggle-color-section
    • Give to the button a custom-class f.e: color-section-toggler
    • the button link is the unique ID of the toggle section

    ausserdem sollte dann der Teil für die Beschriftung so aussehen:

         $('.avia-button-wrap.color-section-toggler span.avia_iconbox_title').text(function(i, v){
                 return v === 'alle Studiengänge' ? 'weniger Studiengänge' : 'alle Studiengänge'
         })
    in reply to: How to link to youtube lightbox popup? #1066095

    by the way it seem that the &rel=0 works on this way to show youtube videos. Only the old parameters to hamper paused related videos does not work anymore

    https://www.youtube-nocookie.com/embed/J8LfI8WEiuk?controls=1&start=0&autoplay=1&rel=0&iframe=true

    in reply to: How to link to youtube lightbox popup? #1066094

    see my test page – even with your controls=1 parameter it works. So – does any lightbox work on your installation?
    Or did you miss to setup on Enfold – Theme Options : “Lightbox Modal Window” to mark that field ?

    in reply to: How to link to youtube lightbox popup? #1065990

    you only want that the button opens the youtube iframe video?
    like here: https://webers-testseite.de/fullwidth-button-on-slider-to-youtube/
    on caption you got the possibility to attach a ( or two) button. The link must be set manually.
    you can insert the iframe url form the code you get from youtube ( you even can set the start time in seconds here)
    the iframe=true opens the iframe

    https://www.youtube-nocookie.com/embed/_c6mLFovnqs?start=97&autoplay=1&iframe=true

    in reply to: Footer at the bottom #1065984

    by the way – all demos on enfold with sidebar header are non boxed one. Maybe this would be a nice idea for your page too
    The link is gone so i can not see now what happend but i would do it this way

    in reply to: Footer at the bottom #1065983

    yes – and all your troubles gone-
    maybe a bit less than 100vh to have for those pages who will fit the socket in viewport

    Ausserdem könntest du mal folgenden Code auch noch probieren; den kann ich via Developer Tools auf deiner Seite nicht simulieren.
    Der soll dafür sorgen dass du nicht nur innerhalb eines Toggles immer nur einen auf hast, sondern auch in benachbarten toggles:

    function only_one_toggle_open_at_the_same_time(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$('.toggler').on('click', function(){
      		$('.toggler').not(this).next().removeClass('active_tc');
    	});
        	$('.toggler').on('click', function(){
                    $('.toggler').not(this).removeClass('activeTitle');	
    	});
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'only_one_toggle_open_at_the_same_time');

    well this is something on request long time ago:
    https://webers-testseite.de/colorsection-toggle/

    ich schreibe jetzt mal gerade deutsch, geht mir besser aus den Händen.
    Eigentlich steht alles ganz gut auf der Seite.
    Ich habe allerdings den Button ( full-width button) unter die Toggle Section gesetzt.

    den code musst du dann deinen Wünschen entsprechend anpassen. die Button Beschriftung kannst du dann auch toggeln. Button Anfangstext und im Code sollte aber übereinstimmen!:

    // color-section toggle
    function add_custom_toggler(){
    ?>
    <script>
    (function($){
      $(window).load(function () {
        $('#toggle-color-section').addClass('notseen');
        $('.avia-button-wrap.color-section-toggler').click(function () {
         $('#toggle-color-section').toggleClass('notseen');
         $('.avia-button-wrap.color-section-toggler span.avia_iconbox_title').text(function(i, v){
                 return v === 'Studiengänge, die perfekt zu Ihren Fähigkeiten passen' ? 'Danke für die Info' : 'Studiengänge, die perfekt zu Ihren Fähigkeiten passen'
         })   
        });
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_toggler');

    Wenn noch fragen sind – gerne

Viewing 30 posts - 7,111 through 7,140 (of 11,702 total)