Hi, I am trying to apply demo43 to my angular project. I am having a problem like in the image in the link.
red areas do not work when clicking or mouse hovering. Also, the spaces in the header are slightly different. I wonder if a js is responsible for the related fields. Could I have imported something wrong?
https://strast.net/tolgahat/43.png
Hi Tolga,
Glad you have solved it.
Thanks
The problem was in the navbar file. Getting the imported location into the div solved my problem.
http://strast.net/tolgahat/a2.png
Thank you. I import these js files in index.html and verify that these files are loaded from element inspector. Other than that, can you provide a guide to find the error?
Hi,
The spaces in the header could be because of different HTML markup div, attributes or classes. Please verify with the HTML version view in the browser element inspector.
The dropdown is handled by the JS. Please try to import below JS files.
/html/demo43/dist/assets/plugins/global/plugins.bundle.js
/html/demo43/dist/assets/js/scripts.bundle.js
Thanks