WB18 - dropdown menu no working in some webpages

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

WB18 - dropdown menu no working in some webpages

Post 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.
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: WB18 - dropdown menu no working in some webpages

Post 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.
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: WB18 - dropdown menu no working in some webpages

Post 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?
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: WB18 - dropdown menu no working in some webpages

Post 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?
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: WB18 - dropdown menu no working in some webpages

Post by Aris »

Please tell me what I have to do to see the web pages and solve the problem.
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB18 - dropdown menu no working in some webpages

Post 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
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB18 - dropdown menu no working in some webpages

Post by Pablo »

The link does not work for me: Access Denied.
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: WB18 - dropdown menu no working in some webpages

Post by Aris »

User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: WB18 - dropdown menu no working in some webpages

Post 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.
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB18 - dropdown menu no working in some webpages

Post 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
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: WB18 - dropdown menu no working in some webpages

Post 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.
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: WB18 - dropdown menu no working in some webpages

Post by crispy68 »

Yes, that is what I meant. Your code was missing the # for the ID. What I typed was how your code looked.
Post Reply