-
AuthorPosts
-
October 20, 2015 at 3:04 am #632117
Hi, Themeco.
Thank you for providing me this wonderful and great WordPress Theme for my online activities.My making my wordpress website: http://www.moinlab.com
with Buddy press, BB Press, and their supporting plugins.I recently found two technical issues, after I installed and activated <Buddypress Global Search> plugin.
1. Because of X-theme’s full screen NavSearch feature, the drop-down of Global Search bars are useless.
2. the search results are now showing properly. it only shows what items were found in text forms.is there any solution I can fix this problem?
X-theme’s NavSearch is really cool feature, but full screen search bar is not my mandatory feature for searching because it blocks every contents behind..Thank you very much, and I will look forward your reply.
October 20, 2015 at 3:30 am #632156Hi,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do , we’ll be happy to provide you with a response once we have a better understanding of the situation.
October 20, 2015 at 3:49 am #632172Hmm.. My explanation is not good as web developers cause I just started making a website from zero knowledge of web developing.
What I want to do is, rather using search bar in right side of the header than using full screen X-theme search feature instead.Because the full screen search popup blocks Global Search boxes, which drops down when I try to type something.
October 20, 2015 at 4:04 am #632189Hi there @moinlab,
Thanks for writing back, did you want to disable X’s full screen search, or make the bbpress search act the same the same way? 🙂
Please advise.
Thank you!
October 20, 2015 at 5:15 am #632281I want to disable X’s Full screen search and, put a new search bar on right side of the header in my page. 🙂
October 20, 2015 at 5:49 am #632314Hi there,
Thanks for writing back! 🙂
Try adding the following CSS under “Customize > Custom > CSS”.
.x-searchform-overlay { top: 25% !important; left: 50% !important; width: 50% !important; height: 50% !important; margin-left: -25% !important; }
Thank you!
October 20, 2015 at 10:10 am #632670Thank you soooooo much!!! it works really well!!
There is one more thing that I need to ask. Is it possible to edit the font size in smaller scale?
I felt it is too large for scaled down search form.October 20, 2015 at 10:38 am #632719Oh!! I found it!!
the CSS:
.x-searchform-overlay .form-search .search-query {
font-size: 30px;
}works!! Thank you very much for helping me out!!!
Big respect!!October 20, 2015 at 11:07 am #632753You’re most welcome MOINLAB! Glad we could help. 🙂
-
AuthorPosts