I'm experiencing problems when scrolling with a mouse through the pages of sites made with this template.
When using an 'external' (let's say 'old fashioned') mouse, you can't scroll down moving the wheel of the mouse. Any other way to scroll down (touch pad, arrows, scroll bar, ...) work fine. And aparently this is only an issue in Google Chrome.
Same problem with similar template 2083.
(No, there is no problem with the mouse :-) )
AS Templates
POSTED: 2017-11-30
Hello BUROPLUS,
What is your website url please?
Regards, AS Team.
buroplus
POSTED: 2017-11-30
www.woningventilatie.info
www.fietsenloix.be
AS Templates
POSTED: 2017-11-30
Hello BUROPLUS,
Sorry, we do not see any issue with a mouse scrolling, the is only a problem with ToTop button in Chrome browser, but the issue was resolved in the latest template version:
https://www.astemplates.com/joomla-template-news/436-002085
Regards, AS Team.
buroplus
POSTED: 2018-05-24
Hi, I have an issue on the homepage of woningventilatie.info
The content in position as-content1 is not showing anymore, while it is still there (as you can see when you scroll the screen with a mouse). Module type is articles newsflash advanced.
Same goes for the content in as-content2, which is a menu.
Everything has always shown fine, until now.
Same problem on site fietsenloix.be (which is built with template 2083).
AS Templates
POSTED: 2018-05-25
Hello BUROPLUS,
It seems you deleted some javascript functionality or javascipt files, please download the latest package from your AS account and replace all files from the template js folder, as well you have to replace template's index.php file.
Regards, AS Team.
buroplus
POSTED: 2018-05-25
Hi, indeed this file jquery.simplr.smoothscroll.stellar.modernizr.min.js was disabled, since it caused that the site doesn't scroll in Google Chrome. Enabling the file solves the issue I mentioned yesterday, but now again the site doesn't scroll anymore in Chrome... How to fix this please?
buroplus
POSTED: 2018-05-25
Problem solved, commented out this part in index.php:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
When using an 'external' (let's say 'old fashioned') mouse, you can't scroll down moving the wheel of the mouse. Any other way to scroll down (touch pad, arrows, scroll bar, ...) work fine. And aparently this is only an issue in Google Chrome.
Same problem with similar template 2083.
(No, there is no problem with the mouse :-) )
What is your website url please?
Regards, AS Team.
www.fietsenloix.be
Sorry, we do not see any issue with a mouse scrolling, the is only a problem with ToTop button in Chrome browser, but the issue was resolved in the latest template version:
https://www.astemplates.com/joomla-template-news/436-002085
Regards, AS Team.
The content in position as-content1 is not showing anymore, while it is still there (as you can see when you scroll the screen with a mouse). Module type is articles newsflash advanced.
Same goes for the content in as-content2, which is a menu.
Everything has always shown fine, until now.
Same problem on site fietsenloix.be (which is built with template 2083).
It seems you deleted some javascript functionality or javascipt files, please download the latest package from your AS account and replace all files from the template js folder, as well you have to replace template's index.php file.
Regards, AS Team.
<script>
jQuery(function($) {
if (!Modernizr.touch) {
$.srSmoothscroll({ease: 'easeOutQuart'});
$(window).load(function(){
$.stellar({responsive: true,horizontalScrolling: false});
});
}
});
</script>