Forum Replies Created

Viewing 30 posts - 1 through 30 (of 51 total)
  • Author
    Posts
  • in reply to: Problem with update from 5.6.4 to 5.6.6 #1418071

    Hi Rikard,
    This has always been set up as described in the documentary and it has worked for the last few years. I have now updated the whole thing by FTP, which is not what the inventor had in mind…..
    It therefore seems to be a different problem….

    best regards
    Jörg

    in reply to: Erroneous output, if NO logo is deposited #1415074

    Hi Yigit,
    Thanks for the quick fix!

    best regards
    Jörg

    in reply to: Erroneous output, if NO logo is deposited #1414996

    Hi,
    Thank you to Guenni007 and Mike.

    best regards,
    Jörg :D

    in reply to: Lottiefiles in Enfold 5.6.2 no longer work :( #1407342

    Hi Rikard,
    Thanks for your answer. All plugins deactivated, no change :( Then I completely emptied my Child Theme functions.php and lo and behold the Lottiefiles were suddenly visible again. So step by step I integrated the different functions & snippets again and then I stumbled across the following problem as soon as this was active, the lottiefiles were no longer visible
    // Move jQuery to footer by dequeuing it and then enqueue it again with custom settings
    remove_action(‘wp_head’, ‘wp_print_scripts’);
    remove_action(‘wp_head’, ‘wp_print_head_scripts’, 9);
    remove_action(‘wp_head’, ‘wp_enqueue_scripts’, 1);

    add_action(‘wp_footer’, ‘wp_print_scripts’, 5);
    add_action(‘wp_footer’, ‘wp_enqueue_scripts’, 5);
    add_action(‘wp_footer’, ‘wp_print_head_scripts’, 5);

    In the meantime the moving is possible in the Enfold, leave the function out now ;)

    Thanks for your answer anyway! And post can be closed :D

    Jörg :D

    in reply to: Important change request for avia_google_maps_api.js! #1346076

    @mailworm
    You can do this as follows

    1. create a directory js in the child folder
    2. put the following file named norobotofontbymaps.js in the js folder

    
    var head = document.getElementsByTagName('head')[0];
    
    // Save the original method
    var insertBefore = head.insertBefore;
    
    // Replace it!
    head.insertBefore = function (newElement, referenceElement) {
    
        //if (newElement.href && newElement.href.indexOf('//fonts.googleapis.com/css?family=Roboto') > -1)
       if (newElement.href && 
    		(
    			newElement.href.indexOf('//fonts.googleapis.com/css?family=Roboto') > -1
    			|| newElement.href.indexOf('//fonts.googleapis.com/css?family=Google+Sans+Text') > -1
    		)
    	  )
    	{	
            console.info('Prevented Roboto from loading!');
            return;
        }
    
        insertBefore.call(head, newElement, referenceElement);
    };
    

    3. The following code is added to the Child Theme function

    
    function agwp_addCustomScripts(){
        wp_enqueue_script('norobotofontbymaps',get_stylesheet_directory_uri().'/js/norobotofontbymaps.js');
    }
    add_action('wp_enqueue_scripts', 'agwp_addCustomScripts');
    

    Ready now no more fonts are loaded from Google Maps

    Happy Coding :D

    • This reply was modified 2 years, 2 months ago by Yigit. Reason: added code tags
    in reply to: Matomo Analytics Cookies Opt-In Reload After Accept #1340956

    Hi architekt-ur,
    you don’t have to block Matomo and you don’t have to put it into the cookie query, because you can run Matomo without a cookie by simply writing the following as the first line in the Matomo script
    _paq.push([‘disableCookies’]);
    Matomo runs without cookies and is 100% DSGVO compliant and does not have to be included in the cookie query.

    in reply to: Masonry Portfolie "Load more" Button don't work. #1338500

    Thanks Ismael, I deposited the two files from Github in a Projetk and the Load More function worked again.

    HI Rikard,
    I checked it with the new version 4.8.5 and the error is still there.
    Have a new workaraoud for me how to get the icons in the middle. Here is my CSS snippet

    .iconlist_icon {line-height:unset !important; display: flex; display: flex; justify-content: center; align-items: center;}

    best regards
    Jörg

    Hi Rikard,
    enclosed as private message the data!
    The data is now in a test environment

    Thanks and best regards
    Jörg :D

    Hey Rikard,
    the Enfold Version is 4.8.4

    And here is an extra page with the error

    in reply to: WordPress 5.8 Widget Blocks Error #1311479

    Hey Thomas,
    Thanks for Info.

    And for those who don’t want to solve everything via plugins, here is the code for the child theme functions.php

    // Disables the block editor from managing widgets in the Gutenberg plugin.
    add_filter( ‘gutenberg_use_widgets_block_editor’, ‘__return_false’ );

    // Disables the block editor from managing widgets.
    add_filter( ‘use_widgets_block_editor’, ‘__return_false’ );

    in reply to: Troubles with 4.8.4 update on Icon box and #1311115

    which editor is used Gutenberg or Classic? I have no problem with the Klassik editor. I also have problems with Gutenberg. So just check the standard editor in Enfold and switch to the Classic editor.

    in reply to: Few problems #1269541

    why should you remove the H tags in the widget you can address them neatly with CSS to customize, but if it should be so that the out then probably via jQuery script something like that, is not tested

    $(‘#footer h3’).each(function(){
    $(this).replaceWith( “” + $(this).html() + “” );
    });

    Point 2 & 3 are extra & individual CSS settings, which can be implemented relatively easily in Enfold. For point 3 you can also find the corresponding information in the Enfold documentation.

    in reply to: Enfold got hacked #1269308

    Hi, I guess you should contact a freelancer who knows about hacks, because I suspect that the attack did not come through the Enfold theme but through a plugin or an outdated server software… Which files were found where? And it would be good if these files were still available in a baclup to check what they did and then draw conclusions about the intrusion ;)

    If your domain is druckart.de, then the attack came via the Contact Form 7 form using the file upload function. There is a bug up to version 5.3.1 which allows to upload any kind of file ;)

    • This reply was modified 3 years, 11 months ago by AgenturWP.
    in reply to: Masonry Gallery breaks with Lazy Load and WordPress 5.5 #1236873

    Hi goldengate415,
    deactivate once the new LazyLoad from WordPress 5.5

    Snippet in the child functions:
    add_filter( ‘wp_lazy_loading_enabled’, ‘__return_false’ );

    in reply to: Shortcodes window after updating to WordPress 5.4 #1210253

    Hi,
    Since this morning after the update of WooCommerce 4.1.0, I have the problem with the fix that on the dashboard the WooCommerce status display was extremely lengthy :( Test Fix again deactivated the display was ok, Fix again activated the display was extremely lengthy.
    After a few tests I have now rebuilt / extended the fix as follows, no idea if this is the actual fix sense is so okay, but for me now runs the display but again in order:

    
    function avia_block_editor_scrolling_fix() {
    	?>
    		<style>		
    			<!-- Fix -->
    			body.block-editor-page.avia-advanced-editor-enabled .block-editor-editor-skeleton__content{position: relative !important;}						
    			.edit-post-visual-editor .block-editor-writing-flow__click-redirect {min-height: 2vh !important;}
    		</style>
    	<?php
    	//
    }
    //add_action('init', 'avia_block_editor_scrolling_fix');
    add_action('admin_head', 'avia_block_editor_scrolling_fix');
    

    best regards, Jörg

    in reply to: Update to 4.5.7 breaks columns with equal height #1125895

    Hi,
    I have the same problem and have probably found the error in the current CSS block
    the width is always set to 100% and the display-art is set to table instead of table-cell

    And the top, center or bottom alignment is defined in the wrong DIV element.

    I made myself an adjustment on the fast via custom css which is only temporarily helpful,
    because the basic problem is not solved with it, because if you use different columns at
    different places it is not helpful. Please improve in the next Enfold version ;)

    Current CSS in Enfold
    —————————
    #top .flex_column_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    }

    Modify with Custom CSS
    Adjustment for 2 columns
    with middle alignment
    —————————
    #top .flex_column_table {
    display: table-cell !important;
    width: 50% !important;
    vertical-align:middle !important;
    }

    best regards
    JJ :D

    in reply to: Audio default Playlist Problem #974769

    Hi Victoria,
    with the Default Editor we have no Problem with the Player, Where does the CSS conflict come from?

    thanks and best regards
    JJ

    in reply to: Audio default Playlist Problem #972725

    Hi Rikard,
    we have all tested with and without Performance Option – no improvement, I don’t have an idea anymore.
    Leave data…

    thank and best regards, JJ :)

    in reply to: Cookie Consent Message – not EU conform #946613

    Hi Guenni007,
    Right on your test page is how it’s supposed to be. So I took my test environment a little bit out of each other and it was the Kombi WP Rocket and new Enfold Performance, because a JQuery lay cross and then blocked the cookie banner, so sorry everything is ok with the cookie banner ! I love Enfold!

    best regards
    Jörg

    in reply to: Columns equal height problem after Code Block #879702

    Hi Ismael,
    Sorry for the late reply, yes in a text block it works without problems, that means the problem lies in the encapsulation with the code block element? First of all, I only use the text block element for the corresponding shortcodes. Thank you for your help

    thanks and best regards
    Jörg

    in reply to: Columns equal height problem after Code Block #875156

    Hi Ismael,
    before I ask a question here in the forum, I try myself a lot, including always delete all caches. As I said with the previous version, there were no problems until the current 4.2 version …..

    thanks and best regards
    Jörg

    in reply to: Columns equal height problem after Code Block #874082

    Hi,
    ok, look to the PN ;)

    best regards
    JayJay

    in reply to: Columns equal height problem after Code Block #873757

    Hi Rikard,
    in the private content are 2 URL. In the Code Block is a shortcode from the plugin WordPress Download Manager. I also suspect that it could possibly be due to it.

    thanks and best regards
    JayJay

    in reply to: Portfolio displays not all entries on sorting function #821245

    Hi,
    please post a URL ;)

    best regards, Jörg

    Hi Rikard,
    You can close it :D

    best regards
    Jörg

    Hi Ismael,
    Works flawlessly thanks :D

    best regards,
    Jörg

    Hi Victoria,
    The site is not yet ready by PN the message of the URL, because the construction site has temporarily temporarily taken away

    thanks and best regards
    Jörg

    in reply to: width of galery image text box #792701

    Hi rixi,
    If the description text under the pictures is meant if you open an image via Lihtbox, then it would be the Quick CSS with:
    div .mfp-title {font-size:30px !important;}

    best regards
    JJ

    in reply to: Suchergebnisse Schrift Größe ändern #792556

    Hi,
    Quick CSS:

    #top .template-search.content .entry-content p {font-size:20px !important;}

    web(wahn)sinnige Grüße
    Jörg

Viewing 30 posts - 1 through 30 (of 51 total)