Support Forum

Bug in the display

GA Galenor
Galenor
Member

Hello,

You’d know why this bug appears on my installation of Simple Press?

I’m running WP 3.3.1 and SimplePress Version 5.0 Release Build 7960 with the theme ClassiPress for WP and Default 1.0.11 for Simple Press.

Thank you for your answers.

Good day.

Patrick

 

[Image Can Not Be Found]

11 Answers

New Answer

GA Galenor
Galenor
Member

sorry the link to the image was not good …!!!

Here is the correct :

http://img407.imageshack.us/img407/7904/simplepress.jpg

YS Yellow Swordfish
Yellow Swordfish
Member

I don’t know but it is probably some sort of CSS conflict with your wp theme.
You could locate this yourself with the help of firebug or your browser tools or – if you really need me to look, I will need a link to the forum page

GA Galenor
Galenor
Member

oh yeah sorry I forgot to put the link to the forum!

Here it is :

 

http://petites-annonces-jeu-de-role.com/forum/

YS Yellow Swordfish
Yellow Swordfish
Member

Your probpem is this:

.selectBox-dropdown

from your Wp theme stylesheet. It is effecting the forum dropdown. Do you have other dropdown select boxes on your site? If you do not then you could try commenting his out. if you do then we will need to think of a workaround of some kind.

GA Galenor
Galenor
Member

Yes this is indeed the style assigned to my search bar in ClassiPress.
So if I understand, I have to create a style for naming these boxes for example. Selectbox-dropdownSP.
Could you give me your css style. Dropdown selectbox, I might try the thing. Are there a lot of files to change then?

Thank you again for your quick response and your impressive work ..

YS Yellow Swordfish
Yellow Swordfish
Member

Try this… locate the .selectBox-dropdown entry oin your CSS file and tru prefacing it like so:

.searchbutcat .selectBox-dropdown

see if that does the trick?

GA Galenor
Galenor
Member

Hello,

Good luck for your operation …!

Otherwise regarding my problem, I do not understand your last message.

In fact I have if I summarize:

1. Get the CSS code of your tag .selectBox-dropdown
2. The insert in the style.css of my theme WP, by assigning a new name eg .selectBox-dropdownSP
3. Change in the relevant files of the former SP tag for the new.
4. And logically it should work.

For cons, I think I’m missing the CSS code of your tag .selectBox-dropdown, and the files affected by the change of name.

If you can confirm these operations, thank you in advance.

YS Yellow Swordfish
Yellow Swordfish
Member

I was simple suggesting that you change this:

.selectBox-dropdown

to this:

.searchbutcat .selectBox-dropdown

in your WP theme styles.css file.

This MIGHT sort the display issue

UN
Unknown
Member

Have you managed to sort this problem out? because I have the same problem with my dropdown

YS Yellow Swordfish
Yellow Swordfish
Member

I would be interested to know the answer to that as well.

if you can determine if it is the same theme then there is nothing to stop you also giving that solution a try.