Viewing 8 replies - 1 through 8 (of 8 total)
  • MariusG

    (@marius_codeinwp)

    Hello,

    Unfortunately there is no way to do it at the moment, but you can modify the php code very easy.

    You are using the green ribbon section, the one with buttom botton. Let’s say we want to link to it with #ribbon

    Edit /zerif/sections/ribbons_with_bottom_button.php file (you can do it from Appearance-> Editor or install WPide plugin), on line 10 edit this line
    echo ‘<section class=”separator-one”>’;`
    to look like this:
    echo '<section class="separator-one" id="ribbon">';

    That’s it, now when you can use menu links with #ribbon for page jumps.

    To make this settings permanent, it’s best to make the modifications in a Child Theme, otherwise changes will be lost when you update the theme to a newer version.

    Kind regards,
    Marius

    Thread Starter ankitseth

    (@ankitseth)

    Hi Marius,

    That worked like a charm. Thanks a ton ??

    MariusG

    (@marius_codeinwp)

    I am glad to be of help ??

    If you enjoy our work, we’d appreciate if you could post a review.

    Kind regards,
    Marius

    Thank you Marius!

    Hi Marius, I am trying to do the same but with the seccond ribbon. I am changing the ribbon_with_right_button.php in my child theme.

    Where it say:
    echo ‘<section class=”purchase-now”>’;

    I am writting this:
    echo ‘<section class=”purchase-now” id=”ribbon”>’;

    Tying to follow what was done in the previous case. But I haven’t been able to make it work. Do you have any reccomendations?

    Thanks!

    Isabel

    Alexandra

    (@alexandrastan001)

    Hi Isabel,

    Unfortunately the theme doesn’t support this customisation and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Best regards,
    Alexandra

    Hi Alexandra,

    I chose Zerif LIte for my new website, and it’s very cool. But I have a problem with my green ribbon section. My website : sagprod.fr

    I want to insert a lightbox video in the button. Beacause I wish the visitor stays on the website during watching video.

    Is-ti possible with Zerif LIte?

    Alexandra

    (@alexandrastan001)

    Hi,

    Unfortunately, the theme doesn’t support this customization and, as much as I would love to help with some custom code, this is beyond the support offered for our products, which consists of bug fixing and theme documentation.

    However, if you need help with your customization, we recommend codeable: https://codeable.io/

    Regards,
    Alexandra

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Anchor link for ribbon sections’ is closed to new replies.