Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #960557
    This reply has been marked as private.
    projectosglobais Friend
    #960784

    Yes, but that is on the production site (Joomla 1.5). We are migrating the site to Joomla 3, and the link for the test site is http://www.info-angola.com/_ia3. That’s where the problem appears.

    Ninja Lead Moderator
    #961307

    @projectosglobais: I fixed the problem directly on your site and you can see the solution from templates/ja_rave/html/com_content/featured/default_item.php file

    from

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

    to

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

    Now, your site is working as well


    1. Screen-Shot-2016-08-19-at-10.33.15
    projectosglobais Friend
    #961358

    Thank you for your help!!

    The problem is solved.

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

This topic contains 4 replies, has 3 voices, and was last updated by  projectosglobais 7 years, 8 months ago.

The topic ‘Problems with images on frontend articles’ is closed to new replies.