HI Sootch,
Not seeing the widget running on your site but can give you some indication what you’re looking for.
A blank page (even in the popup) usually results if there’s a PHP error and your error reporting is turned off. (It SHOULD be off on a live site). Unfortunately as you can’t see the error you usually have no idea what’s causing the issue.
The best option would be to turn on debugging in WordPress – (http://codex.wordpress.org/Debugging_in_WordPress) which will help show what the problem is. Feel free to post your error here and then we can help a bit better.
Regards
Owen
Thread Starter
Sootch
(@sootch)
Hi Owen,
Thanks so much for your response.
Widget is in the upper right column, (Rose Park Auctions / Red Leprechaun). Is it not appearing for you?
And to clarify, pop-up is not a blank white page. Rather, the Wp Auction template loads but without any item date loading. So you do see text for “Ending Date: Starting Bid: Winning Bid: etc,” just without details.
If you still think that points to PHP debugging, I can try that next and report back.
– Mike
Hi Mike,
Apologies for that. Missed the auction but I see it now 🙂
The problem you’re seeing is the Javascript popup not working correctly, so the resultant HTML is appearing in a new page instead of a pop-up. Looking at the Javascript console in my browser on that page I’m seeing a Javascript error that’s interrupting jQuery on that page. I suspect this is what’s causing the problem. (looks like it’s caused in a menu routine)
The PHP debugging isn’t necessary, but you’ll need to resolve that jQuery issue for the plugin to work correctly.
Regards
Owen
Thread Starter
Sootch
(@sootch)
Okay. I played around a bit and this is what I discovered.
I disabled all other plugins and error persisted.
Then I tried reverting to TwentyThirteen default theme, and error went away. Pop-up worked as it should.
So now I need to convince client that the theme redesign (which I recommended a while back anyway) is definitely worth their investment.
Thanks so very much for your assistance. I will mark this thread resolved.