Support Forum
I had the issue with the default code and decided I wanted to purchase the premium Reboot theme anyways and thought maybe that would fix the issue but it did not.
There are two search bars and one overlays over the other. Not sure what has happened, sorry. The software seems solid overall! Thanks for any help!
So the Reboot theme's code is completely standard / unchanged?
It looks as though the quicklinks menu is being picked up by the theme as a .selectBox-dropdown and duplicated.
I can see it in the HTML as another quicklinks menu using the .selectBox class then mangled in with SP classes, although I'm not sure why.
Are there any settings that go with the theme revolving around dropdowns that might be relevant here?
Ike said
So the Reboot theme's code is completely standard / unchanged?It looks as though the quicklinks menu is being picked up by the theme as a .selectBox-dropdown and duplicated.
I can see it in the HTML as another quicklinks menu using the .selectBox class then mangled in with SP classes, although I'm not sure why.
Are there any settings that go with the theme revolving around dropdowns that might be relevant here?
I have not changed the forum code at all. I'm not yet proficient in customizing code so I don't touch much unless I'm completely positive it will work. Should I delete all the SP files and start over? Not sure if that would help or not. I'm using a child theme for ClassiPress and it hasn't cause any drop down issues anywhere else that I have noticed. I apologize I may not be much help with this.
Justin
Sorry for the delay. I was held up at work longer than expected.. and I believe we have some what of a time difference.
And to clarify.. it's actually duplicating the Search Forum, not Search bar. Sorry for not being clear.
I deactivated Page Builder, Add This, and some other petty Plugins and it didn't change it. I deleted my cache and cookies.. same thing. Do I need to reinstall everything you think?
I thought yesterday that I had never seen this phenomenon before but remembered, this morning, a couple of instances quite a long time back, that were similar. If I recall correctly it was in a WordPress theme called 'ClassiPress' or something like that.
And it is your WP theme that is causing this issue. For some reason, and I really have no idea why it should do so, it is adding HTML to certain display tags. And this is the case with the forum quick links dropdown which is causing the odd display of a second, ghost control.
There are, more or less, 3 options. The first is to use a different WP theme but that is perhaps the most difficult to do as users invest a lot of time in their theme.
The second option - and my personal favourite - is to get in touch with the theme authors and ask them to provide a permanent fix.
The third option is to provide a simple work-around. IF your WP theme provides - as many do - a place in the WP admin where you can add CSS code then that is where to go to. If not then you will need to add the following to either the WP theme CSS styles.css - or - and this is the best way to go - create an SP forum child theme. That is actually a lot simpler than it sounds.
As far as I can work out you will need to add the following CSS:
#spMainContainer .selectBox-dropdown { display: none !important; }
Note this is not ideal - the use of the !important rule is frowned upon - but in this case we need to hit the theme's nut with a sledge-hammer!
so - if you go down this route - download the 'Reboot Child' theme from our store (it is free) and load it onto your SP themes folder. In the forum themes panel choose the child theme instead of Reboot. Things in your forum page should look the same.
Then - in the 'reboot-child.css' file in the child theme's 'styles' folder - add the CSS above.
YELLOW
SWORDFISH
|
My Theme is not one that I like but yes I have spent too much time on it to change. It has some nice features but lacks a ton of other nice features.
Anyways, I adding the child theme and added the CSS and it fixed it. Works nicely.
For what it's worth.. your attentiveness and help has been so much better than my Themes. Really, thank you for the help. I'm a fan and promoter of Simple Press.
Justin
1 Guest(s)