Forum Replies Created
-
AuthorPosts
-
February 23, 2022 at 1:51 am in reply to: Sidebar not showing up on WooCommerce category page #1341888
Hi,
Glad to hear that you have this sorted out, thanks for sharing your solution, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeFebruary 22, 2022 at 3:21 pm in reply to: Socket Styling Keine Spalten, Text untereinander, columns below eachother #1341796Hi,
Thank you for the login, I have found that your page structure is not correct but it is correct on the blog page and a test page I created /test-footer-page/
the #footer div is outside the #wrap_all div, typically this occurs when there is an unclosed div on the page, so I tried to copy the page and remove the elements one at a time to find the error but the error remained until all elements were removed and then it was corrected.
Please try updating to Enfold version 4.9 which came out yesterday, and change my users language to English, I didn’t have access to do this and was having some trouble.
I see that you have most of the page elements as templates, so please try adding one template element at a time to a test page and save and then check on mobile for the footer widgets to be full width like on my test page, this will be a sign that the page structure is correct.
If you find a template that causes the footer widgets to be next to each other like on your homepage then this element has an error in it.Best regards,
MikeFebruary 22, 2022 at 1:27 pm in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341790Hi,
The Dev Team has corrected the two files:
/enfold/config-woocommerce/config.php
/enfold/config-woocommerce/config-356.php
below is a DropBox link to them, you can replace your file with these via FTP.
This has been merged into the master, but unfortunately didn’t make the v4.9 release, so it will be in the next release.Best regards,
MikeHey!
We will need to wait for Smush to correct this, so in the meanwhile if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Cheers!
MikeHey Markus,
I expanded on the solution from your other thread, now the compleate solution in your functions.php is this:function blog_categories_above_entry_title() { ?> <script> (function($){ $( 'article.post-entry' ).each(function() { $( this ).find( '.blog-categories.minor-meta' ).css({'top':'unset'}).insertBefore( $(this).find('.slide-entry-title.entry-title').css({'padding-top':'0'})); $( this ).find( '.entry-footer .slide-meta time' ).insertAfter( $(this).find('.slide-entry-title.entry-title').css({'padding-bottom':'0','margin-bottom':'0'})); $( this ).find( '.slide-entry-excerpt.entry-content' ).css({'margin-top':'10px'}); $( this ).find('.blog-categories.minor-meta a:contains("Steuerberatung")').css({'color':'#b29653'}); $( this ).find('.blog-categories.minor-meta a:contains("Rechtsberatung")').css({'color':'#b4593c'}); $( this ).find('.blog-categories.minor-meta a:contains("Wirtschaftsberatung")').css({'color':'#45838d'}); }); })(jQuery); </script> <?php } add_action('wp_footer', 'blog_categories_above_entry_title');Please check.
Best regards,
MikeFebruary 21, 2022 at 1:29 pm in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341627February 21, 2022 at 1:00 pm in reply to: Move horizontal gallery navigation arrows below the gallery #1341619Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I would use WP Downgrade Specific Core Version, and just go down to the next available version. Try on a test site first to see how it works, as I recall from a couple of years ago it worked easily, but I have not tried it lately.
If you installed WordPress through your webhost installer, there might be a downgrading option there too, that might be an option to keep the install version number and the actual version number the same.Best regards,
MikeFebruary 20, 2022 at 11:32 pm in reply to: MAILCHIMP widget freezes when entering a test subscriber #1341548Hi,
Thanks for the feedback, I tested again as you had the site set and also experienced the empty Mailchimp response and no added contacts to my list.
I then disabled all of your plugins and got a successful Mailchimp response and the contact was added to my account.
I then returned everything back to the way it was, please try disabling all of your plugins and test your Mailchimp form enabling one plugin at a time until it breaks, then you will know which plugin is causing the conflict.
Sorry, I don’t know of an easier way to do this.Best regards,
MikeFebruary 20, 2022 at 11:01 pm in reply to: Move horizontal gallery navigation arrows below the gallery #1341546Hey takacs_tamas,
Thanks for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top #main .av-horizontal-gallery .avia-slideshow-controls a { opacity: 1; } #top #main .av-horizontal-gallery { overflow: visible; } #top #main .avia-slideshow-arrows a { top:unset; bottom: -20%; margin: -30px 45% 0; }this places them under the slider and near the middle
After applying the css, please clear your browser cache and check.Best regards,
MikeFebruary 20, 2022 at 10:43 pm in reply to: Layer Slider – Play to Scroll – Stop reverse play #1341545Hey SlickBear,
Thank you for the link to your site, but I don’t have any experience with the premium features for Layer Slider, I recommend contacting the Layer Slider support team as they would have more experience with this.Best regards,
MikeFebruary 20, 2022 at 10:31 pm in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341543February 20, 2022 at 10:29 pm in reply to: MAILCHIMP widget freezes when entering a test subscriber #1341542Hi,
Thank you for the login, I tested my Mailchimp API & form on your site and still got the 500 error on your site, while it’s working fine on my demo site.
I see that you have a Mailchimp script in your Insert Headers and Footers plugin, this should not be needed, and quite a few plugins.
Have you tried disabling your plugins and testing Mailchimp?Best regards,
MikeFebruary 20, 2022 at 9:33 pm in reply to: submenu formatting – initially placed over main menu #1341538Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeFebruary 20, 2022 at 9:33 pm in reply to: Show 5 stars instead 1 star with ALB element "Separation line / blank space" #1341536Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
That might be a good idea, it doesn’t look like there was any security fixes since v5.8.3, so you would have a few versions to choose from.Best regards,
MikeHi,
Thank you for your patience and the login, I have looked at your site and it looks like you tried to install the default Enfold Demo:

