problem with blocks on the landing page

  • Author
    Posts
  • #121727

    after hovering over a block, a separator appears
    https://clip2net.com/clip/m133812/5b254-clip-286kb.jpg

    Website: urouter.ru

    #122279
    Zed
    Cryout Creations mastermind

    Hi,

    I would need to browse the site to identify what’s generating the lines.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #133721

    BUG https://clip2net.com/clip/m133812/97f97-clip-467kb.jpg

    How can this setting be adjusted?
    $theme_lpboxesbg ?

    on light images the border remains visible, the color of this option is color-bound:
    Colors > Landing Page > Boxes (theme_lpboxesbg), this works fine

    but you are using automatic color change
    can this be disabled?

    roseta\includes\custom-styles.php
    line 1282:

    .lpbox-rnd<?php echo absint( $i ) ?> { background-color: <?php echo esc_html( cryout_hexdiff( $theme_lpboxesbg, 50+5*absint( $i ) ) ) ?>; }

    roseta\admin\defaults.php
    line 152:
    “theme_lpboxesbg” => “#eceff2”,

    FIXED
    https://clip2net.com/clip/m133812/09a80-clip-376kb.jpg

    roseta\includes\custom-styles.php
    line 1282:
    .lpbox-rnd<?php echo absint( $i ) ?> { background-color: <?php echo esc_html( $theme_lpboxesbg ) ?>; }

    I hope you fix this bug

    Website: urouter.ru

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘problem with blocks on the landing page’ is closed to new replies.