adminkmcfl 0 Report post Posted May 31, 2012 I have this problem on many of my pages and I can not figure out why. I believe it is a theme related issue and not WP or my code. Please click on the image at the bottom of the page http://www.meditationinsarasota.org/retreats-events/special-events/a-special-florida-event/ "Hotel Indigo" This is my code ( Share this post Link to post Share on other sites
Jenny 33 Report post Posted May 31, 2012 Your error is in [code]alt="width="650" height="165"[/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
adminkmcfl 0 Report post Posted May 31, 2012 Thank you Simple Mama but that is not the issue. Every link on the page brings a pop up box. I think it has to be some global setting in the theme. http://www.meditationinsarasota.org/retreats-events/special-events/a-special-florida-event/#ecwid:category=2795399&mode=category&offset=0&sort=normal even the "next" link at the bottom of the page does it. Share this post Link to post Share on other sites
adminkmcfl 0 Report post Posted May 31, 2012 All my links on this page work fine with the same code http://www.meditationinsarasota.org/ Share this post Link to post Share on other sites
Rob 547 Report post Posted May 31, 2012 Actually, Simple_mama was correct and this code: [b]; alt="width="650" height="165"/[/b] is incorrect and should be correctly written: [code] alt="some alt text" width="650" height="165"/[/code]. A missing or out of place punctuation can and will break related things. Some browsers are tolerant but others not so and thus it's inherently important to ensure that your code is correct. I looked at the source code for http://www.meditationinsarasota.org/ and none of the images from top to bottom use the incorrect code. Your page seems to be password protected and I don't see these links that are creating popups. Can you point us to any on non-protected pages? I checked all the links on http://www.meditationinsarasota.org/retreats-events/special-events/a-special-florida-event/ and the only issues I'm seeing are a 404 error for the Registration button and that the calendar creates a popup (only for its own data). Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
adminkmcfl 0 Report post Posted June 1, 2012 try this page the indigo hotel links http://www.meditationinsarasota.org/retreats-events/special-events/a-special-florida-event/ PW is 37Temples Thanks for your help! Share this post Link to post Share on other sites