• Hi first of all very awesome plugin. Thanks for making this.

    You can do a lot with it, I have only one issue that I want to fix.

    But not sure if possible.

    I have a transparent logo on my home page that is in a slide.
    If I place it as a picture the logo stays visible and you will see the logo in dark mode. Just as my site logo on top.

    But when I use dark mode on the slide the whole slide disappears.
    It’s probably because he sees the slide as background and not as picture.

    Is there a fix for this or just not possible the way I want it … that the logo stays and the room outside changes with the darkmode transparent?

    • This topic was modified 4 years, 5 months ago by Alissa.
    • This topic was modified 4 years, 5 months ago by Alissa.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author markoarula

    (@markoarula)

    Hello,

    do you still need help with this issue?

    I can’t see slider on your homepage, not sure if you removed it or is it in some other place?

    Thread Starter Alissa

    (@alissa11)

    I placed it back again if you are still available then you can see what happens. It’s on the homepage the slider also my discord icon and the info icon have issues with the dark mode.

    Thread Starter Alissa

    (@alissa11)

    Ok fixed it myself…

    First it was not visible in dark mode then not sure anymore what I did to get it visible but only the left and right side were visible of the slide.

    Some element blocked the middle of the logo and fixed that with CSS with “z-index: -1;” on the element that was blocking the middle.

    Also, I know somewhere in the forum there was a post on how to exclude items from dark mode… Why don’t you choose to include that information on the front page of the plugin? It will help a lot of people.

    Also, I have 2 issues with the info logo and discord logo on my homepage…

    I try to exclude them but its giving me issues

    this the example i could find in your forum.

    body.wp-night-mode-on * :not(.site-header):not(.main-navigation) {
        background: #transparent;
    }
    .wp-night-mode-on * :not(.elementor-icon)
    {
    background: transparent;
    }

    also used

    body.wp-night-mode-on * :not(.elementor-icon)
    {
    background: transparent;
    }

    But when using this my slide disappears again.

    .fas fa-info-circle
    .fa-info-circle
    .fab fa-discord
    .fa-discord

    Also tried the one written above… I’m probably doing something wrong.

    Plugin Author markoarula

    (@markoarula)

    Hi,

    have you tried with something like this for the icons:

    body.wp-night-mode-on .fa-facebook,
    body.wp-night-mode-on .fa-instagram,
    body.wp-night-mode-on .fa-discord,
    body.wp-night-mode-on .fa-info-circle {
      background: transparent;
    }
    Thread Starter Alissa

    (@alissa11)

    yes, thanks that was it. its stays like it should thank you!!! awesome ??

    Plugin Author markoarula

    (@markoarula)

    No problem, glad that I could help ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help with transparent logo disappearing in slide’ is closed to new replies.