You added new .css file called 3c-fixed layout. I added it to my child theme (copy and paste), however i got this: http://fantomas.uzrasai.lt/testas/ - there is no sidebars...
ThemeShaper Forums » Thematic
3c-fixed there is no sidebars
(18 posts)-
Posted 3 years ago #
-
your style css is messed up. for example: your primary aside sidebar has a negative margin-left of 940px, so it doesn't display.
try with a standard style.css or download thematic again.
by the way: are you using a childtheme? in this case, is thematic installed properly?
Posted 3 years ago # -
your style css is messed up. for example: your primary aside sidebar has a negative margin-left of 940px, so it doesn't display.
try with a standard style.css or download thematic again.
by the way: are you using a childtheme? in this case, is thematic installed properly?
Posted 3 years ago # -
Exactly. However, this CSS, which you say is messed up, is included in Thematic 8,1 library/lyaouts. I just copied everything from there.
Yes, this is child theme. I had thematic 0,7 in the same folder - today I upgraded it to thematic 8,1 and copied everything from 3c-fixed.css to my child theme. Everything was working great with 0,7 version.
Posted 3 years ago # -
By the way, it is interesting that in other places, for exmpale, in pages everything is ok.
Posted 3 years ago # -
I don't know what to say, I have to try it by myself but right now I have no time. Tomorrow, I will take a look.
cheers.
Posted 3 years ago # -
Will check again later today .. I had a quick look on the markup and it looks strange to me. Don't think that it is the original one coming from a clean 0.8x installation.
Posted 3 years ago # -
Back again .. had to re-install FireFox .. ok .. here we go:
@Ricardas please check your Thematic instalation once again. Your markup looks pretty strange.
Your markup:
- body
-- wrapper
--- header
--- main
---- container
---- footerThe original markup:
- body
-- wrapper
--- header
--- main
--- footerSeems as if you mixed up something in your installation.
Posted 3 years ago # -
Sorry, but I deleted all files with thematic from my computer and ftp server - also the child theme. I redownloaded the thematic 0,8,1, reupoaded it to the server. Copied 3x-fixed.css, renamed it to my child theme style.css and I still got this.
I also opened the 3c-fixed.css and index.php, header.php, footer.php in my computer and I see
- body
-- wrapper
--- header
--- main
---- container
--- footerI am confused. Maybe someone uploaded bad index.php with the update 0,8,1? ;/ Or maybe there is something else in my side?
Posted 3 years ago # -
Ricardas, I've tried on a clean installation of thematic 0.8.1 using 3c-fixed.css and it works well. the problem is in your child theme style.css. you don't have to copy 3c-fixed.css onto your style.css. style.css of your child theme must start as following:
/* Theme Name: Your theme name Theme URI: http://your site/path to child theme Description: what you want Author: your name Author URI: http://your website/ Template: template name Version: version number . All Rights Reserved . */ /* Reset browser defaults */ @import url('../thematic/library/styles/reset.css'); /* Apply basic typography styles */ @import url('../thematic/library/styles/typography.css'); /* Apply a basic layout */ @import url('../thematic/library/layouts/3c-fixed.css'); /* Apply basic image styles */ @import url('../thematic/library/styles/images.css'); /* Apply default theme styles and colors */ @import url('../thematic/library/styles/default.css'); /* Prepare theme for plugins */ @import url('../thematic/library/styles/plugins.css');please note
/* Apply a basic layout */ @import url('../thematic/library/layouts/3c-fixed.css');and then below you ould change the style of your child theme.
I hope it was clear enough!
Posted 3 years ago # -
Ok. I did everything as you said.
Here is my style.css: http://fantomas.uzrasai.lt/testas/wp-content/themes/fantomas/style.css
But as you can see I have the same problem. In addition, the problem with sidebars is only on the INDEX page, check out others - they are working just fine as they should.
Maybe I have not done something to the index file or maybe there are more problems?
Posted 3 years ago # -
have you got some plugins installed? any widgets? I've tried a clean installation and for me it works out fine. Tomorrow I will take a deeper look in the code, i will keep you informed.
Posted 3 years ago # -
This is my test page and wordpress instalation, so only wp-pagenavi is installed. There are no other plugins active. However, I tried to deactivate it and nothing happened. Everything is the same.
Posted 3 years ago # -
So. is there a solution for this problem?
Posted 3 years ago # -
I'll be back on saturday. Then I can spend some time to fix your problem. Could you please pack your Thematic directory and mail it to chris (at) wupperpiraten (dot) de
Cheers,
ChrisPosted 3 years ago # -
sorry, I've got no time to inspect the code. I will take a look asap.
Posted 3 years ago # -
Strange... I moved to a new hosting provider last day and everything just works fine. :) I am really confused, however the problems is away now. Thank you all for the help and support.
Best wishes,
RichardPosted 3 years ago # -
Good news!
Posted 3 years ago #
Reply
You must log in to post.