On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

In preparation for the release of Simple:Press Version 4.0, the Support Forum has moved to a new site dedicated to the plugin. This will also be the future home for Simple:Press Forum.


Version 3.1.4 will still be available for download here in the short term.


For the support forum - and to visit our new site and to get details of version 4.0, click on the logo to take you to simplepressforum.com

This forum is currently locked - access is read only
Current User: Guest
Please consider registering

 
Search Forums:


 




CSS Problem, please help…

UserPost

8:20 pm
26 May 2008


mysterye

Member

Indonesia

posts 12

1

Related to my previous topic, I need help to solve this CSS problems that have conflict with the plugin.

Here's the link:
http://mysteryeworld.com/portfolio/?page_id=3

I've try to solve it by myself, but I'm no good with it…
Please have a look and help me.

Thank you,
Egar Astawiguna a.k.a MysteryE

8:31 pm
26 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

2

Start with this in yoiur theme css:


.entry img {
    float: left;
    margin: 3px 10px 3px 0px;
    background: #fff;
    border: 1px solid #333;
    padding: 3px;
}

the prolem is with that 'float:left;'statement - as it always is.

8:42 pm
26 May 2008


mysterye

Member

Indonesia

posts 12

3

Emm. no. That's not solve it.

Here's the current code in the stylesheet for image:

———————————————————————————

/* Begin Images */
p img {
    max-width: 95%;
}

.entry img {
    float: <?php echo ($mandigo_nofloat ? 'none' : ($mandigo_floatright ? 'right' : 'left')); ?>;
    margin: 3px <?php echo ($mandigo_floatright ? 0 : 10); ?>px 3px <?php echo ($mandigo_floatright ? 10 : 0); ?>px;
<?php
    if (!$mandigo_noborder) {
?>
    background: #fff;
    border: 1px solid #333;
    padding: 3px;
<?php
    }
?>
}

img.nofloat, img.nowrap, .nofloat img, .nowrap img, .smallattachment img, .attachment img, .entry img.wp-smiley {
    float: none;
}

.entry img.wp-smiley {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}

img.noborder, .noborder img {
    background: inherit;
    border: 0;
    padding: inherit;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

img.alignright, img.alignleft {
    display: inline;
}

.entry .alignright {
    clear: right;
    float: right;
    margin: 3px 0 3px 10px;
}

.entry .alignleft {
    clear: left;
    float: left;
    margin: 3px 10px 3px 0;
}

.entry .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin: 3px auto 3px auto;
}

.entry .alignnone {
    float: none;
}
/* End Images */
———————————————————————

Even if I try to add the code that you gave in the very first line, it doesn't affect the page. Even after I delete the current code… I wonder…

9:36 pm
26 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

4

Oh I see - the source code has it wrapped in php tags. How very annoying.

All the same - that is the line that is casing your display problem. See here before that line is removed:

and here after it has been removed:

Looks correct to me

9:59 pm
26 May 2008


mysterye

Member

Indonesia

posts 12

5

Okay, I've delete this code from the CSS:

————————-
.entry img {
    float: <?php echo ($mandigo_nofloat ? 'none' : ($mandigo_floatright ? 'right' : 'left')); ?>;
    margin: 3px <?php echo ($mandigo_floatright ? 0 : 10); ?>px 3px <?php echo ($mandigo_floatright ? 10 : 0); ?>px;
<?php
    if (!$mandigo_noborder) {
?>
    background: #fff;
    border: 1px solid #333;
    padding: 3px;
<?php
    }
?>
}
—————————————–

The result is:

The arrow icon is looking fine now, but the others still the same (New post, profile, inbox, etc)…

10:14 pm
26 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

6

there is nothing wrong with any of those. You just have not turned the text off in the forum options style tab.

10:26 pm
26 May 2008


mysterye

Member

Indonesia

posts 12

7

Ah my bad!

I haven't uncheck it again :p

Thank you so much for your help!
I really appreciate it!
Case closed!

My best regards,
Egar Astawiguna



Reply to Topic: CSS Problem, please help…

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 3 + 10        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

15 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 2068

Posts: 14091

Members:

There are 1003 members

There are 837 guests


Yellow Swordfish has made 5252 posts

Top Posters:

Mr Papa - 1602

-Radio- - 558

ovizii - 114

jfv - 82

angelic007 - 72

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.4 (Build 357)