Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1034891

    Hello.
    When i click the “Load more” button, the site width starts to twitch until the next batch of images is loaded.
    How to fix it?

    #1034893

    For example, on a demo site https://kriesi.at/themes/enfold-2017/portfolio/masonry-portfolio-example-4-column-masonry-grid/, when you click a button “Load more”, everything works fine.

    #1035055

    Hi,

    Did you try to deactivate all plugins to see if there is conflict coming from any of them? Also, if you have added customisations to the theme then please try to remove them to see if there is a conflict coming from that as well.

    Best regards,
    Rikard

    #1035071

    Deactivate all plugins – problem still exists.
    The basic theme without customization has the same problems as well as child-theme which is working now.

    #1035074

    Demo data used to create the website https://kriesi.at/themes/enfold-freelancer/

    #1035075

    Child-theme settings:
    <?php

    function add_custom_code(){
    ?>

    <?php
    }
    add_action(‘wp_head’, ‘add_custom_code’);

    function avia_remove_debug() {
    remove_action(‘wp_head’,’avia_debugging_info’,1000);
    }
    add_action( ‘init’, ‘avia_remove_debug’);

    function overwrite_language_file_child_theme() {
    $lang = get_stylesheet_directory().’/lang’;
    return $lang;
    }
    add_filter(‘ava_theme_textdomain_path’, ‘overwrite_language_file_child_theme’);

    #1035859

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1035925
    This reply has been marked as private.
    #1037435

    Hi,

    What u mean 4 days?

    Best regards,
    Basilis

    #1037787

    I meant that the temporary login will be valid for 4 days. This deadline has expired. Login extended for another 7 days.

    #1038354

    Please inform. Have you finished fixing?

    #1038582

    Hi sony1208,

    We apologize for the late response.
    I have fixed it. In Enfold > Performance > Disabling of template builder elements, I set it to Always load all elements then cleared the cache using your caching plugin.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1038718

    All works. Thanks!!!

    #1038723

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Load more button issue’ is closed to new replies.