| User | Post |
|
3:10 pm 29 Jun 2008
| slosd
Guest
| | | |
|
| |
|
|
Hi, I've just installed this plugin and it seems to be exactly what I need. Unfortunately I have a problem with the menu icons. I think it's obvious in this screenshot:
 
I disabled all labels in “Style” > “Display Icon Text”
The error is caused by a style attribute “width: 16px”:
<div class=“img” style=“width: 16px;”> <a class=“sficon sfalignright sfquickadmin” href=“http://blog.freedig.org/wp-admin/admin.php?page=simple-forum/admin/sf-adminpopuphelp.php”><img src=“http://blog.freedig.org/wp-content/plugins/simple-forum/icons/default/sf-adminhelp.png” alt=“” height=“16″ width=“16″></a> <div>Online Help</div> </div>
But I wasn't able to find this text in the PHP source in sf-pagecomponents.php There is only this part of the code:
$out.= '<a class=”sficon sfalignright sfquickadmin” href=”'.get_option(”siteurl”).'/wp-admin/admin.php?page=simple-forum/admin/sf-adminpopuphelp.php”><img src=”'.SFRESOURCES.'sf-adminhelp.png” alt=”" title=”'.__(”Online Help”, “sforum”).'” /></a>'.”\n”;
|
|
|
3:04 am 30 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1256 |
|
|
unfortunately, your image is too small to see what you are referring to… even at img shack… so I have no clue what you are trying to call an error…
please provide a better image and more info and we will see if you can help you with your issue…
|
|
|
8:44 am 30 Jun 2008
| slosd
Guest
| | | |
|
| |
|
|
Sorry, I linked to the wrong image.
 http://www.ImageShack.us” />
|
|
|
8:46 am 30 Jun 2008
| slosd
Guest
| | | |
|
| |
|
|
What's going on?! Again the same problem…
One more time, this is the image: http://img154.imageshack.us/my.php?image=screen0014xc6.png
|
|
|
1:50 pm 30 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1256 |
|
|
obviously thats not normal… it clearly looks like styling issue with your main wp theme… we cannot account for everything a wp theme can do… you have some stray floats lurking about causing that I suspect… if you would provide a link to the forum, I can help sort through the directives in your wp theme causing that and how to account for it in spf…
|
|
|
3:21 pm 30 Jun 2008
| slosd
Guest
| | | |
|
| |
|
|
The forum: http://blog.freedig.org/guiconfig/forum/
The weird thing is that it's not because of an attribute in a css file but because of the HTML style tag
<div class=“img” style=“width: 16px;”>
|
|
|
7:47 pm 30 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1256 |
|
|
okay, gonna have to throw this one back to you… simple:press forum does not define or use that css class…that is, we are not outputting that element styling…
I suspect we have a case of a plugin conflict… I would try disabling all your other plugins except for spf and see if the issue goes away… then, start enabling your plugins one by one until the problem resurfaces… then we can work the plugin…
if it continues to do the same thing with all other plugins disabled, the let me know, but I cannot see where we are doing such an element styling…
|
|
|
9:59 am 1 Jul 2008
| slosd
Guest
| | | |
|
| |
|
|
Ok, thanks. Problem solved. I disabled the plugin Image Caption which I didn't use anyway.
|
|
|
12:41 pm 1 Jul 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1256 |
|
|
good news! thanks for reporting back…
|
|