Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sskarli Friend
    #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!


    1. bilde
    Ninja Lead Moderator
    #471238

    Because 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];
    }

    sandylyle Friend
    #474507

    Hi!

    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!


    1. looks-like-this-in-backend
    2. looks-like-this-in-frontend
    Ninja Lead Moderator
    #474710

    I would need to take a closer look at your site. Please send pm with URL, admin access and ftp account. I will help you out.

    sandylyle Friend
    #474719

    I 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
    #474771

    Because we have customized com_content component to match the concept of JA Kranos template. I have fixed it as per your request. Please check it again

    sandylyle Friend
    #474807

    What a service! What a supporter! Many thanks!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  sandylyle 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum