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

Flask Installation - Menu has Transparent background


Hi,
I finished install the theme on flask but I noticed that the menu has transparent background and when I scroll down the menu items text go on top of other text.
How can I fix this? thank you


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 (5)

Hi Danilo Vaccalluzzo,

I apologize for the oversight. We've now added the fix to the code. You can use the workaround mentioned above:

KTTheme.addHtmlAttribute('body', 'data-kt-app-header-minimize', 'on')

You can add this line in the file /flask/starterkit/_templates/layout/_bootstrap/default.py, as shown in the image below:

Screenshot-2024-04-18-at-6-34-38-AM

Let me know if you need further assistance.


Hi,
you said that this would be fixed with the 8.2.1 version but we are at the 8.2.2 and still this is broken...


The fix for the issue will be included in the next update, which is Metronic version 8.2.1. This update is coming soon, and we're actively working on it. In the meantime, if you'd like to apply a workaround, you can manually implement the fix by adding the following code:

 KTTheme.addHtmlAttribute('body', 'data-kt-app-header-minimize', 'on')

You can add this code to the file located at /starterkit/_templates/layout/_bootstrap/default.py in function def initDarkSidebarLayout

If you have any further questions or need assistance, please feel free to reach out.

Thanks


Thank you for your interest in Metronic, and I appreciate your feedback.

I apologize for the issue you've encountered with the transparent menu background and overlapping text when scrolling. We are aware of this issue, and our development team is actively working on a solution. This issue is related to the style SCSS.

We appreciate your patience and understanding as we work to improve the theme. If you have any further questions or encounter any other issues, please don't hesitate to reach out.



thanks for the reply. How long should I wait before you fix this issue? You said you are aware of it. Since when?
I need to understand the timing so I find solutions.

thanks


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  :(