Notifications
Clear all

wpForo 1.x.x [Closed] Few problems with search

9 Posts
3 Users
1 Likes
2,332 Views
Posts: 17
Topic starter
(@winpeace)
Eminent Member
Joined: 5 years ago

1-  search category section not like your site. Write "select some options" How to solve this?
See problem here please;
https://goo.gl/4ygHBb
http://prntscr.com/lkmqys

2-How to switch this two sections?(move up search results)
http://prntscr.com/lkmseq

3.How to change this "recent posts" breadcrumb pharase?
http://prntscr.com/lkmtvb

8 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi winpeace,

1. This comes from your current active theme, To make sure just switch to some other theme and check again.

2. I'm sorry, but there is no any option for this purpose. 

3. All wpForo front-end phrases are located in Dashboard > Forums > Phrases admin page, just find it, and change as you like. 

Posts: 17
Topic starter
(@winpeace)
Eminent Member
Joined: 5 years ago

1. yes when theme change it issue gone. but I cant change theme.

can you help for this?

3. I change but not change.

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

There should bee some option in your theme settings to disable this function. This is a JS Plugin in theme which finds all drop-down menus and changes them. Just ask this question to the theme developers and they'll explain how to disable it for certain page or totally.

In any case if you don't find solution you can use this CSS code. Just put it in Dashboard > Forums > Settings > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5.

#wpforo #wpforo-wrap select{
     display:inline-block!important;
}
#wpforo #wpforo-wrap .chosen-choices,
#wpforo #wpforo-wrap .chosen-container,
#wpforo #wpforo-wrap .chosen-container.chosen-container-multi{
     display:none!important;
}
1 Reply
(@winpeace)
Joined: 5 years ago

Eminent Member
Posts: 17

Thank you robert it works 👍 
And can you say How to change this "recent posts" breadcrumb pharase? I change everywhere but not change

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Just search for "Recently Added" phrase in Dashboard > Forums > Phrases admin page, edit and change to whatever you want. If you don't find this phrase, click on [Add new], insert "Recently Added" as phrase key and your phrase as phrase value.

Page 1 / 2