-
AuthorPosts
-
November 18, 2018 at 8:23 pm #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?November 18, 2018 at 8:26 pm #1034893For 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.
November 19, 2018 at 7:14 am #1035055Hi,
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,
RikardNovember 19, 2018 at 8:33 am #1035071Deactivate all plugins – problem still exists.
The basic theme without customization has the same problems as well as child-theme which is working now.November 19, 2018 at 8:46 am #1035074Demo data used to create the website https://kriesi.at/themes/enfold-freelancer/
November 19, 2018 at 8:49 am #1035075Child-theme settings:
<?phpfunction 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’);November 21, 2018 at 12:06 am #1035859Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
BasilisNovember 21, 2018 at 8:56 am #1035925This reply has been marked as private.November 25, 2018 at 8:11 pm #1037435Hi,
What u mean 4 days?
Best regards,
BasilisNovember 26, 2018 at 9:54 pm #1037787I meant that the temporary login will be valid for 4 days. This deadline has expired. Login extended for another 7 days.
November 28, 2018 at 7:06 am #1038354Please inform. Have you finished fixing?
November 28, 2018 at 4:42 pm #1038582Hi 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,
NikkoNovember 28, 2018 at 9:00 pm #1038718All works. Thanks!!!
November 28, 2018 at 9:06 pm #1038723Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Load more button issue’ is closed to new replies.