Slide link doesn't want to work

Discussion in 'Forum Rules' started by drugastrefa, May 23, 2017.

  1. drugastrefa

    drugastrefa New Member

    Joined:
    Feb 14, 2017
    Messages:
    3
    Likes Received:
    0
    Hello,
    I think we need your help, we are uisng theatreshowpro.
    In the very begining we have changed in the home-slider.php hyperlink attribute to direct for website. From that moment this looks like that:
    ----
    <a class="enigma_blog_read_btn animated bounceInUp slider-btn2" href="<?php
    if ( gommero_get_option( 'inkthemes_slider_btnlink' . $i ) != '' ) {
    echo esc_url( gommero_get_option( 'inkthemes_slider_btnlink' . $i ) );
    } else {
    echo "https://ewejsciowki.pl/warszawa/oferty/teatr-druga-strefa,8";
    }
    ?>" role="button"><?php
    if ( gommero_get_option( 'inkthemes_slider_btnt' . $i ) != '' ) {
    echo gommero_get_option( 'inkthemes_slider_btnt' . $i );
    } else {
    _e( 'kup bilet | buy ticket', 'gommero-pro' );
    }
    ?></a>
    ----and-----
    <a class="enigma_blog_read_btn animated bounceInUp slider-btn2" href="https://ewejsciowki.pl/warszawa/oferty/teatr-druga-strefa,8" role="button">
    <?php _e( 'kup bilet | buy ticket', 'gommero-pro' ); ?></a>
    -------

    Now the time has come when we need to use different link for different shows, but when I use the original scripts of the template, and set the Slide link 1, 2, 3, etc. it just simply doesn't work, the link descreption doesn take effect, and button doesn't direct to anywhere.
    Original:
    ---
    <a class="enigma_blog_read_btn animated bounceInUp slider-btn2" href="<?php
    if ( gommero_get_option( 'inkthemes_slider_btnlink' . $i ) != '' ) {
    echo esc_url( gommero_get_option( 'inkthemes_slider_btnlink' . $i ) );
    } else {
    echo "#";
    }
    ?>" role="button"><?php
    if ( gommero_get_option( 'inkthemes_slider_btnt' . $i ) != '' ) {
    echo gommero_get_option( 'inkthemes_slider_btnt' . $i );
    } else {
    _e( 'kup bilet | buy ticket', 'gommero-pro' );
    }
    ?></a>
    ----and----
    <a class="enigma_blog_read_btn animated bounceInUp slider-btn2" href="#" role="button">
    <?php _e( 'kup bilet | buy ticket', 'gommero-pro' ); ?></a>

    Our website is teatr2strefa.pl and I set back the first option at least the audience get to somewhere.
    Please, help us!
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Do you want to use default slider button linking feature in the theme?

    Is it not working on your site?

    Kindly, share your WordPress admin credentials at [email protected] along with this thread URL:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    We will check and do the needful.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page