Forum Replies Created

Viewing 30 posts - 631 through 660 (of 3,742 total)
  • Author
    Posts
  • Hey Phet,

    Sorry, this is not possible because the masonry galleries use the WP paging logic and this is not bound to a gallery.

    This is a known limitation.

    Consider to use the “Load more” button feature.

    Best regards,
    Günter

    in reply to: Lazy Loading images #1315028

    Hey Guenter,

    No, we use only default WP implementation. This adds attribute

    
    loading="lazy"
    

    to images and this uses browser implementation.

    Best regards,
    Günter

    in reply to: Colour Sections no longer displaying 4.8.6 #1314884

    Hi,

    @christiemade

    Thanks for feedback and glad it fixed your problem.

    Together with the help of @edolmen we could localize a problem with minification plugin and wrong aligned background images.

    We are working on a fix for this for the next update.

    Best regards,
    Günter

    in reply to: Logo SrcSet? #1314882

    Hi,

    What I can think of is adding a filter for the sizes attribute – if you think this helps you.

    Best regards,
    Günter

    in reply to: color section disappeared after update #1314879

    Hi,

    Update: Above was for original homepage.

    I created a new page (see below).

    – After create not sure but I think it looked OK in frontend being logged in (except image adjustment)
    – I updated the page
    – Section is “missing” except button
    – Open page not logged in – visible

    Checking the HTML:

    Logged in the HTML content is present but invisible – CSS files are different for non logged in users:

    ..siteground-optimizer……. for non logged in

    The only idea for that would be (selectable with a theme option):

    Add our CSS as inline
    <style>...</style>
    right before the element for logged in user and only create our post css files when the first non logged in user accesses the page.

    Best regards,
    Günter

    in reply to: color section disappeared after update #1314868

    Hi!

    Thanks, will create a new page to check and let you know.

    I open the homepage both logged in with my account and in another browser not logged in I see image in both centered.

    Best regards,
    Günter

    in reply to: color section disappeared after update #1314862

    Hi,

    I cannot reproduce the problem on my server.

    I copied the shortcode to my debug textarea, only changed the attachment id for the background image, and then saved it (as I did not open a modal popup this does not change anything – so the shortcodes are identical to those on your site).

    Opening the page in frontend the image is correct.
    I also activated YOAST, but this does not change anything – it renders correct.

    My first idea was, that a shortcode setting (either a hidden one or a missing attribute) causes this. But I did not find any.

    ———-

    I’ve just seen, that you updated your site to 4.8.6.

    Inspecting the CSS for the image it shows:

    
    background-position: 50% 0;
    

    but our theme outputs:

    
    background-position: center left;
    

    Seems, that your minification plugin (or server) translates center to 50%, left to 0 not taking into account, that CSS interpretes this differently. If you change it in dev console to

    
    background-position: 0 50%;
    

    the image position is correct.

    (See https://developer.mozilla.org/en-US/docs/Web/CSS/background-position)

    As up to 4.8.3 this setting was inline in a style=”….” so it was not changed and worked.

    Conclusion 1: This is something we have to change in our theme to become compatible (becomes high priority)

    —-

    Why it disappeared after saving (cannot reproduce either):

    I do not want to change and save your original page – can you (or I) create a test page with the same content – simply copy the content of the debug window into the debug window of an empty page (ALB mode enabled) and save.

    Thank you for your help.

    Best regards,
    Günter

    in reply to: color section disappeared after update #1314851

    Hi!

    Thanks, I’ve copied the shortcode and will be back, as soon as I’ve found the problem.

    If possible, please leave the code in functions.php. Thank you.

    Cheers!
    Günter

    in reply to: color section disappeared after update #1314842

    Hey edolmen,

    Thank you for the login.

    I would need access to the underlying shortcode. As I cannot edit functions.php of the child theme, can you please add the following into this file:

    
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug() 
    {
    return "debug";
    }
    

    This adds a textarea in backend where I see the shortcode and can copy it to my dev server to check, what is causing the problem.

    Do not forget to make a backup of functions.php for a fallback.

    Best regards,
    Günter

    in reply to: Colour Sections no longer displaying 4.8.6 #1314805

    Hi,


    @edolmen

    After updating the php file – did you:

    – save theme options (this invalidates our post css files and forces a rebuild)
    – clear server and browser cache

    If this does not help we need access to the shortcode of the page so we can check it on our dev server to find the problem.

    Please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor

    This lets us view the shortcode for all the page elements.

    Then we would need WP admin access to your site and the link to the page and which section is not working.

    I would suggest you open an own thread so the private content is only visible to you and our moderators.

    Best regards,
    Günter

    in reply to: Responsive menu treshold by device height #1314789

    Hi,

    Thank you for pointing at this.

    I added it to our dev repo – but at the moment I cannot provide a quick solution and no ETA for a possible implementation. There are too many things to take care of and this needs testing.

    Did you check https://stackoverflow.com/questions/19837035/media-queries-check-min-height-and-min-width ?

    Maybe this helps you to find a solution for your install.

    Best regards,
    Günter

    in reply to: Error av-helper-masonry.php on line 497 #1314780

    Hi,

    Glad everything is working for you now.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
    I will close this thread for now.

    Best regards,
    Günter

    Hi,

    I recheched again.

    ALB Image Element
    Custom Element has “Lockable Custom CSS Class” my-locked-image and is set to locked
    Child Element has “Custom CSS Class” my-image ( and my-locked-image in red border )

    HTML output for image container div has following classes (both classes are included):

    
    class="avia-image-container av-kp01nouk-24ebddcda538fba55c28445e767ecf49 av-styling- av-hover-grow avia_animated_image avia_animate_when_almost_visible av-rotateInUpLeft avia-align-center avia-builder-el-0 avia-builder-el-no-sibling my-image my-locked-image avia_start_animation avia_start_delayed_animation"
    

    Can you please create a WP admin account for us so we can check it ?
    And also specify steps how to reproduce please.

    Best regards,
    Günter

    Hey Dommel,

    Thank you for using Enfold.

    “Lockable Custom CSS Class” is intended to be set and locked in the custom element (= parent) and is then used in the child element.

    Create a custom image element and lock it there. When using this you see the class in a read only field in the child and you cannot change it.

    If you use a “normal” image element both fields can be filled. The result is that both classes are used – in .avia-image-container.

    Best regards,
    Günter

    in reply to: background video no longer working ? #1314660

    Hi,

    Glad your problem is solved.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
    I will close this thread for now.

    Best regards,
    Günter

    in reply to: Disable Enfold Language Switcher (flags) #1314658

    Hi,

    The 2 filters have been deprecated, the action is still valid.

    There is a new theme option “Enfold WPML Language Flags” in Header Tab.

    That should remove the flags.

    Best regards,
    Günter

    in reply to: Color Sections + Boarders NOT working! Please help! #1314629

    Hi,

    Glad we could solve the problem.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
    I will close this thread for now.

    Best regards,
    Günter

    Hi,

    The only way to “opt out” would be to copy the shortcodes from 4.8.3 found in enfold\config-templatebuilder\avia-shortcodes\ to your child theme folder enfold-child/shortcodes/. Then theme shortcodes are not loaded. Then you can decide which shortcodes you want to use from theme by deleting them from child theme.

    Best regards,
    Günter

    in reply to: Error av-helper-masonry.php on line 497 #1314619

    Hi,


    @Guenni007

    $img_style was readded in 4.8.6 to fix problem with “Load More” and background images – probably that’s why we missed it.

    I adjusted the CSS for large gaps in core (enfold\config-templatebuilder\avia-shortcodes\masonry_entries\masonry_entries.css) – good suggestion – as always. Thanks.

    Best regards,
    Günter

    in reply to: WPML – masonry element shows wrong language #1314429

    Hi,

    Let us know about the progress please. We keep this thread open.

    Best regards,
    Günter

    Hi,

    This is the default styling for slideshows in enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.css – first line:

    
    .avia-slideshow{position: relative; margin:50px 0; width:100%; clear: both; overflow: hidden;}
    

    Best regards,
    Günter

    in reply to: Outer Distance for Special Heading Problem after update #1314423

    Hi,

    Once again sorry for the problems you had. Glad everything works now.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
    I will close the thread for now.

    Best regards,
    Günter

    in reply to: Error av-helper-masonry.php on line 497 #1314421

    Hey alexledesma,

    Thank you for using Enfold – and sorry for the problems.

    I fixed the warning – now your homepage seems to work correctly. Can you check please.

    If you need the updated file:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6/shortcodes/av-helper-masonry.php

    Will be fixed in next update.

    Best regards,
    Günter

    in reply to: Accordion toggles go to top of page #1314416

    Hi,

    Glad it works now.

    Enjoy the theme and have a great day. I will close this thread for now.

    Best regards,
    Günter

    in reply to: WPML – masonry element shows wrong language #1314413

    Hi,

    Seems that this thread got mixed up a bit. I answered before:

    Problem seems to be related to WPML not translating the images correctly when using the ajax callback load more button.

    Have you already tried to open a ticket at WPML?

    If not, please do so and add the info above.

    Additional info for WPML:

    enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php function query_entries_by_id()
    enfold\config-templatebuilder\avia-shortcodes\masonry_gallery\masonry_gallery.php function ajax_load_more()

    Best regards
    Günter

    Best regards,
    Günter

    in reply to: Accordeon Element Colors lost #1314411

    Hi,

    Your welcome – glad we could fix the problem.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
    I will close this thread for now.

    Best regards,
    Günter

    in reply to: ENFOLD and WPML #1314403

    Hi,

    Did you already try to contact WPML support?
    This problem seems to be WPML related with the import.

    Best regards,
    Günter

    Hi,

    You have different inline styling for the easy slider (see console in browser):

    
    .page-id-171 .avia-slideshow, .page-id-405 .avia-slideshow, .page-id-199 .avia-slideshow, .page-id-3667 .avia-slideshow, .page-id-386 .avia-slideshow, .page-id-352 .avia-slideshow, .page-id-4013 .avia-slideshow, .page-id-422 .avia-slideshow, .page-id-437 .avia-slideshow {
        margin-bottom: 0px;
    }
    
    
    .page-id-5 > #wrap_all > #main > .avia-section > .container > .content > .post-entry > .entry-content-wrapper > .avia-slideshow {
        margin-bottom: 10px;
    }
    

    If you change the first to 10px the hr displays correct.

    Best regards,
    Günter

    Hi,

    Sorry for the problems.

    Reason was, that the selector was too weak in our post css file.

    I already

    – updated enfold\config-templatebuilder\avia-shortcodes\hr\hr.php,
    – removed the CSS in QuickCSS,
    – saved theme options
    – cleared server cache

    On Homepage now the CSS is correct and your margin settings are applied (I only checked the first one below easy slider).

    In case you need the updated file:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6/shortcodes/hr.php

    Best regards,
    Günter

    in reply to: Accordeon Element Colors lost #1314369

    Hi,


    @rkumar12

    Thank you for the login data – helped to find the problem. Will be in next update.

    Meanwhile you can replace

    enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php

    with the content of:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6/shortcodes/toggles.php

    – do not forget to make copies of the original files for a fallback
    – save theme options to invalidate the post css files and allow a rebuild
    – clear server and browser cache.

    Best regards,

    Best regards,
    Günter

Viewing 30 posts - 631 through 660 (of 3,742 total)