Forum Replies Created

Viewing 30 posts - 6,361 through 6,390 (of 11,899 total)
  • Author
    Posts
  • in reply to: enfold-4.6.2.1-beta-mailchimp.zip link please #1144938

    Es sollten schon inline svgs sein, da man so leicht an Füllfarben kommt – ja sogar Verläufe im SVG per css noch ändern kann.
    Das muss wohl schon jemand angedacht haben: https://kriesi.at/documentation/enfold/svg-dividers/

    in reply to: enfold-4.6.2.1-beta-mailchimp.zip link please #1144937

    nein – das reine komplette <svg> </svg>

    du kannst es hier im Einsatz sehen – allerdings noch wie unten beschrieben: https://webers-testseite.de/guenni/#runde
    Unten der Trenner über dem Footer

    in reply to: Google Maps wird unter MacOS Safari nicht angezeigt #1144921

    ja – in Safari sehe ich deine Karte auch nicht.
    Firefox und Chrome zeigen Sie an.

    PS : du hast ja zwei der Erzfeinde einer DSGVO installiert – Das hier wird alles geladen ohne dass ich zustimme oder ablehne. :

    Obwohl ich glaube, dass es nicht so heiß gegessen wird wie es gekocht wird, solltest du versuchen da mehr DSGVO Konformität einzubringen.

    PPS: schöne Grüße aus Bonn

    in reply to: 4.6.3.1 issues #1144796

    no debug – just download – and replace ;)

    in reply to: 4.6.3.1 issues #1144794

    Aha – something has been forgotten:

    open textblock.php – in : function popup_elements()

    before the tab_container closes there is a close_div missing

    so find of that function this:

    array(
    		"type" 	=> "close_tab_container", //close tab container
    		'nodescription' => true
    	),

    there has to be just before a closing div:

    array(
    		"type" 	=> "close_div",
    		'nodescription' => true
    	),

    all tabs had to be closed propper.
    here is a corrected textblock.php to download: pastebin

    in reply to: 4.6.3.1 issues #1144793

    this must have something to do with the new toggle of screenoptions. Previously (4.6.2) it wasn’t like that, but like all elements without toggle containers.
    Till it was fixed i copied the 4.6.2 textblock.php to my child-theme

    in reply to: Google Maps wird unter MacOS Safari nicht angezeigt #1144643

    Muss an deiner Konfiguration liegen. MacOS Mojave : Version 13.0.1 (14608.2.11.1.11) –
    bei mir werden die Karten angezeigt ( neuestes WP – Enfold 4.6.3.1)

    was heißt wird nicht angezeigt – garnichts?
    eventuell mal einen Link?
    Danke

    in reply to: Disabling the Lightbox-Feature for one Image-Link #1144560

    how did you insert the image?
    You are in the Advanced Layout Builder ( ALB ) and drag and drop to your layout the image ALB?

    • This reply was modified 6 years, 3 months ago by Guenni007.
    in reply to: The logo doesn't appear in the Header #1144516

    The travel demo has on its starting page a transparent header.
    The logo shown in this case is placed at: Enfold (-Child) / Header / Transparency Options / : Transparency Logo

    in reply to: Disabling the Lightbox-Feature for one Image-Link #1144514

    the class comes to the image ALB.
    PS What button – show me please the link to the concerning Element.

    in reply to: Disabling the Lightbox-Feature for one Image-Link #1144472

    please try : noLightbox – it seems to be case-sensitive.
    And on ALB options you have choosen: Open new tab/window : Open in new window

    and by the way – all my pdf open in new tab – without doing anything on special settings. This is on my opinion the standard behavior – so don’t know why on your settings the pdf opens in the lightbox.

    in reply to: LayerSlider 6 unable to deactivate, delete or update #1144274

    I am concerned with the LayerSlider which is integrated here in the Enfold. It’s a principle that the version number unfortunately lags behind the current standalone version number. So that now my customers do not react paranoidly to the red light I fade it out in such a way. With the next update of Enfold it’s time close to the current version.

    in reply to: enfold-4.6.2.1-beta-mailchimp.zip link please #1144270

    nö – ihr dürft da auch wild rumtesten – ist nur ne Spielseite für mich. Gerade ist die Aktuelle dort 4.6.3.1 installiert.
    Bin gerade dabei ein wenig das divider Problem zu optimieren. Da müsst ihr noch unbedingt dran.
    So wie ich den svg inline code mit prepend / append einsetze gefällt es mir noch nicht. Das muss mit der Url gehen die ich dann aus einem Upload Verzeichnis heraus sehe. Es mittels svg Support zu machen in dem ich einfach die Trigger Klasse dort mit einbinde – finde ich auch nicht gut.

    Mir die integration im Section ALB am liebsten. Da bin ich gerade dabei.
    Wenn Ihr allerdings sowas ohnehin plant, spare ich mir die Arbeit. Und bin duldsam.

    don’t know if the code above still works for the Enfold 4.6.x generation;
    Test it – if not:

    since 4.6.2 i use this for same category ( portfolio and post )

    add_filter('avf_post_nav_settings','enfold_customization_postnav', 10, 1);
    function enfold_customization_postnav($settings){
    	$settings['same_category'] = true;
    	$settings['is_fullwidth'] = false;
    	if( 'portfolio' == $settings['type'] )  { $settings['skip_output'] = false;}
    	if( 'post' == $settings['type'] )  { $settings['skip_output'] = false;}
    	return $settings;
    }

    Günter has send me a different code (with more options):

    function my_avf_post_nav_settings( array $settings ){
      if( true === $settings['is_hierarchical'] ){
        $settings['skip_output'] = true;
        return $settings;
      } 
      if( ! in_array( $settings['type'], array( 'post', 'portfolio' ) ) ){
        $settings['skip_output'] = false;
        return $settings;
      }
      $settings['same_category'] = true;
      $settings['is_fullwidth'] = false;
      $settings['skip_output'] = false; 
      return $settings;
    }
    add_filter( 'avf_post_nav_settings', 'my_avf_post_nav_settings', 10, 1 );
    in reply to: Diagonal Border angle? #1144084

    by the way – this here seems to be in preparation as described : Kriesi Documentation

    in reply to: column shadow #1143899

    the page-id is always directly at #top so no space between ID and its classes:

    #top.page-id-1593 .flex_column_table_cell {
    box-shadow: 10px 10px 10px #666;
    }
    in reply to: Open Youtube Video in Lightbox #1143896

    if you have an account on yourtube and the videos are yours – you can setup this in your youtube settings.
    Then only related videos are shown from your channel.

    in reply to: Gallery with link to other pages #1143895

    by the way Nikko your edited gallery.php shows the custom link – but does not have effect on link behavior.
    It is a pitty – because if masonry got this feature it would be nice for gallery too.

    in reply to: masonry gallery issue when mage is open #1143890

    i can not see my code in your source code at all.
    Where is it:

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
        opacity: 0.8;
    }
    
    .mfp-content {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50% , -50%);
      overflow: hidden;
    }
    
    .mfp-arrow {
      position: fixed
    }
    
    .mfp-wrap + #wrap_all {
      position: fixed
    }
    
    img.mfp-img {
      max-width: 70vw;    /*** 80vw still works   ***/
      padding: 10px 0 !important;   /*** i would do a padding here - looks nicer ***/
    }
    in reply to: Open Youtube Video in Lightbox #1143861

    i use for the links only images – take what ever you like – and on that image i paste in a youtube link
    i wrote a little jQuery script to get the image from youtube itself – but i take for it always the mqdefault.jpg from youtube.
    Not all videos got hd preview images.
    they are all at: https://img.youtube.com/vi/'+ ID +'/mqdefault.jpg

    if you like to change it to :
    default.jpg (default size)
    mqdefault.jpg (Medium Quality Version)
    hqdefault.jpg (High Quality Version)
    maxresdefault.jpg (Maximum resolution)

    so see the script-file and in use on : https://webers-testseite.de/youtube-videotestseite/

    on top there is a masonry gallery with custom (youtube) links : all with watch?v=
    on the bottom there are images with custom (youtube) links – dito all with watch?v=

    PS: the code on that page is only for that page-id : you had to get rid of that if you like to use it globaly
    and: that code field has on top right a copy button

    This works but for all pages. I wanna use it only for this page > https://l2p-league.com/lol-solo-coaching/
    ID of page is:2034

    #top.page-id-2034 .scroll-down-link,
    #top.page-id-2038 .scroll-down-link,
    #top.page-id-3936 .scroll-down-link {
        top: 820px;
        bottom: initial
    }

    if you have different values – you need for each a seperate rule

    Separated by commas – but the last in the list does not have one!

    by the way that page offers zip files which you can directly upload to Enfold and have if you whish all web-font formats you need.
    On Google you only load ttf files which you had to tranform yourself.
    Download the normal weight and the italic weight as seperated zip files.
    But my advice is to rename the zip you download. – Because: that file-name will be taken as font-family name.
    If you download there f.e. the 900 Font
    Montserrat Black : as a black font it will be shown on Enfold as 400 : normal font style of the 900er.
    It’s not Enfold, it’s the writing itself. For example, you can open these files with a font editor (Font Lab Studio on Mac), then you can see that the font itself was created that way.
    So to have more nomenklatur clearness rename the zip file for Example to Montserra-Black:

    these are extra font styles which are not included in the integrated font portfolio.
    So you can download them or if you don’t care about GDPR embed them. And then use them.

    By the way if you activate the option on Enfold: Layout Builder : Customize heading styling – to: “Show and allow to edit stylings”
    you got that additonal Options on your ALB Elements. There you can choose on most ALB Elements the heading Tag ( thats what your link for is obsolet)
    On headings ALB this is the fact for a long time.

    Now : if you don’t like to embed the fonts – you can download them from here for example:
    https://google-webfonts-helper.herokuapp.com/fonts/montserrat?subsets=latin
    https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin
    There is also a good description on how to host them locally – or you can read here on nice documentation: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    in reply to: masonry gallery issue when mage is open #1143703

    This Code has no error – it is copy pasted from an enfold 4.6.2 Installation from my server and it works very well there – but because i have never sit before a PC i did not recognize that there is the jumping scrollbar issue.

    The css code ( as mentioned above – without that functions.php snippet to use)
    Look: Movie with your site

    See example page – tested on both MAC an PC – no scroll-jump! Only different browsers show the scroll-bar – maybe this is possible too to influence.
    https://webers-testseite.de/guenni/masonry/

    in reply to: Full screen slider display #1143498

    and by the way – the solution with two sliders set one on display none : https://webers-testseite.de/guenni/two-sliders-3/
    https://gtmetrix.com/reports/webers-testseite.de/srn0Z281
    this page has a better performance than the other!

    in reply to: Full screen slider display #1143495

    so this is my last trial for now:
    it only works for devices not on resize option
    this is a one fullwidth-slider only on that page which has the outlook of a fullscreen-slider on desktop devices.
    and if it is load on mobile devices it is a full-width slider.

    https://webers-testseite.de/guenni/two-sliders-2/
    i gave to the fullwidth-slider the custom-class: fullscreen-onbig
    there i my page id in the code – adjust it.

    function make_background_image(){
    if ( is_page(804) ) {  
    ?>
    <script>
    (function($){
    $(document).ready(function() { 
          var sliderLi = $('html.avia_desktop .fullscreen-onbig .avia-slideshow-inner li');
          sliderLi.each(function() {
            var bgUrl = $(this).find('img').attr('src');
            $(this).css({
                'height'  : '100vh',
                'background-image'  : 'url('+ bgUrl +')',
                'background-size': 'cover',
                'background-repeat': 'no-repeat',
                'background-position': 'center center',
            });
            $(this).find('img').detach();
          }); 
    });
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action('wp_footer', 'make_background_image');

    https://gtmetrix.com/reports/webers-testseite.de/953lvr7o

    in reply to: Full screen slider display #1143431

    so my last attempt on that will be your idea here
    i change now my test site.

    in reply to: Full screen slider display #1143429

    Yes – but believe me – this will be a more academic interest now. The resulting page will be less performance then having two sliders with identical images – and setting one from them to display: none. When the images are loaded – they won’t be loaded again for the hidden slider.

    please don’t make yourself a slave to such performance tools – they can’t give more than general hints. Some things make sense – others don’t.
    I would optimize the pictures first in your place.

    you can see here my testsite : https://webers-testseite.de/guenni/two-sliders/
    with one slider first.
    you see that on making the screen width smaller the slider completely is out of DOM.
    And making it bigger it is there again on the same place as before – but all event listeneres are gone – that is the reason why no image is seen in that slider.
    So now to manually add the eventliseners again. etc. pp
    with two sliders now and on resize.

    in reply to: Full screen slider display #1143387

    aha – i learned something now: a cloned element is not in the DOM – so it might be possible to clone the element first – and re-add it again. My first attempt was ok. but on cloneing an element the events are lost ( known as a shallow copy ).
    So we had to work with cloneNode() or importNode() – maybe a Mod knows how to clone an element including all its events.

    in reply to: Full screen slider display #1143367

    hm – the idea with the header hook could not work propper – because both sliders are fullwidth elements and would destroy the structure of the header.

Viewing 30 posts - 6,361 through 6,390 (of 11,899 total)