Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • guap Friend
    #156224

    Hi,

    Frontpage – I have article with no image and I was wondering when I published it, there was am empty space. The text/content did not fill up the empty space. How can I fix this? Thanks.

    Please see the attachment.


    1. space
    Saguaros Moderator
    #362046

    Pls fix this issue as following:1) Open the file: templates/ja_rave_new/html/com_content/frontpage/default_item.php and delete the following code: [PHP] if (preg_match_all ($regex, $this->item->text, $matches)) {

    $this->item->text = preg_replace ($regex, ”, $this->item->text);

    $images = implode (“n”, $matches[0]);

    }[/PHP]you replace this code and then open the file; /templates/ja_rave_new/css/template.css and find: div.article-main {
    padding-right: 145px !important;
    border-bottom: solid 1px #ddd;
    padding-bottom: 13px;
    position: relative;
    }
    replace by these codes: div.article-main {

    border-bottom: solid 1px #ddd;
    padding-bottom: 13px;
    position: relative;
    }

    guap Friend
    #362176

    Thanks for the advise – it fixed!

    Phill Moderator
    #362178

    Thanks for the update Tienhc. A number of users are experiencing the same on a couple of templates. It would be good to apply a fix to all of them.

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

This topic contains 4 replies, has 3 voices, and was last updated by  Phill 14 years ago.

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