Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] few things (http://forum.bytesforall.com/showthread.php?t=7955)

kamien8 Jul 5, 2010 12:29 AM

[SOLVED] few things
 
Hello,
at the beggining I want to say, that I appreciate that huge work with Atahualpa!

I've just installed 3.5.1, and I want to configure it - not without some problems. So because of that: is there any help to download? I want to avoid meaningless questions (I'm not professional at WP, CSS, etc.)

There are some teasers for now:

1.
Export/Import Settings:
I want to use: ata-round.txt but there blink
Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in /wp-content/themes/atahualpa351/upload.php on line 8
Sorry, but ata-round.txt doesn't appear to be a valid Atahualpa Settings File.

I'me sure, there are all of defined styles in that location.

2.
Body, Text & Links
HTML Code:

background: #fff url('<?php bloginfo('template_directory'); ?>/images/image1.png');
works fine, but in section Style & configure LAYOUT
HTML Code:

background: #fff url('<?php bloginfo('template_directory'); ?>/images/image2.png');
doesen't work (images are uploaded)

3.
Style & edit HEADER AREA
That is a magic :confused:
I didn't find any topic about this section

There is "Logo Area: Styling" - any code makes no changes

4.
How can I change the language - Polish is much more understandable for me :)


Regards, Adam

lmilesw Jul 5, 2010 09:49 AM

I am not sure why you are having troubles importing the ata-round.txt. Where are you uploading if from?

For the second background image try adding the following to the CSS Inserts (not tested)
HTML Code:

html {
background:#EEF2FB;background-image:url('<?php bloginfo('template_directory'); ?>/images/image2.png');background-repeat:repeat-x;background-position:left bottom;
}

For Logo Area Styling make sure there are no styles in CSS Inserts. The default install may have put some code there.

For language see this thread.

kamien8 Jul 5, 2010 02:33 PM

Quote:

Originally Posted by lmilesw (Post 36133)
I am not sure why you are having troubles importing the ata-round.txt. Where are you uploading if from?

d:\download\wordpress\wp-content\themes\atahualpa351\styles\ata-round.txt
and there is the same file:
wp-content/themes/atahualpa351/styles/ata-round.txt

Still the same announcement :(

Quote:

Originally Posted by lmilesw (Post 36133)
For the second background image try adding [cut]

Works fine in CSS Inserts as:

HTML Code:

div#container {
background:[cut]
}

Quote:

Originally Posted by lmilesw (Post 36133)
For Logo Area Styling make sure there are no styles in CSS Inserts. The default install may have put some code there.

CSS Inserts ie empty

Quote:

Originally Posted by lmilesw (Post 36133)
For language see this thread.

OK I've put PL language files in proper folder, but I still don't know how to change it in WP


Thanks for your help


BTW.
How can I make top margin?
http://wp.avangarda.org/

Regards, Adam

lmilesw Jul 5, 2010 02:49 PM

I don't know why you can't import the style but at this point I wouldn't as it would overwrite what you have done to date. The style you have installed added some code as shown here. Taking this out may allow you to change the logo styling.

I don't know how to initialize the different language. I would suspect that information would be available in the language forum though.

kamien8 Jul 5, 2010 04:56 PM

That's right, now it works.

Thank you and good night :)
Adam


All times are GMT -6. The time now is 02:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.