Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

The Church slider page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21755
    patrick1
    Participant

    Hello, we are just starting our website fbc-bellevue.org and have several questions that I’ve not found in the documentation.

    1) how do we set the URL in the slider to open a new window versus opening on the same page?
    2) in the Four Box Services section, how do we show text below the box, but redirect to a different page?

    That’s the initial questions for now 😉

    Thank you for a great theme and the work you’ve put into it!

    Patrick

    #21797
    Grace Themes
    Member

    Hi,

    1. To open the slider button link in new tab
    Go to the Appearance -> Editor -> header.php
    find below code at line no. 157

    <a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>">

    and change this with below updated code

    <a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank">

    2. To redirect the “Four Box Services section” page link in different page
    please install Page Links To plugin
    https://wordpress.org/plugins/page-links-to/

    Regards
    Grace Themes

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.