-
AuthorPosts
-
imurillo Friend
imurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 5, 2016 at 9:34 pm #973880When I clic on article title link, it present the image I set in article introduction , the problem is I do not want an image in complete article. Please see the picture
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 5, 2016 at 9:36 pm #973883When I clic on article title link, it present the image I set in article introduction , the problem is I do not want an image in article completely
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 6, 2016 at 7:55 pm #974230I applyed the suggestion and it works, but now I have an space i want remove size, please see picture
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 7, 2016 at 3:55 am #974286Kindly share your working site URL here .
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 7, 2016 at 5:19 pm #974478Right now I can not, it coul be when I finished the web site
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 9, 2016 at 9:25 am #974677Yes you can post the URL when your site is live , so that i can take a look on your issue .
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 17, 2016 at 9:36 pm #977288I still have problem with large space where the photo is displayed in full article. Teline is very tedious with the image size and has an issue in image introduction and image in full article.
I did every thing you suggest in this post and it works, but the problem is the image size, to resolve I do not put image in full article. Now I have a very big white space below actualization date in article full.
Can someone tell me how to remove this space, please see the picture..below
- Create a new php file named full_text.php(path: ja/templates/ja_teline_v/html/layouts/joomla/content/image/full_text.php) then put
<?php /**
- @package Joomla.Site
-
@subpackage Layout
- @copyright Copyright (C) 2005 – 2014 Open Source Matters, Inc. All rights reserved.
- @license GNU General Public License version 2 or later; see LICENSE.txt */
defined(‘_JEXEC’) or die; $item = is_array($displayData) ? $displayData[‘item’] : $displayData; $params = $item->params; $images = json_decode($item->images); //$images = json_decode($this->item->images); $imgfloat = (empty($images->float_fulltext)) ? $params->get(‘float_fulltext’) : $images->float_fulltext;
$data = array(); $data[‘item’] = $item; if (isset($images->image_fulltext) && !empty($images->image_fulltext)) { $data[‘image’] = $images->image_fulltext; $data[‘alt’] = $images->image_fulltext_alt; $data[‘caption’] = $images->image_fulltext_caption; } if (is_array($displayData) && isset($displayData[‘img-size’])) $data[‘size’] = $displayData[‘img-size’];
?> <?php if (isset($images->image_fulltext) && !empty($images->image_fulltext)) : ?> <div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image" itemprop="image"> <?php echo JLayoutHelper::render(‘joomla.content.image.image’, $data); ?> <?php endif ?>
Click save.
- Open ja/templates/ja_teline_v/html/layouts/joomla/content/item/default.php then find line 53
<?php echo JLayoutHelper::render(‘joomla.content.image.intro’, $displayData); ?>
change to
<?php echo JLayoutHelper::render(‘joomla.content.image.full_text’, $displayData); ?>
Recheck by adding full article image or remove as you want to see the result.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 17, 2016 at 11:13 pm #977312You can post the URL when your site is live , so that i can take a look on your issue
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 18, 2016 at 4:53 pm #977744The white space, avobe introduction happens when navigation is hidden,
in the second image the full article show navigation bar and there is not white space.
I think the white space is not removed when navigation bar is hidden.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 19, 2016 at 12:47 am #977847Hi
if you need help, in this case , I need to check your site , without checking the site it hard to assume the issue and suggest changes .
Hope it makes sense . -
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)This topic contains 10 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum