So, I'm having some issues when loading a new page on mobile. Whenever I use a Link to another page AND my address bar is hidden because I did some scrolling, it is leaving the address bar space on the bottom of the page. Im testing on my android phone.
So I'm trying to figure out a way to always show the address bar on Page load to fix this issue. I've checked a lot of sites on mobile and pretty much everyone does this, but I've searched a lot and couldn't find anything that worked. Any ideas how to solve this or point me in the right direction is greatly appreacited. Thanks in advance!
Related
I think the problem lies in this segment but can't decide:
e.prototype.onThrottledResize = function() {
b.clearTimeout(this.resizeTimer), this.resizeTimer = b.setTimeout(this._handlers.onResize, this.settings.responsiveRefreshRate)
}
my web page is this https://srivinayagagoldpawnshop.blogspot.com/ using a blogger template. But I am facing a problem. I can't scroll to the end of the website on a mobile device. The website is working fine on the computer. But on mobile, it will automatically scroll up and I can't stay at the end of the page. I can't understand what's actually causing the problem. In case you would like to see the code, here it is Codepen link. If I can't fix this, the site becomes useless so it'd be a great help if you could figure out the problem.
kindly anyone help me in mobile view to going to the end of the page and to stop auto- scrolling upward in the bottom of the page in mobile view I already use moasic also no use.
I have a strange issue on Firefox when I'm trying to load my page https://lefutoir.fr/
I miss the last part of the bottom which then reapper when I reload the page.
I'm using locomotive scroll on it and I'm pretty sure its linked to that but I have no clue why it's acting like that.
Any ideas about that ? Thanks a lot !
I’ve embedded a job board from Lever on my WordPress site using the following tool:
https://andreasmb.github.io/lever-jobs-embed/
The page on which it is embedded is here:
http://1pd.aab.myftpupload.com/careers-test-3/
If you visit the link directly, it loads fine. However if you navigate to any other page on the site, then access it via the main navigation bar (Careers > Careers Test 3) the content does not load. You must refresh the page in order to see the content.
This is the embed code:
window.leverJobsOptions = {accountName: ‘geltor’, includeCss: true};https://andreasmb.github.io/lever-jobs-embed/index.js
Any help identifying the conflict and diagnosing the issue would be much appreciated. I’ve tried disabling all my plugins but to no avail.
As a quick fix, is there a way to force a hard refresh when any nav link is clicked?
Thank you!
disabled all plugins, to no avail. except the core theme plugins which are needed to run the site.
For a quick fix, did you try this?
document.location.reload(true)
I'm experiencing this error on lalocasanova.com (magento 2.1) where the responsive menu will not work(nothing happens when I click) unless I refresh the page. It seems to be some sort of JS error. Can you guys point me in the right direction? Im still learning the basics so any detailed help on how to fix this error help is highly appreciated!
The theme is Ves Need by the way.
This is when I fist land on the homepage and nothing happens when I click on the top left corner:
Responsive menu not working
This is when I refresh the page and the menu works:
Responsive menu working
Thanks in advance!
I'm helping someone out with a ticker at the top of their page but for some reason I just can't get it to appear.
http://www.javascriptkit.com/script/script2/verticalscroller.shtml
^ that's where I got the code for it. Is it possible I'm missing something? I'm not very fluent in JavaScript, but it works on a page by itself. But as soon as I copy paste it into the page it's suppose to go to, it won't appear.