Blogger page navigation suddenly doesn't work - javascript

I'm using third party blogger theme for almost 6 months now, before this it works just fine, but i realize several days ago, page navigation doesn't seems to work anymore. when i click to "page 2". it just give me a loading gif and not loading the next page like it supposed to. I know nothing about coding, js etc, and totally clueless. could you help me with this?
This is the demo of my blog that currently having an issue, you can try click to "page 2" and see what happen.
http://hakhaktuhhei.blogspot.com/
full template : https://justpaste.it/xjdy

A JavaScript problem exist while onload action. Try to change theme entirely.

Related

Need to make browser back button go back to previous page root url sitewide on Wordpress

I have a particular problem on a site that I'm working on and can't seem to get things working on Wordpress. I have a tab section of the site that uses # to function properly. I also have anchor links to these sections as well. Everything works great, but when I navigate off of the page and click the browser back button, I have to click through each # until I get to the root page. I realize that this is the normal browser behavior, but need to find a workaround if possible. I've tried all sorts of code, and could post some things I've tried but nothing is working thus far. Any help would be greatly appreciated.
Thanks so much

My modal gallery doesn't work when implemented to portfolio

I am working on a website for a school project and I had made a modal gallery to show some pages of a brochure. So to test I made a seperate document to see if it would work and it did. But ofcourse when I tried to put it in my correct webpage it didn't.
It should be in the blue GIP section but instead it is on the bottom of the page and I can't seem to get it to go up. Also the whole gallery is broken but that is not for this sub I think.
Thank you to anyone that tries to help.
Test: http://www.vseppe.gc-m.be/Gip/test.html
Webpage: http://www.vseppe.gc-m.be/Gip/index.html
I can't figure out how to paste the code correctly in here, please comment or message if you need it.

IE11 wierd behaviour -- JavaScript works only after reloading a page

I have a website prototype https://arcane-beyond-35849.herokuapp.com/
I have a strange bug. In internet explorer v11.
please go to the site and press new button.
You will see this picture...
Then you can reload the page and see this...
I use the jQuery steps wizard.
So I have no idea why the first time everything breaks.
(If you need a code I can provide it just tell me.)
$(".myform").steps({
*some stuff and options
});
Okay I found another weird behavior when you go to the main page and try to click on the menu button in the right top corner nothing happens.
When you reload a page and click menu button again side menu appears.
I simply on document.ready use something like this :
$('.somebutton').click(function(){});
I guess I should provide code and I will do it as soon as get to another laptop. But if take away all business logic The code is as simple as I described.
In google chrome everything works normal.
Can someone help? Seems like my JavaScript code just doesn't execute.
Update:
okay guys Console give me some errors. My IE11 not in English so no point to post exact errors here.
There is something about the content that is loaded over http when I have https.
But it's just a placeholder picture. So I don't know. And when I reload page my JavaScript code works. So this is strange.

Link to section on page without using #

I am a novice at the moment & learning a few things along the way but I am stuck with this small issue.
Here is the page in question http://www.theremotedoctor.co.uk/accvolvo.html
I am looking to click on my item selection as shown on the page and scroll to the page of which is the loaded upon a click.
Desktop works fine so this is for IOS device where picture loaded is off the screen,hence the scroll of the item.
I have supplied a before & after code to show what happened.
BEFORE CODE WITH WORKING PICTURE LOADED
<li>Remote uncut key</li>
AFTER CODE PICTURE LOADING NOT HAPPENING BUT SCROLL IS WORKING
<li>Remote uncut keyRemote uncut key</li>
I am now not sure how to rectify this.
If the above code of which I have applied is incorrect I am willing to use a different code that will allow the link to be clicked,pictured loaded & also the scroll to the picture working.
I understand its down to the # being used so already but now confused.
Many thanks for your time.

Like button and Like box not showing only on some pages of my site. On the rest it works fine

I'm going into my third hour of trying to figure out what went wrong on my pages, and I'm still at ground zero.
The like buttons and like box doesn't show up anymore, and facebook comments count doesn't show up either.It worked fine last night, and this morning they just don't want to work anymore.
Works on:
http://www.purelie.com/post/42
Doesn't work on:
http://www.purelie.com/user/Qloudify
and on homepage ( can't link more than 2 links, just click on the logo ).
If anyone has any idea about this.. any hint or idea is helpful.
The like buttons are identical, so is the like box and the fb-root. I just don't know what to do next to make it work.
Thank you in advance.
I have fixed it. It was the facebook comments count that was breaking everything. Somehow last night the facebook devs broke the count and it was throwing errors, stopping any other FB js to work.
What I did: I commented the facebook comments count until they fix it and I removed << xmlns:fb="http://ogp.me/ns/fb#" >> from the head. Works fine now
It's not showing on the second link because there's a javascript exception on the page that's causing the rest of the script not to fire. Open the second page in something like Chrome, and press F12 to open the developer tools. If you click in the console tab, you'll see an error stating: "No polyfill registered for object".
If you can fix whatever's causing that error, your like buttons should appear again. It looks like it might be to do with the HTML being different for the like button between the two pages, but I can't say for 100% without going through the code in more detail.

Categories