Support Forum
Hey guys, Having a problem with the button description on my forum. The description lists below the button not in the button. Do I need to perform any housekeeping?
I have tried to search the forum for the answer but I did not come across it, perhaps my search query I entered is not correct. Any advise would be helpful!
Thanks again, you guys are really dedicated and provide a lot of great information here!!!
Something is adding extra style elements to all your images that are normally not there. Either from your WP theme or a WP plugin. You could try disabling any WP plugin that is adding info to the forum page one by one to figure which one is causing it or try switching WP themes temporarily.
wonder where my replies went??? need to check post by email...
It's because your wp theme or another plugin (probably the latter), is adding specific styling to images... looks like with javascript... do you have any image processing plugins?
anyways, it forcing the images to be displayed in block style versus the needed inline...
so you need to edit your sp theme (and please use your own to no lose changes on upgrade), and find the css for:
#spMainContainer a.spButton img
and add a new attribute to it:
display: inline !important;
and that should fix it up...
Visit Cruise Talk Central and Mr Papa's World
This I am sure has to do with a wordpress theme change that I made this morning. There are two more areas that are not showing up inline... Could you tell me where to adjust them?
The smileys are not inline and the location tree at the beginning of the page is showing vertical...
in your theme, try adding the same attribute to:
#spMainContainer img
you will see it already but since you have js doing the add, you will need the !important directive...
Visit Cruise Talk Central and Mr Papa's World
it should have handled it too... assume you mean the smileys you select from when you are making a a post?
try clearing the browser cache...
just hard to actually inspect because I cannot post on your site... I guess you could also try:
#spMainContainer #spPostForm .spEditorSmileys img.spSmiley
and add the attribute... dont forget the !important
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)