I have several questions.

3 replies · opened Feb 2, 2021

Hhigh8skyFeb 2, 2021
  1. There is a phenomenon that the main full screen is cut off due to the added top bar.
  • Where do I need to edit to fix this?
  1. The section move menu does not work properly.
  • I've been working on a sample site, but I'm not sure where is wrong.
  1. I get an error in plugins.min.js:1.
  • When checking with Chrome's developer tools, there is a problem with the plugin. How can I fix it?
SSemicolon WebSTAFFFeb 3, 2021

Hello,

  1. The Top-Bar is not transparent by default. You can simply add the .include-topbar Class to the .slider-element Tag and then add a Custom z-index Value to the #top-bar Element. Example:
    [ch_pre]#top-bar {
    z-index: 299;
    }[/ch_pre]

This will fix the issue.

  1. It appears that one of the data-href sections defined in the One Page Menu does not exist on the Page which is causing this issue. Please check and fix this and this issue should be resolved automatically.

  2. Fixing the above will fix this issue.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Hhigh8skyFeb 9, 2021

I solved it the way you told me. Thank you. However, I have an additional inquiry from Question 1.

  1. The background is becoming transparent when it is processed according to the method given. Can I make the dark mode work without transparency?

  2. When using the sidebar menu, section movement works well, but can't I just make a single menu stuck?

SSemicolon WebSTAFFFeb 10, 2021

Hello,

  1. Absolutely! You can simply add the .bg-white Class to the #top-bar DIV. Example:
    [ch_pre][/ch_pre]

  2. You can simply add the .no-sticky Class to the #header DIV. Example:
    [ch_pre][/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard