-
AuthorPosts
-
November 9, 2010 at 10:55 pm #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 templatewhile it should seems like this:
Purity I templateIn 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:
-
gray Friend
gray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 9, 2010 at 11:47 pm #362204Maybe 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?1 user says Thank You to gray for this useful post
November 9, 2010 at 11:57 pm #362205Maybe. 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 Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 10, 2010 at 6:36 am #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?November 10, 2010 at 9:56 am #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.)
November 10, 2010 at 10:13 am #362271gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 10, 2010 at 10:03 pm #362337First 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.
November 11, 2010 at 10:27 am #362445Check 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.
- November 11, 2010 at 12:49 pm #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
November 11, 2010 at 3:05 pm #362463I 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…
November 18, 2010 at 10:18 am #363268I 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…
November 22, 2010 at 1:03 pm #363727After 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:
AuthorPostsViewing 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
Jump to forum
-
Problem with frontpage while using Purity II.
Viewing 12 posts - 1 through 12 (of 12 total)