Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Post container style different for Home Page than single post page (http://forum.bytesforall.com/showthread.php?t=8098)

maurixx Jul 12, 2010 02:07 PM

[SOLVED] Post container style different for Home Page than single post page
 
Ciao,
I've added some css info to have a box for each post in HP.
Unfortunately the same configuration is used in the single page post.
Is there any way to have a different configuration for the single post page ?

Tha alot
MauriXx

www.maurifo.com

juggledad Jul 12, 2010 07:25 PM

HP?? Sorry but I don't understand
what version? What is the URL?
Point out an example

maurixx Jul 13, 2010 01:35 AM

ops, sorry.
HP = home page.
If you go on www.maurifo.com you can see that each post is with orange box.
If u click to open one post the same box configuration is used and the single post page and is not displayed correctly.

THX a lot

MaurixX

juggledad Jul 13, 2010 05:32 AM

What version of Atahualpa and WP?
It looks like you have changed your index.php - what did you do?
Have you tried disabling all your plugins to see if one is causing your issue?
Did you edit CSS.php? It looks like you messed it up.

Any additional CSS you want to use or override should be put in the Add HTML/CSS Inserts->CSS Inserts theme option. You should avoid editing any of the theme code.

maurixx Jul 13, 2010 09:12 AM

atahaulpa 3.4.9
WP 3.0

Nothing is modified, I don't have the skills to do this

Probably The error is because I'm adding ths css code in "style post & pages" -> POST Container
instead of HTML/CSS Inserts->CSS Inserts.

Now I've moved the few lines of css code in the right place ... how can I push these changes now ?

THX a lot
MaurixX

juggledad Jul 13, 2010 09:58 AM

as soon as you apply changes they show up, UNLESS you have a Caching plugin activated. check to see and disable it if you have one and flush teh cache and things should show up immediately

maurixx Jul 13, 2010 02:21 PM

THX,
No caching plugin installed.
I've added these lines in CSS inserts :

border: 3px groove #E1771E; width: 460px; height: 300px;
background: #fffff;
padding:10px;
-moz-border-radius:15px;
-khtml-border-radius: 15px;
-webkit-border-radius:15px;
border-radius: 15px;


but nothing is happening ....

Thx for your help
MaurixX

juggledad Jul 13, 2010 06:56 PM

Please set your CSS to internal

maurixx Jul 14, 2010 04:07 AM

Hi there,

the option :
"CSS: External file or inline" is set to inline.

the code I added in the previous post needs to be related to a ".something { ...}"

THX for your help

MaurixX

juggledad Jul 14, 2010 04:25 AM

try this
HTML Code:

body.single .post {
border:3px groove #E1771E;
width:460px;
height:300px;
background:#fffff;
padding:10px;
-moz-border-radius:15px;
-khtml-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
}

but you will still have problems with the google ad

maurixx Jul 14, 2010 06:25 AM

we're near to the solution :-)

adding the body.single .post { ... I've the box in the single post page.
What I need is to have the box in Home Page with multi post ...

eg:
If I use .post{...}
the box is displayed in Home page and in single post page

THX
MaurixX

maurixx Jul 21, 2010 02:43 PM

Hi,
just back ... no news on my issue ?

THX alot

juggledad Jul 21, 2010 05:27 PM

Use 'body.home .post'

maurixx Jul 23, 2010 03:14 PM

G R E A T !
it works.
THX ALOT

Mauri


All times are GMT -6. The time now is 10:46 PM.

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