Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • insiyah52 Friend
    #183313

    I have been trying to place an image anywhere in an article within JA Norite template. No matter what I do the image goes to the top of the article. I have played around a bit with the css but I’m getting nowhere fast!!!

    I need help if anyone has suggestions, I would really appreciate it.

    Here is a link:
    http://izitgraphicdesign.com/cakestop/joomla/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=50

    insiyah52 Friend
    #477232

    Is there any chance anyone knows how to edit the above link so I can have the pics inside the article?

    Plz

    Ninja Lead Moderator
    #477460

    We customize Category / Blog on content to make it match with concept about JA Norite template.

    You can fix it with my suggestion
    <blockquote>Open templates/ja_norite/html/com_content/category/blog_item.php file</blockquote>
    from

    if (preg_match_all ($regex, $this->item->text, $matches)) {
    $this->item->text = preg_replace ($regex, '', $this->item->text);
    $images = implode ("n", $matches[0]);
    }

    change to

    /* if (preg_match_all ($regex, $this->item->text, $matches)) {
    $this->item->text = preg_replace ($regex, '', $this->item->text);
    $images = implode ("n", $matches[0]); */
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 4 months ago.

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