Forum Replies Created
-
AuthorPosts
-
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örgHi Yigit,
Thanks for the quick fix!best regards
JörgHi,
Thank you to Guenni007 and Mike.best regards,
Jörg :DHi 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
March 25, 2022 at 7:23 pm in reply to: Important change request for avia_google_maps_api.js! #1346076@mailworm
You can do this as follows1. create a directory js in the child folder
2. put the following file named norobotofontbymaps.js in the js foldervar 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
February 16, 2022 at 6:55 pm in reply to: Matomo Analytics Cookies Opt-In Reload After Accept #1340956Hi 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.Thanks Ismael, I deposited the two files from Github in a Projetk and the Load More function worked again.
July 27, 2021 at 9:29 am in reply to: Enfold 4.84 – IconList New Border Style "Groove" Icon no longer centered #1312665HI 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örgJuly 26, 2021 at 9:57 am in reply to: Enfold 4.84 – IconList New Border Style "Groove" Icon no longer centered #1312350Hi Rikard,
enclosed as private message the data!
The data is now in a test environmentThanks and best regards
Jörg :DJuly 24, 2021 at 10:47 am in reply to: Enfold 4.84 – IconList New Border Style "Groove" Icon no longer centered #1312048Hey 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’ );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.
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.
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.
August 12, 2020 at 8:57 am in reply to: Masonry Gallery breaks with Lazy Load and WordPress 5.5 #1236873Hi goldengate415,
deactivate once the new LazyLoad from WordPress 5.5Snippet in the child functions:
add_filter( ‘wp_lazy_loading_enabled’, ‘__return_false’ );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
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-cellAnd 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 :DHi Victoria,
with the Default Editor we have no Problem with the Player, Where does the CSS conflict come from?thanks and best regards
JJHi 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 :)
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örgHi 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 helpthanks and best regards
JörgHi 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örgHi,
ok, look to the PN ;)best regards
JayJayHi 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
JayJayJuly 14, 2017 at 4:10 pm in reply to: Portfolio displays not all entries on sorting function #821245Hi,
please post a URL ;)best regards, Jörg
July 4, 2017 at 1:38 pm in reply to: Grid Row does not respond to the Mobile Menu activation header #816318Hi Rikard,
You can close it :Dbest regards
JörgJuly 4, 2017 at 7:45 am in reply to: Grid Row does not respond to the Mobile Menu activation header #816195Hi Ismael,
Works flawlessly thanks :Dbest regards,
JörgJune 29, 2017 at 8:29 am in reply to: Grid Row does not respond to the Mobile Menu activation header #814270Hi Victoria,
The site is not yet ready by PN the message of the URL, because the construction site has temporarily temporarily taken awaythanks and best regards
JörgHi 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
JJHi,
Quick CSS:#top .template-search.content .entry-content p {font-size:20px !important;}
web(wahn)sinnige Grüße
Jörg -
AuthorPosts