Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Tech-xml Friend
    #760418

    How can I change the caption of "Live Demo" button? http://uber.demo.joomlart.com/index.php/template/fashion/104-university

    Pankaj Sharma Moderator
    #760522

    Hi
    To change live demo
    Go to templatesuberhtmlcom_contentarticleproduct.php
    find this code

                <span>Live Demo</span> <i class="fa fa-eye"></i>
    

    Change live demo as per needs .

    Adam M Moderator
    #760597

    Hi @insofticursos,

    Please open file templatesuberhtmlcom_contentarticleproduct.php then look for this code, you will see the text there :

    <nav class="product-actions">

    <?php if($live_demo): ?>
    <a href="<?php echo $live_demo; ?>" class="btn btn-lg btn-default">
    <span>Live Demo</span> <i class="fa fa-eye"></i>
    </a>
    <?php endif; ?>

    <?php if($download): ?>
    <a href="<?php echo $download; ?>" class="btn btn-primary btn-lg">
    <span>Purchase</span> <i><span class="edd_price"><?php echo $price; ?></span></i>
    </a>
    <?php endif; ?>

    </nav>

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Adam M 8 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum