[ad_1]
Hello @peopleinside,
Both issues are caused by the same plugin configuration. If you tick the checkbox to display the loading screen as soon as possible, the plugin must intercept every link in the page to display the loading screen. However, if these links have events associated with the browser’s navigation, they could be affected. So, the solution would be to untick the “Show loading screen when clicking on the link” checkbox.
Regarding the logo size, the current plugin version allows you to modify it. Please enter the style definition below through the “Include an ad, or your own block of code” attribute in the plugin settings page (or via the menu option “Appearance > Customize > Additional CSS”).
<style>
.lp-logo-wrapper{width:300px !important;}
#lp_ls_img{width:300px !important; height:300px !important;}
</style>Best regards.
