Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Theme Menu Problem

Asked Modified Viewed 965 times
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
asked
Senior Member

@Falk
I cleared cache as suggested but I still CANNOT start a new thread ANYWHERE !! Here is what I was going to post; sorry for using Post Reply in this thread; I have no other way of getting help at the moment.

Subject: Problem with FAQ

When I pull up my FAQ's the Nav Bar Home button doesn't work anymore. In fact none of the nav bar links will work. The only way to get back to the home page is to click Home that is displayed at the top of the FAQ's. Is this normal operation by design? or do I have a problem?
www.whisperwillow.com/my_panels/faqs.jpg
0 replies

4 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Can I have a look at your site? URL Please. I'll tell you whats the problem after looking at it.
Edited by Falk on 25-11-2019 19:36,
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
answered
Senior Member

Quote


Can I have a look at your site? URL Please. I'll tell you whats the problem after looking at it.

Sure Chan:
https://bonsai.whisperwillow.com
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
answered
Senior Member

Quote

It seems as if the Menu is colliding with another script in the FaQ, from the front of FaQ the menu do work. The Menu is custom?

Yes it is and is called ProDropDown. It's just a standard (ul/li) construct and the only thing different is the hover.js file that is added to the head.
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this script and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
stuHover = function() {
   var cssRule;
   var newSelector;
   for (var i = 0; i < document.styleSheets.length; i++)
      for (var x = 0; x < document.styleSheets[i].rules.length ; x++)
         {
         cssRule = document.styleSheets[i].rules[x];
         if (cssRule.selectorText.indexOf("LI:hover") != -1)
         {
             newSelector = cssRule.selectorText.replace(/LI:hover/gi, "LI.iehover");
            document.styleSheets[i].addRule(newSelector , cssRule.style.cssText);
         }
      }
   var getElm = document.getElementById("nav").getElementsByTagName("LI");
   for (var i=0; i<getElm.length; i++) {
      getElm[i].onmouseover=function() {
         this.className+=" iehover";
      }
      getElm[i].onmouseout=function() {
         this.className=this.className.replace(new RegExp(" iehover\\b"), "");
      }
   }
}
if (window.attachEvent) window.attachEvent("onload", stuHover);

I don't see anything that could conflict but you have more experienced eyes than I do. :)
Edited by Grimloch on 25-11-2019 23:59,
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Quote

Quote


Can I have a look at your site? URL Please. I'll tell you whats the problem after looking at it.

Sure Chan:
https://bonsai.whisperwillow.com


Went to your site and trying to go to FAQ page, but not sure where is the FAQ.
1 reply

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet