-
AuthorPosts
-
jeannine Friend
jeannine
- Join date:
- May 2014
- Posts:
- 76
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 30
- Thanked:
- 2 times in 2 posts
December 14, 2014 at 5:18 pm #203542Hello.
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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
December 14, 2014 at 5:27 pm #558622Hi
<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 translationsjeannine Friendjeannine
- Join date:
- May 2014
- Posts:
- 76
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 30
- Thanked:
- 2 times in 2 posts
December 14, 2014 at 5:35 pm #558623yes, 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
December 14, 2014 at 6:05 pm #558625Hi
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 Friendjeannine
- Join date:
- May 2014
- Posts:
- 76
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 30
- Thanked:
- 2 times in 2 posts
December 14, 2014 at 8:12 pm #558630Hello. 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 Friendjeannine
- Join date:
- May 2014
- Posts:
- 76
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 30
- Thanked:
- 2 times in 2 posts
December 22, 2014 at 3:45 pm #559346hello again. I am still struggeling with this one. How can I make the intro images automatically link to their articles in blog view?
jeannine Friendjeannine
- Join date:
- May 2014
- Posts:
- 76
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 30
- Thanked:
- 2 times in 2 posts
December 22, 2014 at 4:21 pm #559348you 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?
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by jeannine 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum