Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Le Van Toan

    (@levantoan)

    By your css not translate. I don’t know you paste your css in where. But your custom css not appearing in /es. Example have main languages but not in /es

    .box_view_html p {
        margin: 0;
    }
    Thread Starter Guilherme Souza

    (@gsouza)

    Hi, thanks for the feedback.

    I inserted these codes to appear with white background, black arrow and black text.

    body #powerTip {
        background-color: #fff;
    }
    body #powerTip.n:before {
        border-top: 10px solid rgb(0, 0, 0);
    }
    body #powerTip.s:before {
        border-bottom: 10px solid #000;
    }
    body #powerTip.e:before {
        border-right: 10px solid #000;
    }
    body #powerTip.w:before {
        border-left: 10px solid #000;
        right: -10px
    }
    body .box_view_html {
        color: #000;
    }
    body .box_view_html span.close_ihp svg {
        fill: #000;
    }
    
    .box_view_html p {
        margin: 0;
    }

    But the edges do not work

    I also do not know why the system is not looking for CSS.

    I am using WPML to translate

    Plugin Author Le Van Toan

    (@levantoan)

    Where did you put this css?

    Thread Starter Guilherme Souza

    (@gsouza)

    Directly on the page.

    Because we use the Uncode theme

    https://prntscr.com/mpy5it

    Plugin Author Le Van Toan

    (@levantoan)

    yes. Go to edit this page in es lang. And put this css same here

    OR

    Go to Customizer -> Css custom -> put this css to here. It will use in all page on your website

    Thread Starter Guilherme Souza

    (@gsouza)

    I did this, but the box shadows are not working

    Plugin Author Le Van Toan

    (@levantoan)

    It’s working now. Maybe have cache

    Thread Starter Guilherme Souza

    (@gsouza)

    Hello good day
    For me the shadows of the edges still do not appear.
    but it is displaying with white background and black text.

    It’s great,
    Thank you

    https://prntscr.com/mqdbdn

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Display issue when using plugin next to WPML’ is closed to new replies.