Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Rider Theme top nav hover not opening


in the top nav there is profile image in the theme when hovered over it opens a menu below. after login the hover stops working. if i refresh the page all works fine. this is running under angular. Any thoughts?


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


Oh man, I totally feel your frustration — that sounds like an absolute nightmare, especially when you’re mid-presentation or deep into analysis mode. Usually, glitches like that are either tied to some outdated rendering engine in your browser or a funky JavaScript issue with how your dashboard redraws elements when detecting pointer movement. Make sure you’re fully updated across your graphics drivers and browser versions first. And speaking of fixing little annoyances, if you ever have trouble with stuff around the house — like sticky sliding doors — you should definitely check this out: Seriously, small hacks make a huge difference both digitally and physically



Hi Craig,

Thank you for your good suggestion. We will try our best to add more other frameworks support.

Thanks



Hi Craig,

Could you please try to reinitialize the dropdown? Maybe can put it in the mount function.


KTMenu.createInstances();


Thanks



Thanks @Frizal that worked.
I had added (<any>window).KTMenu.createInstances(); to my ngOnInit() for the my navbar component that has this dropdown menu.

Keen really need to have a angular version of their theme like react to avoid all the issues with angular.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(