-
AuthorPosts
-
December 2, 2013 at 8:57 am #192680
This is my test website http://www.ges-integra.com/blanca
We want to link the content slider tabs images to external links. in hatabs position
If we make a link in intro text, then no link is show in content slider.. intro text.. only plain text.
Can you help us?
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 4, 2013 at 4:27 am #514262JA Content Slider module is supporting linked image to detail article, if you want to customize it link to external you can change from php file
Open modules/mod_jacontentslider/helper.php file and find function getListContent($catid, $params)
Line 484:
$data[$i]->image = modJacontentsliderHelper::renderImage($row->title, $data[$i]->link, $image, $params, $params->get('iwidth'), $params->get('iheight'));
an customize linked images with my red mark
December 10, 2013 at 4:48 pm #514972<em>@Ninja Lead 400475 wrote:</em><blockquote>JA Content Slider module is supporting linked image to detail article, if you want to customize it link to external you can change from php file
Open modules/mod_jacontentslider/helper.php file and find function getListContent($catid, $params)
Line 484:
$data[$i]->image = modJacontentsliderHelper::renderImage($row->title, $data[$i]->link, $image, $params, $params->get('iwidth'), $params->get('iheight'));
an customize linked images with my red mark</blockquote>
Is this valid to different links, one per image showing in content slide ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 11, 2013 at 7:46 am #515063<em>@davilico 401390 wrote:</em><blockquote>Is this valid to different links, one per image showing in content slide ?</blockquote>
Yes, my solution will do that.
December 12, 2013 at 10:36 am #515210<em>@Ninja Lead 401503 wrote:</em><blockquote>Yes, my solution will do that.</blockquote>
But we don’t know how to do it. with several images and links .. can you make an example?
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2013 at 5:34 am #515320This is custom work and you need to have knowledge about PHP code. I recommend you to hire a developer to get it done for you. Heavy customization like this is out of JA support scope.
What I can suggest you is:
+ Create external link array to match with get data from Articles
+ Apply external link array with my above suggestionhere.
December 18, 2013 at 4:40 pm #515882Thanks.
And two more things:
Left modules dissapear when clinking in content in slideshow modules.
And the other when we click on the left modules, how can we delete the word articulos( articles) at the begining?
Is it possible to view this modules when clinking on linked pictures on them eg: the one below Colegio Blanca de Castilla left module ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 19, 2013 at 11:20 am #515952I’m not sure what you are implying. Just for better clarification, please include an illustrated screenshot of what you are trying to achieve. It would help to understand the issue and give you specific answers.
December 23, 2013 at 9:38 am #516255<em>@Ninja Lead 402626 wrote:</em><blockquote>I’m not sure what you are implying. Just for better clarification, please include an illustrated screenshot of what you are trying to achieve. It would help to understand the issue and give you specific answers.</blockquote>
And two more things:
Left modules dissapear when clinking in content in slideshow modules.
And the other when we click on the left modules, how can we delete the word articulos( articles) at the begining?
Is it possible to view this modules when clinking on linked pictures on them eg: the one below Colegio Blanca de Castilla left module ?
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 24, 2013 at 7:05 am #516385>>>Left modules dissapear when clinking in content in slideshow modules.<<<
A: Yes, you can do that by+ All modules: GALERÍA DE IMÁGENES, DESTACADOS, INNOVACIÓN EDUCATIVA set to show on HOME page, see the screenshot
>>>how can we delete the word articulos( articles) at the begining?<<<
A: Yes, you can change it from default.php code of com_content in JA Travel templateOpen templates/ja_travel/html/com_content/article/default.php file
Change
<?php if ($this->params->get('show_page_heading', 1)) : ?>
To
<?php if ($this->params->get('show_page_heading')) : ?>
Don’t forget to clear cache after changing
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
linked images in content slider tabs
Viewing 10 posts - 1 through 10 (of 10 total)