|
#1
Jul 12, 2010, 03:07 PM
|
|
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
Last edited by maurixx; Jul 12, 2010 at 03:11 PM.
|
#2
Jul 12, 2010, 08:25 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
HP?? Sorry but I don't understand
what version? What is the URL?
Point out an example
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Jul 13, 2010, 02: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
|
#4
Jul 13, 2010, 06:32 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Jul 13, 2010 at 06:34 AM.
|
#5
Jul 13, 2010, 10: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
|
#6
Jul 13, 2010, 10:58 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
Jul 13, 2010, 03: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
|
#8
Jul 13, 2010, 07:56 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Please set your CSS to internal
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Jul 14, 2010, 05: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
Last edited by maurixx; Jul 14, 2010 at 05:11 AM.
|
#10
Jul 14, 2010, 05:25 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Jul 14, 2010, 07: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
Last edited by maurixx; Jul 14, 2010 at 07:48 AM.
|
#12
Jul 21, 2010, 03:43 PM
|
|
Hi,
just back ... no news on my issue ?
THX alot
|
#13
Jul 21, 2010, 06:27 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Use 'body.home .post'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#14
Jul 23, 2010, 04:14 PM
|
|
G R E A T !
it works.
THX ALOT
Mauri
|
|