Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterGreat!
It’s only because that is a different type of filter, make sure to choose the searchable here: https://i.imgur.com/TVpG19t.png
That should do the trick!
Ernest Marcinko
KeymasterHi Sandro,
Thank you for the details, it helped a lot!
So, the issue was, that the element selector was a bit tricky to get, but I adjusted it for you. Currently it’s:
#page-content section:not(:first-child)This should work better, however please note that overall this feature is experimental, so it may not work in every single case.
August 21, 2023 at 5:02 pm in reply to: Not returning results prior to a certain publish date #45149Ernest Marcinko
KeymasterThank you!
I have found the issue. There is a date filter enabled right here: https://i.imgur.com/onZsSHJ.png
That explains the problem. Make sure to change it back to “disabled” and it’s going to be all right.Ernest Marcinko
KeymasterHi,
Divi has a lot of different layouts as far as I know, and the mobile navigation probably depends on that somewhat. I suggest checking if there is any way to add a shortcode block before/after or directly to the menu items, that should do the trick.
If there is nothing there, then try asking their support if there is any way – even programmatically. I am more than happy to help if there is like a small snippet needed.Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi!
The keyword highlighter feature will still highlight “partial” matches (it is separate from the actual search process).
However in your case I also see an exact matches filter enabled, and it’s set to “unchecked” by default see: https://i.imgur.com/G33bNWi.png
You can change or turn it off here: https://i.imgur.com/tkaGVoB.pngErnest Marcinko
KeymasterYou cannot access this content.
August 21, 2023 at 12:18 pm in reply to: Frontend search : search by forum/category (bbpress) #45136Ernest Marcinko
KeymasterHi,
I believe you can use the
_bbp_forum_idcustom field for that: https://i.imgur.com/KF1HsN5.png
That should hold the forum ID for each topic. You may have tod add the forum IDs and names manually, as that field I believe only holds the forum ID.August 21, 2023 at 11:59 am in reply to: Not returning results prior to a certain publish date #45134Ernest Marcinko
KeymasterYou cannot access this content.
August 21, 2023 at 11:56 am in reply to: Can Search adhere to menu visibility rules or some other visibility logic? #45133Ernest Marcinko
KeymasterOkay – let me know if you find anything!
If the dev could somehow add the save_post trigger, that could very likely resolve everything. It is future proof, as if WooCommerce or any other plugin has any other maintenance hooks for that trigger, that will surely execute it.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
August 19, 2023 at 11:43 am in reply to: Can Search adhere to menu visibility rules or some other visibility logic? #45122Ernest Marcinko
KeymasterThe SKU was added later on to the existing products right? So the titles were already indexed (if I understand correctly). If you were to change a product title, clone it to a site then it shouldn’t change in the index either if the
save_post(orwp_insert_post) action hook is not triggered. -
AuthorPosts