Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • theatrerat81 Friend
    #203242

    Hi!

    I’m trying to configure the Product override layout to be useful for promoting my eBooks, and I’m having a problem. I can get the added fields to show up on the backend, but they don’t show up on the front page. I have added the fields to the product.php page, and I have added data in the back end to be displayed. Any help you can offer would be greatly appreciated.

    Also, I can’t replicate the layout displayed in the Uber Business demo on my own site. Is there a guide or anything in the documentation that I can use as reference?

    Eragon H Friend
    #557508

    1. You haven’t edited in the file templateHelper.php. I added the value “pages” for you. You can continue with other values

    Result >>

    2. Can you clarify which layout you want to replicate by screenshot with description?

    Hint: You can check by building a demo HERE , then compare the configuration, content to replicate. You should disable the editor because some content are written with HTML tags


    1. Screenshot_1
    theatrerat81 Friend
    #557539

    Thank you for the help! I see now that updating templatehelper.php is referenced in the detailed documentation, but not in the basic Uber documentation.

    As for which layout, I’d like to replicate the layout of the individual Template product pages under the Business template. For example – http://a9379fb971b2b756a2b041325faa0236.site.joomlart.com/index.php/template/digital/110-elastica

    Also, how do I update the text in the button at the bottom of the Related Products module? I want to change it from “Browse Our Templates” to something more appropriate.

    theatrerat81 Friend
    #557552

    Hi Eragon,

    Thanks again for the reply.

    Just to clarify, I have tried building a demo site and comparing the configuration and content to replicate. I must be missing something, because this is how my product pages look:

    Here is how I’d like the elements in question to look (the blacked out area below is the slideshow, which I do not wish to incorporate):

    Also, it’s not the name of the Related Products Module I’d like to change, but rather the text in the button at the bottom of the module, displayed here:

    How do I go about changing the text “Browse Our Themes >”?


    1. boysofspringandfall
    2. hawkstore_layout
    3. browsethemes
    Eragon H Friend
    #557636

    1. So, kindly let me know which part of the demo that you want to you site appear to be the same

    For the Live Demo and Purchase part

    You need to edit the code in the file root/templates/uber/html/com_content/article/product.php to meet your customization

    <?php if($live_demo || $download): ?>
    <div class="product-cta">
    <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>
    </div>
    <?php endif; ?>

    2. You can change the name in file root/templates/uber/html/mod_articles_category/swiper.php
    Change “Browse Our Themes” at the last code line to anything you want


    1. Screenshot_1
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Eragon H 9 years, 11 months ago.

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