Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jeannine Friend
    #203542

    Hello.

    I am experiencing various issues with the portfolio articles category module in features-intro position.

    :: I edited the text “view all” and “Recent projects” in the language file en-GB.tpl_ja_sugite.sys.ini

    ;Template Custom
    TPL_VIEW_ALL =”Oversigt”
    TPL_RECENT_PROJECTS =”Aktuelle emner”

    cleared browsercache and joomla cache, but it is still view all and recent projects.

    :: The other issue is, that I cannot set links on intro images, even if I set link A target. I actually want to set links on the images rather then linking to articles as I want to use this beautiful module for banner or linking to other blog pages on my site. How to??? :((

    pavit Moderator
    #558622

    Hi

    <blockquote>I am experiencing various issues with the portfolio articles category module in features-intro position.

    :: I edited the text “view all” and “Recent projects” in the language file en-GB.tpl_ja_sugite.sys.ini

    ;Template Custom
    TPL_VIEW_ALL =”Oversigt”
    TPL_RECENT_PROJECTS =”Aktuelle emner”</blockquote>

    I suggest to make this change into language override Extensions => Language Manager => Language Overrides
    and add the 2 new translations

    jeannine Friend
    #558623

    yes, that worked for the language override 🙂 happy about that.

    but how to link article intro images in blog view – category view? I am quite desperate about that one.

    pavit Moderator
    #558625

    Hi

    Try to check in this folder templatesja_sugitehtmlcom_contentcategoryportfolio_item.php

    <div class="item-image front">
    <?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <?php $imgfloat = (empty($images->float_intro)) ? $params->get('float_intro') : $images->float_intro; ?>
    <div class="pull-<?php echo htmlspecialchars($imgfloat); ?>">
    <a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>">
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    </a>
    </div>
    <?php else: ?>
    <div>
    <img src="<?php echo JURI::root(true);?>/images/joomlart/demo/default.jpg" alt="Default Image"/>
    </div>
    <?php endif; ?>
    </div>

    jeannine Friend
    #558630

    Hello. Thank you indeed for helping. I am just absolutely no developer, so I do not know how to adjust this code piece to make intro images to link back to articles. I found file and code, but what to change it to? :((

    jeannine Friend
    #559346

    hello again. I am still struggeling with this one. How can I make the intro images automatically link to their articles in blog view?

    jeannine Friend
    #559348

    you can see the problem here: http://www.islaendere.dk

    In the article category on top I need to be able to edit links. I want to have set up some banner ads there. So this needs to work properly.

    For the articles below I want the users to be able to click the image to continue to the article :(( how?

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

This topic contains 7 replies, has 2 voices, and was last updated by  jeannine 9 years, 5 months ago.

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