I know this is sort of a please debug my code question, but I really don't know whats going on here.
I just added the content to this page and now none of the external or internal links will work (eg you click on them and nothing happens). The Mega menu drop down works fine and I can click on links on it, but the links in the text dont work, and neither do any on the sidebars
Here is the page that is causing the problems
http://www.cookingisfun.ie/cookery-courses/course-details/101618/Guest-Chef-Diana-Kennedy-at-Kerrygold-Ballymaloe-Litfest
here is a similar page that has no issue.
http://www.cookingisfun.ie/cookery-courses/course-details/101364/Guest-Chef-Lilly-Higgins
I can click the Back to CourseList button which I Can't on the first.
This is not just a problem with my machine, I have tried from another machine and an Iphone with same result.
I can't see any javascript errors but I assume it is something to do with the plugin that marks the links as external though that plugin works elsewhere on my site.
Any suggestions?
I guess you have some errors in your HTML code (wrong nesting of tags or something or you did not close a tag right). If I want to inspect the "Back to course button" with Firefox I get the following
It seems that the #content-blocks div is empty. Also the source code view of your page underlines me some tags red:
Normally this means that there are some HTML errors. Here the output of the HTML validator: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cookingisfun.ie%2Fcookery-courses%2Fcourse-details%2F101618%2FGuest-Chef-Diana-Kennedy-at-Kerrygold-Ballymaloe-Litfest&charset=%28detect+automatically%29&doctype=Inline&group=0
Related
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
First time poster. Currently trying to work on a project but I am having an issue with iframes. I'm making an extension for Chrome, and part of its functionality right now is to be fetching any shapes/borders on a page. Unfortunately, that also includes ones within iframes. I'm currently stuck because I cannot get around security policies from Cross-Domain sources.
I was wondering, however, if it is possible to create a function that displays what the Chrome console does when I hit "inspect element" on a page... I tried to make a console function called "save" that would automatically download a file of anything output to the log, but the output for the iframe's HTML is blank except for its tag...
When I am inspecting an element on the page, I can see the contents of that iframe just fine. Is there anyway to just get the actual text from Inspect Element and store that? I know this may be silly, but I genuinely have no idea. I am pretty new to JavaScript. I just need to match up script tags for shapes for part of the extension's functionality.
I'm assuming that this is going to end up being impossible, but I figured I'd ask. I'm also assuming that this inspect element functionality is something that only the browser can work with. But hey, maybe there's a way. Thanks for any help.
I am trying to follow this tutorial to build a very simple first chrome extension.
Link to tutorial I have been following
I have copy and pasted all the exact same code. However, the javascript doesn't seem to be doing anything. When I click on the extension, the popup html code loads right and this comes up.
What comes up when I click on my extension
However, when I click on the button that is supposed to engage the javascript, nothing happens.
I am sure I copied the code exactly, so what is wrong?
Is something missing in the tutorial?
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.
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.