pronskiy
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Exclude] Cannot see it in Bulk EditHi!
Does the rest of the plugin functionality work as expected?
It could be a conflict with some other plugin you have installed. Can you list all the plugins you have?Forum: Plugins
In reply to: [Search Exclude] Bulk Option in List from TotalPoll ProUnfortunately, I can not check because TotalPoll Pro is not free.
You can schedule a consultation with me, and I’ll assist you in finding a solution: https://superpeer.com/pronskiy/-/search-exclude-wordpress?s=d
Forum: Plugins
In reply to: [Search Exclude] Bulk action problemFolks,
The bulk edit is now fixed and reworked in v1.3.0.
Hiding/showing from search actions will be available in the bulk edit dropdown as separate items like this: https://i.imgur.com/lfoJIwJ.png
Please update and let me know how it works for you.
Forum: Plugins
In reply to: [Search Exclude] Bulk action doesn’t workThe bulk edit is now fixed and reworked in v1.3.0.
Hiding/showing from search actions will be available in the bulk edit dropdown as separate items like this: https://i.imgur.com/lfoJIwJ.png
Please update and let me know how it works for you.
Forum: Plugins
In reply to: [Search Exclude] Bulk status change still not workingThe bulk edit is now fixed and reworked in v1.3.0.
Please update and let me know how it works for you.Forum: Plugins
In reply to: [Search Exclude] Bulk status change still not workingThanks for bringing this up.
I’m able to reproduce it. The fix is ready, I’m going to give it some more testing, and then the plan is to release the update next week.
Hiding/showing from search actions will be available in the bulk edit dropdown as separate items like this: https://i.imgur.com/lfoJIwJ.png
-Roman
- This reply was modified 3 years, 6 months ago by pronskiy.
Forum: Plugins
In reply to: [Search Exclude] single-page inline search.I’m not sure if there is an existing WordPress plugin for that. But this should not be hard to implement. See https://stackoverflow.com/questions/35330212/possible-to-add-search-bar-that-functions-like-using-command-f-or-ctrl-f-ins
Forum: Plugins
In reply to: [Search Exclude] File search-exclude.php changedHello @jpnl,
Thanks for letting me know, I didn’t know that.
Do you by any chance have a link where this is described? I want to be sure the plugin is not triggering any other issue.
-Roman
Forum: Plugins
In reply to: [Search Exclude] Queryable in WP DB?Yeah, I guess doing two separate queries would make more sense. I mean first, get the array of ideas, and second, with
NOT INoperator.Forum: Plugins
In reply to: [Search Exclude] Queryable in WP DB?An array of excluded posts ids is stored in
wp_optionstable, in a row withoption_name== ‘sep_exclude’.If you need this array in PHP code, the best option would be to use the following function:
$excludedPostIDs = get_option('sep_exclude', []);On DB level, you could do a following query:
SELECT option_value FROM wp_options WHERE option_name = 'sep_exclude' LIMIT 1. However, this will return you a sterilized string. So not sure if you can use it directly in SQL.Would you like to tell me more about your use case? I might suggest a better approach.
Forum: Plugins
In reply to: [Search Exclude] Bulk action problemHi @ggcoach,
I need more information to find the answer.
Do you think you could do a screen recording of the issue?
-Roman
Forum: Plugins
In reply to: [Search Exclude] Search Exclude Box ‘Unchecking’Hello @kristanm,
I have not seen such a bug before, so not sure what happens here.
Is the type of the pages the same? Could you list all plugins that you have installed?Note: I provide paid consulting calls in case you want to resolve this quickly. You can book it here. If not, that’s ok, I’ll do my best to help find the root of the problem via this support thread.
Forum: Plugins
In reply to: [Search Exclude] How to enable Search Exclude option in Page/Post Quick EditQuick edit and bulk edit work out of the box, no need to add any extra code.
Could you check if it works for you?
Forum: Plugins
In reply to: [Search Exclude] update pluginI cannot tell right away without looking into it. Looks like FiboSearch is a paid plugin. If you provide me with a license, I can take a look and try to make it compatible.
-Roman
Forum: Plugins
In reply to: [Search Exclude] Import PagesHi @eltucu,
There is no such feature out of the box at this time. You could import pages and then use bulk editing to exclude them from the search. That still however requires some manual work to be done.
-Roman