Suporte » Plugins » Mudar links de 3 botões

  • Olá pessoal,

    Preciso de ajuda, pois quero mudar os links de 3 botões “Saiba mais” (pode ser visto no site http://www.academicoffice.net) que foram criados em CSS, mas os 3 tem o mesmo link porém preciso colocar um link para página diferente.

    No editor de temas Academic Office Child: home-services.php está o código que é o seguinte:

    <!– service section –>
    <?php $wl_theme_options = weblizar_get_options(); ?>
    <div class=”enigma_service”>
    <?php if($wl_theme_options[‘home_service_heading’] !=”) { ?>
    <div class=”container”>
    <div class=”row”>
    <div class=”col-sm-12″>
    <div class=”enigma_heading_title”>
    <h3 style=”text-transform: capitalize;”><?php echo esc_attr($wl_theme_options[‘home_service_heading’]); ?></h3>
    <h4><?php echo do_shortcode(‘[my_content id=”1278″ title=false /]’); ?></h4>
    </div>
    </div>
    </div>
    </div>
    <?php } ?>
    <div class=”container”>
    <div class=”row isotope” id=”isotope-service-container”>
    <?php for($i=1; $i<4; $i++ ) { ?>
    <div class=” col-md-4 service”>
    <div class=”enigma_service_area appear-animation bounceIn appear-animation-visible”>
    <?php if($wl_theme_options[‘service_’.$i.’_icons’] !=”) { ?><div class=”enigma_service_iocn pull-left”><i class=”<?php $codigo= “icon-T\” style=\”font-family: acdoffice; font-size: 55px;\””;
    if ($i==3) { echo $codigo;
    } else; {
    if($i!=3) { echo esc_attr($wl_theme_options[‘service_’.$i.’_icons’]);

    }
    } ?>”></i></div><?php } ?>
    <div class=”enigma_service_detail media-body”>
    <?php if($wl_theme_options[‘service_’.$i.’_title’] !=”) { ?><h3>“><?php echo esc_attr($wl_theme_options[‘service_’.$i.’_title’]); ?></h3><?php } ?>
    <?php if($wl_theme_options[‘service_’.$i.’_text’] !=”) { ?><p><?php echo apply_filters(‘the_content’, $wl_theme_options[‘service_’.$i.’_text’], true); ?></p><?php } ?>
    <div style=”text-align: center;”><?php
    if (qtranxf_getLanguage() == ‘pt’) {
    echo do_shortcode(‘[su_button url=”http://www.academicoffice.net/assessoria-academica&#8221; size=”4″ background=”#FFD700″ radius=”4″] Saiba Mais [/su_button]’);
    } elseif (qtranxf_getLanguage() == ‘en’) {
    echo do_shortcode(‘[su_button url=”http://www.academicoffice.net/en/services&#8221; size=”4″ background=”#FFD700″ radius=”4″] Read More [/su_button]’);
    }

    ?></div>
    </div>
    </div>
    </div>
    <?php } ?>
    </div>
    </div>
    </div>
    <!– /Service section –>

    Obrigada.

  • O tópico ‘Mudar links de 3 botões’ está fechado para novas respostas.