Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • anish28 Friend
    #1026892

    Hi I would like to know how can I insert a title on each items so it looks like this url http://optimussbr.com/services/
    Notice that each item has a title, ex strategy. Process improvement etc

    My url is http://www.decepticonstechnology.com/strategos/index.php/our-practice-areas

    Saguaros Moderator
    #1027156

    Hi,

    By default the article title shows with the intro text when you hover an item. If you want to move it above the image, pls open the file: ROOT/templates/ja_jason/html/com_content/featured/default_item.php

    And move this snippet of code which renders article title to the position you wish:

    <?php if ($params->get('show_title')) : ?>
        <?php echo JLayoutHelper::render('joomla.content.item_title', array('item' => $this->item, 'params' => $params, 'title-tag'=>'h2')); ?>
    <?php endif; ?>

    http://prntscr.com/exs8i5

    Then customize style for it

    Regards

    anish28 Friend
    #1027223
    This reply has been marked as private.
    Saguaros Moderator
    #1027337

    You can modify it via CSS:

    • Go to file: ROOT/templates/ja_jason/css/custom.css (create this file if it doesn’t exist)
    • Add this css rule:
      .ja-masonry-wrap .item article .article-title {
      font-size: 25px;
      }

    and change to the value which suits your needs.

    anish28 Friend
    #1036305
    This reply has been marked as private.
    Saguaros Moderator
    #1036737

    You can share the ftp account, I will take a look.

    anish28 Friend
    #1036748
    This reply has been marked as private.
    Saguaros Moderator
    #1036933

    It seems like cache, could you try to clean all caches?

    anish28 Friend
    #1036962
    This reply has been marked as private.
    Saguaros Moderator
    #1037203

    You can share me the admin account also, I will take a look.

    anish28 Friend
    #1037204
    This reply has been marked as private.
    Saguaros Moderator
    #1037244

    It’s working now, kindly check.

    anish28 Friend
    #1037249
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 12 replies, has 2 voices, and was last updated by  anish28 6 years, 11 months ago.

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