Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • mavros18 Friend
    #156255

    Hello to all,

    I have a weird problem with my site and it only occurs when JA Purity II template is default and only on frontpage. The site is http://www.eurostinifc.gr

    For some reason i cannot understand my frontpage shows like this:
    Purity II template

    while it should seems like this:
    Purity I template

    In short…
    For some reason, while on purity II left and right module positions freaks out and looks like the first photo.

    I’ve tried some code changes, used firebug and whatever i could find on the i-net but managed to get nowhere. I also tried reinstalling joomla, and then retrieve data back from database. During this i copied back some component folders in order not to install and configure from scratch. From my experience, copying some folders (mainly components) should be no issue but i have no more ideas.

    Please some help… :confused:


    1. purity2
    2. purity1
    gray Friend
    #362204

    Maybe the problem is in the width of the right-side module. It’s rather small to keep the data.
    Is it Purity I on http://eurostinifc.gr/ right now?

    mavros18 Friend
    #362205

    Maybe. But even being small it doesn’t fit in it’s position…

    Now it’s on purity I but i can change it for a few minutes if it helps…

    gray Friend
    #362247

    <em>@mavros18 202727 wrote:</em><blockquote>Maybe. But even being small it doesn’t fit in it’s position…

    Now it’s on purity I but i can change it for a few minutes if it helps…</blockquote>

    Yes, it would be helpful to see your site in live. As I understand it’s a working site, send me a PM to agree on exact time.
    Meanwhile, what happens if you disable ALL modules on the right and left sides, besides the menu ones?

    mavros18 Friend
    #362267

    <em>@gray 202773 wrote:</em><blockquote>Yes, it would be helpful to see your site in live. As I understand it’s a working site, send me a PM to agree on exact time.</blockquote>
    It is a live site (unfortunatelly) but i will change to purity 2 from now and the rest of the day (~8h) with left and right modules.

    <em>@gray 202773 wrote:</em><blockquote>Meanwhile, what happens if you disable ALL modules on the right and left sides, besides the menu ones?</blockquote>
    While on purity2 without left and right modules it shows like this.
    As i can see main contents does not fit even without L-R modules. See the pagination on the bottom-right of the screenshot.

    Extra info:
    I use the default-joomla layout.
    Joomla ver. is 1.5.22 with system Legacy 1.0 enabled (don’t know if that matters – just trying to give us much info as i can.)


    1. purity2_no_left_right
    mavros18 Friend
    #362271

    Also consider this image.
    Module position are in reverse order (?!?!?).


    1. purity2_left_right_modules
    gray Friend
    #362337

    First you need to check the “Default Layout” parameter at the template.
    It should be “left-main-right.square” or “left-main-right.round”.

    At second, as far as I can see info in the modules is too big to be rendered without problems.
    What happens if you set “Template Width” to “Auto” or 100% and check your site with a wide-resolution screen?

    Also, verify modules’ positions. They are a little bit different for Purity II.

    mavros18 Friend
    #362445

    Check backend attachments. I’ve disabled all modules except mod_mainmenu which is in left module position and set up the width to 100%. The layout is also set to L-M-R.square. I also attached the templates configurations photoes(1st and 2nd attachments).

    And the 3rd attachment is how it looks like now.

    Please visit http://www.eurostinifc.gr/index.php to see it live.

    I don’t get it. In purity1 it shows OK.


    1. backend_purity2_tempate_configuration
    2. backend_purity2_only_mainMenu
    3. frontend_purity2_only_mainMenu
    wicklif Friend
    #362450

    Hi to all

    I am playing arround with Purity II and it seems I have the same Problem. I found out all websites have their left and right modules in correct position exept sites with layout “Blog”

    The error is on my startpage and on Neue Produkte/Boden and Neue Produkte/Zubehör. These are the only sites in Blog Style

    Any Idea ???

    Sorry about my poor english

    wicklif

    You can see here

    mavros18 Friend
    #362463

    I found an error (at least I think so…) in default-joomla.php (which is the layout i use).

    ORIGINAL:
    [PHP]
    <!– MAIN CONTAINER –>
    <div id=”ja-container” class=”wrap <?php echo $this->getColumnWidth(‘cls_w’); ?>”>
    <div class=”main clearfix”>

    <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘mw’) ?>%”>
    <?php $this->loadBlock(‘main’) ?>
    <?php $this->loadBlock(‘left’) ?>
    </div>

    <?php $this->loadBlock(‘right’) ?>

    </div>
    </div>
    <!– //MAIN CONTAINER –>[/PHP]

    where:
    [PHP]
    <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘mw’) ?>%”>
    <?php $this->loadBlock(‘main’) ?>
    <?php $this->loadBlock(‘left’) ?>
    </div>[/PHP]

    i changed to:

    [PHP]
    <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘mw’) ?>%”>
    <?php $this->loadBlock(‘left’) ?>
    <?php $this->loadBlock(‘main’) ?>
    </div>[/PHP]
    and the left module position went at it’s correct place…

    I suppose that if I knew how, I could correct the php code to get the right module at it’s place too…

    mavros18 Friend
    #363268

    I set up a live site (dublicate of the original) here: http://eurostinifc.gr/11/.

    So if anyone want to check it out and give me some help…

    mavros18 Friend
    #363727

    After so many tries i decided to built my site from scratch.

    I started by installing the template and main component joomleague (which is my main component) and then i took content data from my old database and inserted them into my new one. I already new that the problem occurred when importing old database into my new one (everything is same version).

    Not to speak much i found out that the problem is with the “Read More” function when article is published on frontpage.:

    <hr id=”system-readmore” />

    Any ideas on how to solve this? :confused:

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

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

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