swzhai
swzhai
About
- Username
- swzhai
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
I found the fix: - Open /betheme/functions/theme-functions.php in code editor- Search for line: add_action('pre_get_posts', 'mfn_search');- Replace with this code:if(!isset($_GET['s'])){ add_action('pre_get_posts', 'mfn_search');} If you dont want …
-
Well then BeTheme doesn't support any of the search plugins like SearchWP, Relevanssi etc because your developers have overwritten the search filter in the theme functions. That's a bad news because these are some of the most popular plugins and you…
-
hi Phil, I also tried and it doesn't work with SearchWP. Here is related ticket: https://forum.muffingroup.com/betheme/discussion/35729/issue-on-the-search-page I tried everything but couldn't make it work. It works if I active any other themes. I…