Dropdown not responding on all pages - html

I am attempting to include a dropdown menu on the nav-bar of this website (http://thrivematching.com/)
The login dropdown is working on the homepage, but when you navigate to other pages, it is not responding! Can anybody help me solve this issue? I am using the same code on other pages as I am on the homepage.
Apologies: stackOverflow is displaying my code weird. So if you can inspect the page in your browser, that would be great.

This drop-down uses a js file called thrive.js, and this file doesn't exists in the other pages, adding this file may fix the problem.
For example: <script src="javascript/thrive.js" data-minify="1"></script>

Related

Issue : Cannot embed a stripe pricing table in a mautic landing page

I have a problem to integrate stripe on a landing page in mautic.
I would like to integrate this snippet in a mautic landing page:
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MSGvoJcMHqHTYoTIVyL1cFb"
publishable-key="pk_test_Lq67Fg0UjiKpjmAYh3InJiri00Go5gF6Y8">
</stripe-pricing-table>
The first thing I tried to do was to copy my html code directly into the mautic mode code.
The problem is that mautic delete immediatl the <stripe-pricing-table></stripe-pricing-table> tag after I pasted it in the code.
Then I tried to solve the problem by importing the code as a theme in mautic. But the result gives me a blank page.
Does anyone know what is the reason of this issue and if he knows how to solve it.
Thank you.

Menu with anchor links to sections of a page (#) redirect to another page within the site (WordPress)

I've encountered a problem that never happened to me before: on this test site: http://c2040213.ferozo.com/dimi/ whenever you click on one of the sub menu links from the "Vender" menu item, they start redirecting to the "Comprar", even though on the href there is no indicator that the link itself redirects to that site, instead, they are anchor links to http://c2040213.ferozo.com/dimi/#tasa for example.
So I'm having trouble discovering why when I click a link that goes to http://c2040213.ferozo.com/dimi/#tasa, redirects me to http://c2040213.ferozo.com/dimi/comprar
I'm working on the latest version of WordPress and with Elementor.
Thanks a lot in advance, feel free to ask for more information if needed.

Linking from one webpage to a specific section on another webpage

I have two webpages, one is index.html and the other is shop.html.
I am trying to link from shop.html to a section with the Id of #contact in index.html. They both share the same navbar. They are both in the same folder called "Mobile".
This is the code that I am using.
This is the code for the contact link that is on the navbar shared by both pages, but I am trying to accesss it from the shop.html.
<li>CONTACT</li>
I have managed to get it to work once, but that was only by right clicking and opening the tab in a new window.
I'm not sure if this works, but you can try:
Contact
This will force it upon opening it in a new tab. However, it should be working only doing
Contact
Try this:
<li>CONTACT</li>
By default, your browser should have target="_blank" as shown in the Firefox documentation. It may just be an issue with having your list tags wrapped around the anchor tag. If you post the CSS and HTML you are linking to in index.html, I can make sure this works.
Thanks for the help, turns out it was a jquery smooth scrool animation messing with it.

Why my anchor link from a secoundary page is not working?

I have the following problem with one of my current projects.
I would like to achieve that when you click on a link which is on a secondarly page, it sends you to the home page but, not at the top of the homepage (by default), I would like that it sends you where a specific ID is.
At the moment I have the following URL in this special link but it doesn't work
link
I have tried different ways I saw in this community but I didn't have luck. At the moment when you click it send you to the homepage but at the top and my ID is almost at the end of the page
How can I fix it please?
Thanks
Kindly use below code on page load. make sure you call this once DOM is loaded. This will scroll the page to this anchor.
location.hash = "#contact-anchor";

Materialize tabs for external links

I'm working with the Materializecss front-end framework and I'm trying to use tabs for moving along external links but it seems like it doesn't work. The examples are for content with a ID inside the same page we're on. How can I solve this? Thank you.
As option - have different active tab on page you're linking. So visiting that page from link automatically sets it as active