Dear Canvas-Team!
On my website: www.felixundschuhu.at the mobile menu does not work.
Any ideas what went wrong?
Best regards, Klaus
3 replies · opened Apr 15, 2016
Dear Canvas-Team!
On my website: www.felixundschuhu.at the mobile menu does not work.
Any ideas what went wrong?
Best regards, Klaus
Hello,
Canvas 4 onwards, you will need to add your Inline JS Codes at the bottom of the Page just after the js/functions.js File Linking. So, please find and move the following code at the bottom of the Page:
$("#widget-subscribe-form").validate({
submitHandler: function(form) {
$(form).find('.input-group-addon').find('.icon-email2').removeClass('icon-email2').addClass('icon-line-loader icon-spin');
$(form).ajaxSubmit({
target: '#widget-subscribe-form-result',
success: function() {
$(form).find('.input-group-addon').find('.icon-line-loader').removeClass('icon-line-loader icon-spin').addClass('icon-email2');
$('#widget-subscribe-form').find('.form-control').val('');
$('#widget-subscribe-form-result').attr('data-notify-msg', $('#widget-subscribe-form-result').html()).html('');
SEMICOLON.widget.notifications($('#widget-subscribe-form-result'));
}
});
}
});
This will automatically fix your issue. Let us know if we can help you with anything else or if you find any further issues.
Dear SemiColonWeb Team!
Thanks for the reply with the code. I moved the java code down to the bottom of the page.
(that solved a problem with newsletter-subscribing i also had)
But the menu on my mobile phone still does not work: when I tab on a menu-item it turns green, but no sliding-effect to the section.
The page hase moved to: www.felixundschuhu.at
Best regards from Vienna, Klaus
Hello,
You are using Canvas v4.0 and we have already Fixed this issue in Canvas v4.0.1. Please update the onePageScroll: function() Function Block in the js/functions.js File to the Latest Version and this issue will be automatically resolved.
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard