Forum Replies Created

Viewing 30 posts - 841 through 870 (of 3,751 total)
  • Author
    Posts
  • in reply to: WPML advanced translation editor not working #1249327

    Hi,

    Thank you for your feedback. I forwarded it to WPML so they can continue to investigate.

    Enjoy the theme and have a great day.

    Feel free to come back if you need further assistance.

    Best regards,
    Günter

    in reply to: Tab Element аnchor links broken #1247132

    Hey sckye,

    Thank you for using Enfold.

    This is not a bug. The change of the url hash was necessary because we added aria support for tabs and to fix a problem with FF breaking layout and a scrolling bug.

    If you do not care about that you can remove it:

    In enfold\config-templatebuilder\avia-shortcodes\tabs\tabs.js line 110:

    
    window.location.replace( new_loc + '-active' );
    

    replace with:

    
    window.location.replace( new_loc );
    

    But we would not recommened that.

    Best regards,
    Günter

    in reply to: WPML advanced translation editor not working #1246708

    Hi,

    Thank you for coming back.

    I’ve been in contact with WPML – they are having an eye on it.

    There is a WPML problem with Avia Builder and special characters (like german Umlaute ä,ü,.. but likely also those in other languages).

    It would be helpful to find out, which ALB element causes the problem. So the only way would be to make a copy of the page and then remove one element after the other and check if the translations still break (or the other way add elements to an empty page with the same setup one by one).

    Best regards,
    Günter

    in reply to: Optimizing images: Should I use more than 1 version? #1246228

    Hi,


    @rob2701
    Thank you for your information and input.


    @THP
    Welcome.

    As this thread gets too large, I will close it. Please open a new one if you need further assistance.

    Have a great day and thank you for using Enfold.

    Best regards,
    Günter

    in reply to: Optimizing images: Should I use more than 1 version? #1245766

    Hi,


    @THP

    Checked it. For me it works.

    But it depends on your settings.

    Background images do not support scrset as the img tag – only for resolution (https://developer.mozilla.org/en-US/docs/Web/CSS/image-set)

    If you select Image size behaviour to “no stretch” you get img tags and you must select an image size that has responsive thumbs (check option “Responsive Images Thumbnails Overview:”).

    Best regards,
    Günter

    in reply to: WebP images and the lightbox #1245392

    Hey!

    Thanks a lot for your input.

    We will add it to core – I opened an issue in our dev repo – but I’m not sure if we will be in the next release. Please check the changelog.

    Cheers!
    Günter

    in reply to: WPML advanced translation editor not working #1245141

    Hi,

    Thank you for using Enfold.

    Up to now we did not get any bug reports with translation editor and Enfold.
    WPML has a compatibility team to integrate Enfold and also does a lot to keep everything running smoothly. And we also are in contact with them.

    For your special case – this seems to be related to WPML and not to Enfold.

    Did you already open a support ticket at WPML?

    Best regards,
    Günter

    in reply to: page as footer issue with woocommerce+wpml #1244805

    Hi,

    I have been in contact with WPML compatibility support.

    Please see private content.

    Best regards,
    Günter

    in reply to: page as footer issue with woocommerce+wpml #1244370

    Hi,

    Thank you for coming back and the credentials.

    I setup a staging site on my dev server (with a page as footer) – using the 5 basic WPML plugins (Multilingual CMS, Translation Management, String Translation, Media, WC Multilingual) and WooCommerce. I cannot reproduce the problem. I can add a product to cart in both languages without the popup, this appears only when I switch the languages.

    Also deactivating all other plugins on your staging server does not produce the error any longer.

    It is correct, that $post->ID in function wcml_language_switch_dialog() points to the translated footer page ID.

    It seems, that one of the other plugins hooks into the get_posts() query for the footer page and modifies the global $post variable.

    The only way to find out is to deactivate all plugins (except the basic ones mentioned above) and then reactivate one by one until the problem occurs again.

    Best regards,
    Günter

    in reply to: page as footer issue with woocommerce+wpml #1243275

    Hey!

    Checking your site I found, that it seems to be a problem with Woocommerce Multilingual. Deactivating this plugin adding to cart works.

    We would need ftp access to your server to add some debugging code to the php files of the plugins to be able to break down the problem.

    Thank you for your assistance.

    Best regards,
    Günter

    in reply to: Automatic update Enfold not working #1243069

    Hi Nico,


    @vdlpwp

    Thanks for your research. This sounds like a problem we also had with merged css and js files and this was related to a known but unfixed WP bug:

    https://github.com/pantheon-systems/wp-redis/issues/221
    https://core.trac.wordpress.org/ticket/31245#comment:57

    I added a fix for the next release.

    If you have a staging site and want to test a temp. fix:

    In enfold\framework\php\auto-updates\auto-updates.php line 729:

    
    update_option( 'avia_envato_keys', $theme_keys );
    

    After that line add:

    
    wp_cache_delete( 'alloptions', 'options' );
    

    That should force to save the updated options to database.

    Best regards,
    Günter

    in reply to: Masonry anchor title #1242734

    Hi,

    The code is located in enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php.

    Check function html().

    Hope this will help you.

    Best regards,
    Günter

    in reply to: Gallery pagination, only page 1 is visible #1240916

    Hi!

    Sorry for the problems you have.

    It is caused by WP 5.5 having changed the way it treats pagination and this breaks our theme logic. If you switch back to 5.4.2 everything is working as expected.

    We are working on a solution.

    Cheers!
    Günter

    in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1240698

    Hi!

    Sorry for the problems.

    It is caused by WP 5.5 and limited to post – if you switch back to 5.4.2 everything works as expected – also if you use the ALB element on a page..

    We are working to find a solution. Thank you for your patience.

    Cheers!
    Günter

    in reply to: Feature Request: Page Updated Element #1239237

    Hi!

    Thank you for reporting this.

    I forgot to remove the tab after finishing the element – at the moment it is not needed. Will be part of the next release.

    Best regards,
    Günter

    in reply to: Dates in new Metadata element (4.7.6.3) are not localized #1238775

    Hey Roger,

    Thanks – I missed that.

    Merged for next release.

    If you want to fix it:

    Replace file config-templatebuilder\avia-shortcodes\post_metadata\post_metadata.php with:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_6_3/template_builder/alb_post_metadata/post_metadata.php

    Do not forget to clear server and browser cache.

    Have a nice day.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1238600

    Hi Roger,

    Thank you for helping to improve Enfold.

    I merged your pull into core, fixed the typos 2 + 3 – already in core.

    I made a sync including the latest updates and all language files and uploaded it to github https://github.com/KriesiMedia/enfold-language-files.

    For your dutch there are now 2 untranslated strings remaining – probably the fixes I made.

    Concering the select box: The content is coming from a standard WP function call – should actually be translated by WP (?). But I will check when I have a spare time.

    Best regards,
    Günter

    Hi,

    Thank you for this information. I will close this thread.

    Feel free to come back when you need further assistance.
    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: Masonry Gallery breaks with Lazy Load and WordPress 5.5 #1237906

    Hi Rob,

    Exactly. Jetpack is overriding Enfold. ( and probably also WP, because it handles lazy loading for its own with js which will get in conflict with the html attribute).

    If you have time you can keep jetpack lazy loading disabled and enable Enfold lazy loading for each element and check, if a page works as expected – would mean that at least modern browsers can take advantage of this feature – without any overhead of javascript. Older browsers simply ignore this attribute.

    Best regards,
    Günter

    in reply to: Masonry Gallery breaks with Lazy Load and WordPress 5.5 #1237897

    Hi Rob,

    Thanks for reporting this.

    Enfold uses the WP lazy load logic added with WP 5.5 adding the HTML attribute Loading=”lazy” to images which is supported by modern browsers without any js.

    As we are aware that there are problems with animations and lazy load we disabled it by default for existing sites and you can activate it for each element (option in developers tab) to check, if nothing is broken.

    We had reports for problems with jetpack, lazy loading and broken layout – as jetpack uses js.
    As far as I know jetpack offers a filter to add classes to images to supress lazyloading for these – but this is currently not part of Enfold.

    We have an open issue for that.

    Best regards,
    Günter

    in reply to: Ajax search issue: admin-ajax.php error 500 #1237466

    Hi,

    Thank you for giving us access to your dev server.

    Finally I could locate the problem: $params was not an array but a query string.

    I added in line 1628 (enfold\config-woocommerce\config.php):

    
    $params = wp_parse_args( $params );
    

    This should fix the problem.

    Best regards,
    Günter

    in reply to: Yoast Clarification Enfold 4.7.6.1 #1235797

    Hi!

    Added to next release:

    If WP Option “Search engine visibility” is checked:

    <meta name="robots" content="noindex, nofollow" />

    will be added (if theme option Meta tag “robots” is set to Use Enfold default settings).

    Cheers!
    Günter

    in reply to: Possible Bug: Custom ID Attribute on Table Element #1235778

    Hey!


    @Guenni007

    Thanks for sharing the fix.

    Will be added to next release – should come in the next days (as WP 5.5 is close to release).

    Best regards,
    Günter

    in reply to: [BUG] Special heading alignment #1235378

    Hey Jan,

    If this is dutch language – there are missing/wrong translations causing this.

    Please update

    enfold\lang\nl_NL.mo
    enfold\lang\nl_NL.po

    with

    https://github.com/KriesiMedia/enfold-language-files/blob/master/lang/nl_NL.mo
    https://github.com/KriesiMedia/enfold-language-files/blob/master/lang/nl_NL.po

    If you need assistance please provide us ftp access so we can upload it for you.

    Best regards,
    Günter

    in reply to: ReCaptcha Error again #1234872

    Hi,

    Ich habe einmal eine “Clean functions.php” hochgespielt (functions_clean.php). Mit dieser funktiniert V2 und (nach einigen clear browser cache) auch V3. Habe für beide ein autoresponder Mail erhalten. Du solltest in deinen somit auch einige erhalten haben – Testseite siehe unten.

    Hab es auch als nicht angemeldeter Benutzer in Chrome in einem normalen Fenster getestet.

    Ich habe wieder auf die alte functions.php umgestellt.

    Irgend ein code in Deiner functions.php dürfte somit etwas stören. Wäre interessant, das zu eruieren. Vielleicht kann man dann einen Fix einbauen auch für andere User, die Probleme haben.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1234803

    Hi,


    @EZWebdesign

    Thanks – merged it and added to core

    Best regards,
    Günter

    in reply to: Optimizing images: Should I use more than 1 version? #1234799

    Hi,

    WP creates the srcset from images with the same aspect ratio ( +/- 1 px ) as the image you are displaying.

    This means if the displayed image has e.g. 700px * 700px thumbs with a aspect ratio of 1:1 are considered responsive for scrset.

    If your displayed image e.g. has 1280 * 720 ( 16 : 9 ) and you do not have thumbs with 16 : 9 the image does not get any scrset.

    You find a list of thumbs in Enfold Options page -> Performance -> Responsive Images -> Image Thumbnails Info.

    If you need responsive images for 16 : 9 you will need to add additional image thumb sizes for 16:9.

    Best regards,
    Günter

    in reply to: ReCaptcha Error again #1234147

    Hi,

    Strange. Could you provide me ftp access please? I might need to add some debugging code to php and I do not like to do that without ftp in case I crash the site.

    And I’m afraid I will also need some time to find the problem.

    Best regards,
    Günter

    in reply to: Optimizing images: Should I use more than 1 version? #1234130

    Hi,

    The reason why the images are not visible is a CSS rule:

    
    img[data-lazyloaded] {
        opacity: 0;
    }
    

    located in a script from litespeed.

    WP creates the srcset from images with the same aspect ratio ( +/- 1 px ). Do you have thumbs that have the same aspect ratio as the original image?
    You find a list of thumbs in Enfold Options page -> Performance -> Responsive Images -> Image Thumbnails Info.

    Best regards,
    Günter

    in reply to: ReCaptcha Error again #1233765

    Hey Guenter,

    Could you please provide us a link to a page where we can see the problem with credentials for backend (we need to disable file merging to debug js).

    Best regards,
    Günter

Viewing 30 posts - 841 through 870 (of 3,751 total)