|
Re: Simple link does not work
I wanted to follow up on this although it has been a while since I posted. I contacted the web developer who wrote the java code for me. He explained its purpose was to prevent a link to the page being viewed from being active.
When i pointed out the problem I was having, he wrote a new line of code for me to insert into the java which fixed the bug. (He acknowledged it was a bug in his code).
To try to explain, the java script was reading my website home-page the same way it was reading my blog home-page, thinking they were the same page, because neither of the home-page url's referenced a specific topic. ( designated in code by homepage/"title")
The original code was written to prevent the menu bar on my website from linking to whatever url was currently open in the browser, and the java was equivocating my website homepage the same as my blog homepage.
Too technical for me, but if you check out the new line of code I added to the java script, it might make more sense to you... It was a simple fix. The explanation was harder...
|