-
AuthorPosts
-
October 26, 2012 at 8:19 am #181720
Hi!
I use Joomla 2.5 and JA Kranos.
When I add a picture to the text area it comes over the title and not in the text area.
How can I easily make it default that it comes in the text area where it is added? Not like the picture under..
Hope somebody can help me!
Thanks!
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 27, 2012 at 6:54 am #471238Because we have customized com_content of joomla default according to the concept of JA Kranos Template but you can always make changes to it
<blockquote>Open templates/ja_kranos/html/com_content/category/blog.php file</blockquote>
and remove it
if (preg_match ($regex, $item->introtext, $matches)) {
$image = $matches[0];
}
<blockquote>Open templates/ja_kranos/html/com_content/category/blog_item.php file</blockquote>
and remove it
if (preg_match ($regex, $this->item->introtext, $matches)) {
$image = $matches[0];
$this->item->introtext = str_replace ($image, '', $this->item->introtext);
}
<blockquote>Open templates/ja_kranos/html/com_content/featured/default.php file</blockquote>
and remove it
if (preg_match ($regex, $item->introtext, $matches)) {
$image = $matches[0];
}1 user says Thank You to Ninja Lead for this useful post
sandylyle Friend
sandylyle
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 193
- Uploads:
- 3
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
November 28, 2012 at 9:28 am #474507Hi!
This is for the same webpage, but another person who tries to make it work….
I have done the changes you said, but it still doesnt work..
Is there anything else I should do?
I add two pictures to show the differences.
This is how it looks like in backend
And this is how it looks like in frontend.
Really hope you can help me!
-
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
sandylyle Friend
sandylyle
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 193
- Uploads:
- 3
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
November 29, 2012 at 11:41 am #474719I think I wrote you a PM now, but there is nothing in my sent box.. Let me know if you got the PM.
Thanks!
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by
sandylyle 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum


