Themler, front page mousewheel scroll problem

Themler, front page mousewheel scroll problem

Many are experiencing mouse wheel scroll issues on their main page for pages made with Themler theme editor.

To resolve the scrolling issue, you have to remove the class “bd-parallax-bg-effect” from the front page php file.

This file can be found in themes/templates folder. Find the correct .php file for the front page which can be for example front_4.php and remove the bd-parallax-bg-effect class from the following line:
<div class=” bd-parallaxbackground-3 bd-parallax-bg-effect” data-control-selector=”.bd-layoutcolumn-9″><div class=” bd-columnwrapper-9 col-lg-4 col-md-4 col-sm-12″>

The scrolling with wheel should now be fixed.