But it also looks like you have customized the homepage, so in order to help you we will need to Reset the site and you will lose your changes.
Another issue is that this is the only demo that doesn’t include all of the images and sliders, so even if I manually install this demo for you, some things will still be missing.

I recommend the Enfold 2017 demo as it includes everything and displays the elements better.
If you would like me to try to manually install the 2017 demo and you agree to reset the site, please include FTP access in the Private Content area.If you like the default demo layout the way it is and want to use it, then I recommend continuing to edit your site adding your own images and sliders, as you would have replaced the demo images anyways.
I hope this makes sense.Best regards,
MikeHi,
Thanks for the feedback I adjusted your script to this:function blog_categories_above_entry_title() { ?> <script> (function($){ $( 'article.post-entry' ).each(function() { $( this ).find( '.blog-categories.minor-meta' ).css({'top':'unset'}).insertBefore( $(this).find('.slide-entry-title.entry-title').css({'padding-top':'0'})); $('.blog-categories.minor-meta a:contains("Steuerberatung")').css({'color':'yellow'}); $('.blog-categories.minor-meta a:contains("Rechtsberatung")').css({'color':'red'}); $('.blog-categories.minor-meta a:contains("Wirtschaftsberatung")').css({'color':'blue'}); }); })(jQuery); </script> <?php } add_action('wp_footer', 'blog_categories_above_entry_title');Please clear your browser cache and check.
Best regards,
MikeFebruary 20, 2022 at 7:15 pm in reply to: submenu formatting – initially placed over main menu #1341523Hey aboderc,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#header.av_header_transparency + #main #sub_menu1 { top: 122px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 20, 2022 at 6:44 pm in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341521Hey Thomas,
Thanks for the link to your site, the JQuery Not Defined error is due to this custom script:(function($) { // wait until everything completely loaded all assets $(window).on('load', function() { // remove the click event $( document.body ).off( 'click', 'a.woocommerce-terms-and-conditions-link' ); }); }(jQuery));
I see the script has a comment // wait until everything completely loaded all assets but since since jQuery 3.5.1 (window).on(‘load’ is deprecated.
Try window.addEventListener instead like this:// wait until everything completely loaded all assets window.addEventListener('DOMContentLoaded', function() { (function($) { // remove the click event $( document.body ).off( 'click', 'a.woocommerce-terms-and-conditions-link' ); }); }(jQuery)); });So check your functions.php for this script and adjust.
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
To move the blog categories I added this script to your child theme functions.phpfunction blog_categories_above_entry_title() { ?> <script> (function($){ $( 'article.post-entry' ).each(function() { $( this ).find( '.blog-categories.minor-meta' ).css({'top':'unset'}).insertBefore( $(this).find('.slide-entry-title.entry-title').css({'padding-top':'0'})); }); })(jQuery); </script> <?php } add_action('wp_footer', 'blog_categories_above_entry_title');but did you want each category to be a random color or a specific color?
I see you have 4 post categories.Best regards,
MikeHi,
Glad this helped, below you will find a link to a WebPageTest and your images could be smaller, try TinyJPG
I tested one of your images from the WebPageTest and TinyJPG made it 73% smaller

It looks like you only have about 12 images on your homepage so you could manually do this with FTP, download ▸ TinyJPG ▸ re-upload or you can use the TinyJPG plugin, it’s up to you, I believe you have to signup to use the plugin.
You would find a caching plugin like WP Fastest Cache will also help, other than that your site seems to load well.Best regards,
MikeHey Dzimnikov,
Thank you for your patience, since the last Smush update it’s lazy loading script has had a conflict/error this is also true for the siteground lazy loading plugin which is built by Smush (WPMU DEV)
most people find that it adds a space below sliders on first page load, and other lazy loading issues.
Smush (WPMU DEV) is working on this on behalf of many Smush Pro users here, I recommend waiting for the next Smush update that will hopefully fix this because we can not edit the Smush plugin from within the theme.Best regards,
MikeHi,
Thank you for your patience and for the login, I found by deactivating your plugins that this was caused by the Yoast SEO plugin giving the error for the All Pages backend pageERR_INCOMPLETE_CHUNKED_ENCODING
curiosity, not Posts, Portfolio Items, Media, etc. only Pages?
I tried to disable each option in Yoast one at a time to find the cause but didn’t, I note that your site is not using https so I wonder if this is relevant, do you plan on adding https?Best regards,
MikeFebruary 20, 2022 at 3:47 pm in reply to: Enfold portfolio item images missing after WordPress migration #1341503Hey hengseroffgroup,
Thank you for your patience, this sounds like you migrated the images via FTP to the new site, but since the images were not imported via the media library WordPress doesn’t recognize that they are there. WordPress doesn’t have a workaround for this because the images must also be added to it’s database, not just a physical file in a directory.
There are a couple of plugins that will scan the media library directory and try to import them into the database, but even they say that it is not meant as a solution for FTP uploading.
You can try this, but you may find that you will need to upload these images through the media library.
Another solution would be to clone your old site with the plugin Duplicator By Snap Creek this will move your files and database and correctly adjust the Serialized database, the only download side is that if your site is very large you will need the Pro version.If this is not the situation, then please explain further and include admin login in the Private Content area so we can be of more assistance.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts


