Hey I am very new to this,
I have really enjoyed using this program it provides an excellent tool for noobs like me and no doubt allows professionals to just smash websites out.
I am happy with where i have gotten so far and what i have learnt, but I have one issue i cant resolve,
Issue - dialog box from hotspot image are not displaying when clicked on, rather the page reloads
Cause - HTML code in header (if you delete the code dialog works fine)
I unbderstand that you dont support third party code, but the code works fine.
I believe it is something to do with site event processing priorities?, as a noob i just dont have understand how the page orders processes, beyond front and back visiability.
Goals - Really want to retain the HTML that does the availability search, but want to have the popups to support our friends business.
Really hope this is something simple that as a noob I have just missed.
Thanks in advance for your help
Dave
WBS
www.barbsbaliapartments.com/BBA Dialog issue.wbs
Live
www.barbsbaliapartments.com
Dialog popup dont display
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Dialog popup dont display
Are you referring to images in the "Visit Our Friends" section on the live site? The only image I see with a link is "ocean blue" and the link is set to "Home.php" which is why it is reloading the page.
I downloaded your project and I see the test dialog but what am I supposed to click to make it popup? Wheres the hotspot in your demo?
update: As I look closer i can see there are images in a flexgrid but you did not include the images so I can't see anything. Can you explain in your demo what you are trying to do? It's not making sense to me.
I downloaded your project and I see the test dialog but what am I supposed to click to make it popup? Wheres the hotspot in your demo?
update: As I look closer i can see there are images in a flexgrid but you did not include the images so I can't see anything. Can you explain in your demo what you are trying to do? It's not making sense to me.
Re: Dialog popup dont display
Hey Thanks for having a look
Yes we are talking about the visit our friends section,
The hotspot is on ocean blue image, the event trigger is, on click, show, dialog1
I have added the images link
Ok i see in the live page it does show the link to home.php, but if you inspect the elements it shows the hotspot, and not a link to home.php wierd
thanks
Dave
https://www.barbsbaliapartments.com/BBA ... 0issue.zip
Yes we are talking about the visit our friends section,
The hotspot is on ocean blue image, the event trigger is, on click, show, dialog1
I have added the images link
Ok i see in the live page it does show the link to home.php, but if you inspect the elements it shows the hotspot, and not a link to home.php wierd
thanks
Dave
https://www.barbsbaliapartments.com/BBA ... 0issue.zip
Re: Dialog popup dont display
In your demo, i think you are using the hotspot incorrectly. You want to use hotspots on a large image and set "hotspots" (clickable areas) within the picture itself (ex: a map). If the entire image is clickable then you don't need to use hotspots.
However, the issue I think lies with the javascript being called by reservationkey in the code. I imagine there is a js conflict between what they are using and what is used on the page.
To get it to work, the 2 js scripts need to be loaded before jquery is loaded on the page. When this is done, it works. However, there is no way to force these 2 scripts to be called before jquery is called. You would have to manually edit the file after you've published the page. This is not hard to do. Just locate the 2 script lines and cut and paste them towards the top of the html before the jquery code.
Also, The code you have in your html box should be split up. You should place all the styles in an html box set to between the <head> tags and only put the html code in the box you currently have.
However, the issue I think lies with the javascript being called by reservationkey in the code. I imagine there is a js conflict between what they are using and what is used on the page.
To get it to work, the 2 js scripts need to be loaded before jquery is loaded on the page. When this is done, it works. However, there is no way to force these 2 scripts to be called before jquery is called. You would have to manually edit the file after you've published the page. This is not hard to do. Just locate the 2 script lines and cut and paste them towards the top of the html before the jquery code.
Also, The code you have in your html box should be split up. You should place all the styles in an html box set to between the <head> tags and only put the html code in the box you currently have.
Re: Dialog popup dont display
Thanks very much for your assistance, it seems i was close in my guess about priorities.
I have moved the scripts around and it has solved my issue
Thanks again for the assistance, really apreciate it the help
I have moved the scripts around and it has solved my issue
Thanks again for the assistance, really apreciate it the help