Forum Replies Created
-
AuthorPosts
-
June 13, 2023 at 5:30 pm in reply to: Theme & Styling tab in the options never finishing loading #43052
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Yes, this is possible. You can either use the same search bar (if you are already using filters), or create a new one, with the same configuration + the filters and place that on the results page.
Then enable the results page live loading feature should do the trick.
Ernest Marcinko
KeymasterHi,
Sure!
Change the auto-populate options like this: https://i.imgur.com/zqHNL9I.png
It will trigger a “regular” search and with that the search ordering is used.Ernest Marcinko
KeymasterYes – it will use the media service automatically if you have activated the license on the index table panel.
After the index you will see how many files were successfully indexed by the media service.Ernest Marcinko
KeymasterThank you, I was able to log-in!
1. The difference in results is very likely due to the Auto Populate configuration. Currently it is set to display the Latest results. If you want to, you can set it to show the results by the default order like this: https://i.imgur.com/P4NuMuR.png
That will show results initially as the default order (relevance)2. I tried to disable auto populate, but the filters did not disappear on my end, it looks correct: https://i.imgur.com/1WYiMAz.png
You may only have a cache active. Clearing the browser/site cache will resolve the problem.3. Well, it is possible to get something similar in color, try this custom CSS:
.asp_select_label.asp_select_single select { background: white !important; border: 1px solid #e4e4e4 !important; color: #4e4e4e !important; }It should result in this: https://i.imgur.com/ODjxJwZ.png
Ernest Marcinko
KeymasterHi,
The error refers to a missing file in the plugin folder. That means the file was either deleted by accident or is restricted from access.
If it is a missing file, then re-installing the plugin via the plugin manager will solve the issue:
– Open the plugin manager and Deactivate and Delete the plugin (your settings will remain the database)
– Download the plugin again from codecanyon to make sure the zip archive is not corrupted
– Install the plugin via the plugin manager (do not use FTP or other direct file transfer method)
– Activate the plugin
The error should disappear immediately.Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterAll right 🙂
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterSure!
If you see one, let me know what search phrase triggers it and I will find out where it’s coming from.
As for the empty search – it is intended to run a serch for an empty phrase, but you can set the plugin to not trigger at all unless there is a single character entered here.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
June 7, 2023 at 2:53 pm in reply to: Urgent support required: Unable to create the filter as i want #43019Ernest Marcinko
KeymasterThat is not yet possible unfortunately – but it will be in a future release later this year.
It is a lot more complicated I’m afraid. While chatGPT can make useful comments, that code is only a very basic skeleton for a model. It’s good for learning purposes, but the actual implementation is lot more difficult – and also requires a lot of server side coding and testing.
Ernest Marcinko
KeymasterHi,
This means that a file is physically missing from the folder. This happens when the installation or extraction process fails in WordPress core or when the file is deleted by accident or by a 3rd party application. The most likely cause is either accidental deletion or failure during extraction.
Please delete the plugin via the plugin manager, upload again, then activate – it will resolve the issue.
June 7, 2023 at 1:08 pm in reply to: Run AjaxSeachPro On An Independent Server for App Access #43015Ernest Marcinko
KeymasterThe documentation for the usage is here. It works like any other api, you can use fetch/GET methods to get the information, it’s returned in a standard JSON format. It’s basically the same as any other API, the REST only refers for the structure.
RESTful APIs are the common way to get information, I recommend checking this tutorial to understand what they are for. Don’t worry, it’s nothing fancy, it’s really simple, you will see.
-
AuthorPosts