This topic is locked
[SOLVED]

 how to disable menu shadows?

1/14/2011 9:40:37 AM
PHPRunner General questions
B
bobotoh author

[size="3"]How to disable menu shadows in phprunner generated apps?[/size]

Sergey Kornilov admin 1/14/2011

I'm not sure where it's coming from.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

B
bobotoh author 1/14/2011



I'm not sure where it's coming from.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.


Thanks admin. This is a browser specific problem (occurs only on firefox).
For testing purpose, you can try in your own project usingthe same theme. launch generated app with FIREFOX and move your mouse pointer slowly among menus and sub menus.

Sergey Kornilov admin 1/14/2011

Unfortunately we weren't able to reproduce it and haven't anything about this issue from other users. You need to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL.

S
smith 1/15/2011

Dear Sergey

we do have this problem in firefox as well as in chrome. It will not happen very often. I just moved the curser 10 to 15 times over the menu randomly and it appeared on two places. Once come it will be there till a page refresh. A screen shot is attached.

regards

Smith

Sergey Kornilov admin 1/16/2011



Unfortunately we weren't able to reproduce it and haven't anything about this issue from other users. You need to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL.

romaldus 1/17/2011

I do have the same problem with Mozilla Firefox.

J
Jane 1/19/2011

This error usually happens if this page or header was changed a lot on the Visual Editor tab.

To fix it and remove all shadows open PHPRunner5.3/source/include/common/jsfunctions.js file, find and remove these lines:

$(ul).dropShadow({left: left, top: top, blur: 2, opacity: 0.4})

...

setTimeout(function() {if(redrawFlag) $(ul).redrawShadow();},150);

...

$(ul).removeShadow();

...

$(ul).dropShadow({left: left, top: top, blur: 2, opacity: 0.4});

...

setTimeout(function() {if(redrawFlag) $(ul).redrawShadow();},150);

...

$(this).find('ul:first').removeShadow();



Then rebuild project.

romaldus 1/20/2011



This error usually happens if this page or header was changed a lot on the Visual Editor tab.

To fix it and remove all shadows open PHPRunner5.3/source/include/common/jsfunctions.js file, find and remove these lines:

$(ul).dropShadow({left: left, top: top, blur: 2, opacity: 0.4})

...

setTimeout(function() {if(redrawFlag) $(ul).redrawShadow();},150);

...

$(ul).removeShadow();

...

$(ul).dropShadow({left: left, top: top, blur: 2, opacity: 0.4});

...

setTimeout(function() {if(redrawFlag) $(ul).redrawShadow();},150);

...

$(this).find('ul:first').removeShadow();



Then rebuild project.


Solved. Thanks Jane.

romaldus 1/20/2011



This error usually happens if this page or header was changed a lot on the Visual Editor tab.

To fix it and remove all shadows open PHPRunner5.3/source/include/common/jsfunctions.js file, find and remove these lines:

$(ul).dropShadow({left: left, top: top, blur: 2, opacity: 0.4})

...

setTimeout(function() {if(redrawFlag) $(ul).redrawShadow();},150);

...

$(ul).removeShadow();

...

$(ul).dropShadow({left: left, top: top, blur: 2, opacity: 0.4});

...

setTimeout(function() {if(redrawFlag) $(ul).redrawShadow();},150);

...

$(this).find('ul:first').removeShadow();



Then rebuild project.


Solved. Thanks Jane.

R
rboykins 1/31/2011

I am experiencing the same issue with ASPRunner 6.3, what are the equivalent changes that should be made?

Sergey Kornilov admin 2/1/2011

Rob,
you can make exactly the same change in ASPRunnerPro modifying source/include/common/jsfunctions.js file.

V
Vienna 2/17/2011

I had the same problem in Firefox 3.6.13 but not in Internet Explorer 8.
The shadows in Firefox would hang around and could not be cleared easily.
I decided I didn't want the shadows at all and ran this fix on the jsfunctions.js until I was sure that a Search did not find any of these lines. I had to alter permissions in Windows to modify this file but I verified after re-opening it that all of those lines were now gone from jsfunctions.js.
I performed a complete rebuild and uploaded every file to the online server.
Exactly the same drop shadow shows up as before and just as persistent. If this is made by an image, such as a png I am going to have to go check that out.
But this modification and subsequent rebuild did nothing at all to fix the Firefox issue and menu drop shadows.

A
agentsmith 4/7/2011

I don't have these issue but I think the menu built by PHP Runner is very complicated. I can't figure out how to change the current link color in the menu, and even firebug failed to detect the referencing page.
Also, jquery dropshadow effects can easily be done with just CSS these days. I wonder if it's possible for the application will generate a clean <UL> menu without referencing external scripts.
EDIT
I have to eat my words.

I just realized that the menuing system is complicated(for me) for a reason, and I'm super impressed with the codes generated by the menu with the Modify Menu function. I'll just have to sit down for a few days to study the menu.