Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Alissa

    (@alissa11)

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

    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.

    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)

    Yes the session files are gone now… Thanks for that and the fast response! Awesome didn’t expect that. Still having an issue that the plugins throws error in site health check.

    To be clear I use it with BuddyBoss and BuddyX theme. Maybe there is some incompatible with that. But when I activate the plugin this is the error I get and it disappears when I deactivate it

    The REST API request failed due to an error.
    Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

Viewing 4 replies - 1 through 4 (of 4 total)