ruslan

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Problem with blocks on the landing page #135116
    ruslan
    Participant

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

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

    in reply to: Problem with blocks on the landing page #135115
    ruslan
    Participant

    #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

    in reply to: Add Mastodon social icon? #134854
    ruslan
    Participant

    you can add a new icon yourself
    at fontello.com
    download the font called socials
    then add new icons

    then you need to create a child theme
    style.css will be created in it
    download these fonts in a separate folder in my case fonts

    open it and add a description of the inoknok e.g. whatsapp and telegram

    —————-
    /* Social Icons */
    @font-face {
    font-family: ‘socials’;
    src: url(‘/fonts/socials.eot’);
    src: url(‘/fonts/socials.eot?#iefix’) format(’embedded-opentype’),
    url(‘/fonts/socials.woff’) format(‘woff’),
    url(‘/fonts/socials.ttf’) format(‘truetype’),
    url(‘/fonts/socials.svg?#socials’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    .socials a::before,
    .socials a::after,
    [class^=”socicon-“]::before,
    [class*=” socicon-“]::before {
    font-family: “socials”;
    font-style: normal;
    font-weight: normal;
    speak: never;
    content: ‘\e83d’;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    .socials a.whatsapp::before { content: ‘\f232’; }
    .socials a.telegram::before { content: ‘\f2c6’; }

    .socials a.whatsapp::after { content: ‘\f232’; }
    .socials a.telegram::after { content: ‘\f2c6’; }

    .socials-whatsapp::before { content: ‘\f232’; }
    .socials-telegram::before { content: ‘\f2c6’; }
    —————-

    Website: urouter.ru

    • This reply was modified 1 year ago by ruslan.
    • This reply was modified 1 year ago by ruslan.
    in reply to: problem with blocks on the landing page #133721
    ruslan
    Participant

    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

    in reply to: Full Translate Roseta Russian #133684
    ruslan
    Participant
Viewing 5 posts - 1 through 5 (of 5 total)