Patrick Coleman Posts:89
Send PM:
 | | 28 Jun 2009 05:48 PM | | Hey John, Just going through my sites after re-installing to see if there are any further items that I will need to address and I found one that I am hoping you can assist on.
I use a module from OnyakTech call PopUp Ads. It is essentially a pup up container ad that avoid being detected as a popup.
Problem is that the X that you normally click to close the window doesn´t display.
I'm hoping you could look at the code and tell me if there is a particular way I can make this work.
It displays on the homepage of http://www.newmexicochiro.com
It pops near the top of the page and is a click here to register type of ad.
I´ve attached a .txt file with the source for the popup.
Thanks, Pat |
Attachment: popup-ad.txt
| | Changing the world one spine at a time - Chiropractic Websites | |
|
|
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 28 Jun 2009 08:38 PM | | it looks like a problem with CSS in a WebResource file. Try excluding WebResource:
<path pattern="WebResource" excludeFrom="All" /> |
| | |
|
Patrick Coleman Posts:89
Send PM:
 | | 30 Jun 2009 03:45 PM | | Hey John, No affect on any of the browsers that I tested. Firefox, IE, and Chrome.
Very funny it display much closer to correct in Chrome as compared to Firefox or IE. In chrome you can see the buttons for minimize, maximize, pin, refresh, and close but the background of the PopUp is transparent (missing the white background) and the message normally displayed in the title bar is missing. Whereas in Firefox and IE you can't see the various control buttons but the message in the title bar is present and the background it white (as expected). None of these things changed when I added the exclusion. I added the exclusion to the page...I added an instance of PageBlaster to the page and then added the exclusion for WebResource for All.
When you mouse over the control buttons in Chrome the info bar at the bottom of the browser displays the following for all buttons: javascript:void(0);
Could this be a javascript minimizing problem? Pat |
| | Changing the world one spine at a time - Chiropractic Websites | |
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 30 Jun 2009 03:50 PM | | The javascript:void is just a way to capture a click but do nothing, it is probably supposed to be there.
Try going to the PageBlaster cache and deleting the WebResource folder. |
| | |
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 30 Jun 2009 03:53 PM | | Also try excluding this in the global config instead of at the page level. |
| | |
|