-
AuthorPosts
-
willer Friend
willer
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
March 30, 2015 at 5:44 pm #205150Good evening,
I noticed that when I insert an image to be displayed in the article extended, this is not seen.
In place of the image is shown introductory image extended within the article and also in the introduction. I want to know if it is normal.
Thank You
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 31, 2015 at 8:35 am #565184Let me know where did you add an image in the article extend? I need to check it directly on your site, you can pm me admin login of your site, I will check it further.
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
March 31, 2015 at 4:49 pm #565235You have a private message
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 1, 2015 at 9:54 am #565329<em>@willer 466337 wrote:</em><blockquote>You have a private message</blockquote>
I checked on your site but you can let me know “MotoGP Qatar 2015 : orari TV del GP di Losail” article has been created which events article?
I see it shows very strange and I need to check it from source on your site, please pm me FTP account. I will help you out.
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
April 1, 2015 at 11:51 am #565349I created a new database and I restored a copy of the site in a subdirectory of the root.
After recovery I upgraded joomla 2.5.28 to 3.4.1, installed the template JA Teline V and then I added a few article on the test database that I created on the site that is currently online.
You have a private message
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 2, 2015 at 10:53 am #565480I compared code on your site between JA Teline V default but I see the fulltext image did not load in JA Teline V template, I just added the custom php code and loads it from templates/ja_teline_v/html/layouts/joomla/content/item/default.php file and you can check and see that code
<?php if (isset($images->image_fulltext) && !empty($images->image_fulltext)) : ?>
<?php $imgfloat = (empty($images->float_fulltext)) ? $params->get('float_fulltext') : $images->float_fulltext; ?>
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image"> <img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) . '"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>" itemprop="image"/> </div>
<?php endif; ?>
Now, you can see the fulltext image it’s working on your site.
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
April 2, 2015 at 11:18 am #565484I’m not sure I have understood your message. I use google translate to English. I have not touched anything programmatically.
I think the image of introduction should not see each other on Article extended. If I’m not mistaken default on joomla so.
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
April 2, 2015 at 2:49 pm #565518I noticed that the command loadposition does not work
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 3, 2015 at 5:54 am #565590<em>@willer 466695 wrote:</em><blockquote>I noticed that the command loadposition does not work</blockquote>
I use {loadmodule mod_search} into “MotoGP Qatar 2015 : orari TV del GP di Losail” article and see it loads on your site, see the screenshot
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
April 3, 2015 at 5:27 pm #565673Yes ok, already this morning I noticed that the loadposition worked
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
April 7, 2015 at 9:21 am #566086The article in video category are not visible http://www.motonotizie.it/test/video/397-suzuki-gsx-rr-motogp-un-video-sullo-sviluppo-2014.html
Please want to intervene, the problem arose as a result of its amendments.
Believe me, I’m tired, I’m three months that I try to set this template.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 8, 2015 at 5:44 am #566282I just found and solved it on your site, you can check that link again.
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
April 8, 2015 at 8:38 pm #566381Ok, thank you !
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by willer 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum