Display error on front page


Author Message
baykush

Posted: 8/13/2009
Quote message 

hi,

I have a test blog site to test artisteer theme I made. First of all no item disappears in front page (which is good)

right sidebar goes below the nodes I created. But when I go into a node page right sidebar goes where it belongs to...

I am new to coding (which is why I use artisteer) so please help.

the site is duvarayaz.com by the way... I am leaving the display as is for you to see it...

Any help appreciated

Thanks
baykush
 
baykush

Posted: 8/14/2009
Quote message 

I thought it could be the big slideshow block that f.s up the front page so I closed that block but didnt work...

And also when I browse site with explorer it gives this error

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Timestamp: Fri, 14 Aug 2009 07:26:04 UTC


Message: Unterminated string constant
Line: 126
Char: 76
Code: 0
URI: http://www.duvarayaz.com/

I dont know which linbe is that and how I can fix it.

Please help!

baykush
 
baykush

Posted: 8/14/2009
Quote message 

Hi again,

My problem continues but I noticed something that could be important;

First 2 nodes display where it should be but the third node goes into the right sidebar. But when I go to the admin page (block page or modules page...) right sidebar displays correctly at where it belongs to...

anyone have an idea?

baykush
 
baykush

Posted: 8/14/2009
Quote message 

I decreased the node number displayed in the frontpage to "2"... Now 2 nodes appear where they should appear. But sidebar blocks still goes below the content... And the sidebar space is now empty...

Can any body help?
www.duvarayaz.com

baykush

 
baykush

Posted: 8/14/2009
Quote message 

something new;

older version of Artisteer was creating following div class;

-<div class="contentLayout">
+<div class="content">
+<div class="sidebar1">

new one is creating;

-<div class="art-contentLayout">
+<div class="art-content">
+<div class="art-sidebar1">

So in the new version "art-sidebar1" is not generated "UNDER" the art-contentLayout!
Instead of that it appears "AFTER" the art-contentLayout!

www.duvarayaz.com is the address you can see the frontpage displaying totally wrong
 
baykush

Posted: 8/14/2009
Quote message 

Sorry it should be like this;

older version of Artisteer was creating following div class;

-<div class="contentLayout">
+<div class="content">
+<div class="sidebar1">

new one is creating;

-<div class="art-contentLayout">
+<div class="art-content">
+<div class="art-sidebar1">
 
CBC-DK

Posted: 10/13/2010
Quote message 

Hi! I got the same problem as you did. I can see on your website that you solved it. What did you do?

Please help - thanx :-)
 
Mark C

Posted: 10/14/2010
Quote message 

try flushing your cache:
Admin >> Site Configuration >> Performance, then scroll down and click "Clear Cached Data".

That often solves problems of this sort.

Failing that - export the theme again with a different name, upload it, enable it and see if that solves it.