Page 1 of 1
WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 5:56 pm
by Aris
Helo.
With wb18X64 I have a problem with the dropdown menu: In some pages the dropdown menu works well.
In other pages it does not work: it remains without dropdown.
I read VictorKrs post about Dropdown menu and I tried making changes to the jQuery version.
In the prevew way. I didn't see any change.
Do I have to publish the page to see the changes?
Is it something other I must to do in order to solve this problem?
Thank you.
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 6:06 pm
by crispy68
Need more information. What you see in preview is the same as the published page. Please provide a link to the page in question (demo page) showing the issue or copy of your project file for us to look at.
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 6:58 pm
by Aris
Thank you crispy68.
Tell me please: may I send to you the links of webpages where the dropdown does not work?
Here does not work:
https://www.sifnospoint.gr/
Here it works:
https://www.sifnospoint.gr/ssl_security.php
If thεσε are not the the appropriate sample, how may I send to you a copy of my project?
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 7:01 pm
by Aris
Re: WB18 - dropdown menu no working in some webpages
Post by Aris » Sun Dec 04, 2022 6:58 pm
Thank you crispy68.
Tell me please: may I send to you the links of webpages where the dropdown does not work?
Here does not work:
https://www.sifnospoint.gr/
Here it works:
https://www.sifnospoint.gr/ssl_security.php
If this is not the the appropriate sample, how may I send to you a copy of my project?
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 8:07 pm
by Aris
Please tell me what I have to do to see the web pages and solve the problem.
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 8:56 pm
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 9:00 pm
by Aris
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 9:16 pm
by Pablo
The link does not work for me: Access Denied.
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 9:19 pm
by Aris
Re: WB18 - dropdown menu no working in some webpages
Posted: Sun Dec 04, 2022 10:34 pm
by crispy68
This is the error that I'm seeing:
Uncaught TypeError: i.createPopper is not a function in the bootstrap.min.js file
When I remove both of your carousels the menu works. When I insert 2 new carousels into your page and put them where you had them, they work. So something is awry with the carousels you have in place. Try deleting them and re-inserting them back in and see if that fixes your issue.
Also noticed that in your css code, you are missing the # sign for the following code:
Code: Select all
<style>
indexCaptcha1{width:304px;margin:0 auto;}
</style>
@Pablo,
Take a look at the carousels. I think there is something screwy here but not 100% sure that's it.
Re: WB18 - dropdown menu no working in some webpages
Posted: Mon Dec 05, 2022 7:33 am
by Pablo
It turns out the issue is related to the order of the (bootstrap) elements on the page.
I have implemented a workaround for this in the latest build (12/5/2022).
https://www.wysiwygwebbuilder.com/download.html
Re: WB18 - dropdown menu no working in some webpages
Posted: Mon Dec 05, 2022 7:25 pm
by Aris
Hello crispy68.
Your diagnosis of the causes of the problem and your solution is amazing!
You helped me beyond imagination.
A big thank you.
PS:
Also noticed that in your css code, you are missing the # sign for the following code:
You mean that the correct is th following?
<style>
#indexCaptcha1{width:304px;margin:0 auto;}
</style>
Thank you again.
Re: WB18 - dropdown menu no working in some webpages
Posted: Mon Dec 05, 2022 8:03 pm
by crispy68
Yes, that is what I meant. Your code was missing the # for the ID. What I typed was how your code looked.