Forum Replies Created

Viewing 30 posts - 13,021 through 13,050 (of 35,286 total)
  • Author
    Posts
  • 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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341790

    Hi,
    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,
    Mike

    in reply to: Dealing with a bug with easy loading #1341720

    Hey!
    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!
    Mike

    in reply to: Post Slider Date #1341645

    Hey 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,
    Mike

    in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341627

    Hi,
    Thanks for pointing this out, I submitted it to the Dev Team.

    Best regards,
    Mike

    in reply to: Move horizontal gallery navigation arrows below the gallery #1341619

    Hi,
    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

    in reply to: Form fields not sizing down on mobile #1341561

    Hi,
    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

    in reply to: Issue in Backend #1341551

    Hi,
    Thank you for the pastebin, you had an unclosed div which broke the layout, below is the corrected pastebin
    2022-02-20_011.jpg
    2022-02-20_012.jpg

    Best regards,
    Mike

    in reply to: Dealing with a bug with easy loading #1341549

    Hi,
    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,
    Mike

    in reply to: MAILCHIMP widget freezes when entering a test subscriber #1341548

    Hi,
    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,
    Mike

    in reply to: Move horizontal gallery navigation arrows below the gallery #1341546

    Hey 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,
    Mike

    in reply to: Layer Slider – Play to Scroll – Stop reverse play #1341545

    Hey 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,
    Mike

    in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341543

    Hi,
    Ok, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: MAILCHIMP widget freezes when entering a test subscriber #1341542

    Hi,
    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,
    Mike

    in reply to: submenu formatting – initially placed over main menu #1341538

    Hi,
    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

    Hi,
    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

    in reply to: Dealing with a bug with easy loading #1341534

    Hi,
    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,
    Mike

    in reply to: Error on download and import demo files #1341530

    Hi,
    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:
    2022-02-20_005.jpg
    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.
    2022-02-20_006.jpg

    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,
    Mike

    in reply to: Category in Postslider #1341526

    Hi,
    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,
    Mike

    in reply to: submenu formatting – initially placed over main menu #1341523

    Hey 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,
    Mike

    in reply to: Bug: Checkout Error WooCommerce Compatibility 4.8.1 #1341521

    Hey 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));

    2022-02-20_002.jpg
    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,
    Mike

    in reply to: Enfold Price #1341519

    Hi,
    Glad to hear, thanks for considering enfold.

    Best regards,
    Mike

    in reply to: problems with website after migration #1341517

    Hi,
    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,
    Mike

    in reply to: Category in Postslider #1341516

    Hi,
    To move the blog categories I added this script to your child theme functions.php

    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'}));
    });
    })(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,
    Mike

    in reply to: Changing background while loading the startpage #1341515

    Hi,
    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
    2022-02-20_001.jpg
    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,
    Mike

    in reply to: Dealing with a bug with easy loading #1341513

    Hey 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,
    Mike

    in reply to: Can't Access Pages from the WordPress Dashboard #1341511

    Hi,
    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 page ERR_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,
    Mike

    Hey 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,
    Mike

    in reply to: Contact us page #1341501

    Hi,
    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

Viewing 30 posts - 13,021 through 13,050 (of 35,286 total)