Problem with blocks on the landing page

  • Author
    Posts
  • #134853

    Problem with blocks on the landing page

    This bug https://www.cryoutcreations.eu/forums/t/problem-with-blocks-on-the-landing-page

    After hovering over a block, a separator appears

    BUG https://freeimage.host/i/HnSRAWF

    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://freeimage.host/i/roseta-fine.HnSRRig

    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

    #134901
    Zed
    Cryout Creations mastermind

    Hi

    theme_lpboxesbg is configurable in the theme’s color options:

    That value is used with slight random variations as the background color for individual boxes so they don’t appear too uniform if they lack images:

    You can override this randomized derivative background for all boxes in one section with the following CSS:

    #lp-boxes-1 .lp-box-image {
      background: #fff;
    }

    Edit the number to target a specific boxes section (1, 2 or 3) and adjust the color code as needed.

    The separator lines may be a side effect of this preset background in combination with custom DPI/zoom levels. Test if removing/adjusting the background also resolve the lines. If that is not the case, being able to browse your site will help in further investigating.


    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.
    #135115

    #lp-boxes-1 .lp-box-image, #lp-boxes-2 .lp-box-image {
    background: #fff;
    }

    Yes, this approach solves my problem
    Thanks

    I’m using a child theme where I’ve already added the social icons I need

    Website: urouter.ru

    #135116

    could you approve the translation into Russian, locally I already use it

    https://www.cryoutcreations.eu/forums/t/full-translate-roseta-russian

    #138684
    Zed
    Cryout Creations mastermind

    Hi,

    Even as theme authors we don’t have the permissions to approve translations simply because we most likely lack the language knowledge to ascertain the quality of a translation.

    The approval process is handled by (global) language editors that can check the quality of a translation before approving the editor or the submitted translation.


    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.
Viewing 5 posts - 1 through 5 (of 5 total)

You need to log in to reply to this topic.