Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Giannis Maroulis Friend
    #196526

    Hi thanks for that awesome Theme,

    my question is : in the [features1] position that u have configure the “Our Services” categories i want to hide lets say the first item that is the Our Services category name and description??

    And because i dont know if can explained exactly what i want i did two screenshots in Photoshop the one with what is and the second of what i need to be done

    How it is…

    And how i want it to looks like

    Thanks and regards
    GiannisM


    1. Untitled-1
    2. as-i-want
    3. As-is

    Giannis Maroulis

    Css Magician Friend
    #529890

    @maroulis,

    Please open the templatesja_decorhtmlmod_articles_categorytriangle.php file and remove this code:


    <?php
    //Get category info
    if(isset($jacategory)) : ?>
    <div class="col-xs-12 col-sm-6 col-md-3 col-cmd-12 category-info background-primary">
    <div class="grid-1x2 grid-inner">
    <h3 class="category-title">
    <?php
    $cat_title = $jacategory->title;
    $cat_titles = explode(" ",$cat_title);
    echo '<span class="first-letter">'.$cat_titles[0].'</span>';
    unset($cat_titles[0]);
    echo ' '.implode(" ",$cat_titles);
    ?>
    </h3>
    <div class="category-des">
    <?php echo $jacategory->description;?>
    </div>
    <a class="btn btn-primary btn-icon" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>
    </div>
    </div>
    <?php endif;
    //End add
    ?>

    Giannis Maroulis Friend
    #529925

    Yes its did the trick with the 4 articles but each one have now bold fonts and in the article title has been added a 4> at the end…

    I have double check that i have remove the correct code as u assist me but the conclusion is the same (:

    Please see my screenshot

    Without the Bold fonts and the 4>

    Bold Fonts and 4>

    Waiting for your response
    Thanks in advanced
    GiannisM


    1. no_problem
    2. Problem

    Giannis Maroulis

    Css Magician Friend
    #529935

    @maroulis, I think when editing the triangle.php file, there might be html problem, please check again. If the issue still remains, you can PM me your FTP account, I will help to check further.

    Giannis Maroulis Friend
    #529940

    Yes u are right, i use Dreamweaver to edit it so something went wrong with that….. I did edit it with the WordPad and its working Perfectly….

    Thanks again Magician 🙂
    Regards

    Giannis Maroulis

    frenchy74 Friend
    #530500

    Hi CSS Magician
    How would you go about hiding that link altogether. I’ve tried just deleting
    <a class=”btn btn-primary btn-icon” href=”<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>”><?php echo JText::_(‘VIEW_ALL’); ?> <i class=”fa fa fa-long-arrow-right”></i></a>

    But that causes other problems with the layout.

    Thanks in advance for any help you can provide 🙂

    MoonSailor Friend
    #530934

    @frenchy74: I need to have a closer look to detect the root of issue, please PM me url, admin and ftp credentials of your site.

    frenchy74 Friend
    #531194

    Another dreamweaver issue, solved by not using it.

    Cheers :laugh:

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

This topic contains 8 replies, has 4 voices, and was last updated by  frenchy74 10 years, 7 months ago.

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