test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • matthieub Friend
    #163142

    Hi,

    I use Ja_Rave and would like to desactivate the right position + crop option on images at the frontpage

    Somebody know where is this option / or CSS ?


    1. Capture-d8217233cran-2011-04-23-224-16.59.39
    khoand Friend
    #387756

    Hi,
    Remove this code from <joomla url>/templates/ja_rave/css/template.css file


    .blog-featured div.article-image {
    top: -5px;
    position: absolute;
    right: 0px;
    }

    matthieub Friend
    #387766
    Phill Moderator
    #387771

    Can you post actual links so I can see what you are looking as becaus I cannot see the imageshack links you post.

    A link to your site would be usefull along with details of whether you are using the J1.6 or J1.5 version of the template.

    In the mean time I will move this thread to the JA Rave section of the forums.

    matthieub Friend
    #387772

    Hi!

    Thank you. I think it’s better to use attachments 🙂

    First I removed:

    and get :

    I try to remove more

    and get (pictures above articles)

    Web site is closed (under construction) but if you need to test go on http://medias.so with joomlart user/password. I used Joomla 1.5, T3 and JA_Rave (latest version for all without hack)


    1. code1
    2. resultat1
    3. Capture-d8217233cran-2011-04-23-224-20.56.14
    4. Capture-d8217233cran-2011-04-23-224-20.55.56
    Phill Moderator
    #387776

    What are you trying to achieve?

    To remove the formatting from the layout of the frontpage open templates>ja_rave>html>com_content>frontpage>default_item.php and remove the code shown below.

    <?php
    //Get out all images
    $regex = "/<img[^>]*>/";
    $images = '';
    if (preg_match_all ($regex, $this->item->text, $matches)) {
    $this->item->text = preg_replace ($regex, '', $this->item->text);
    $images = implode ("n", $matches[0]);
    }
    ?>

    <?php if ($images): ?>
    <div class="article-image">
    <div class="img_caption"><?php echo $images ?></div>
    </div>
    <?php endif; ?>

    It is different for different sections and different again if you are using K2.

    matthieub Friend
    #387787

    THANK YOU!! :-*

    That’s exactly what I want. Excuse my english or if I was unclear (I’m french). I just wanted to see what I wrote in the backend without modifications and it’s ok now.

    Thank you again!

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

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

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