Home › Forums › WoodMart support forum › Relevanssi
Relevanssi
- This topic has 44 replies, 4 voices, and was last updated 1 year, 5 months ago by Artem Temos.
-
AuthorPosts
-
June 26, 2023 at 10:02 pm #477385
shariffsameer.sParticipanti created new login with access to all files
same password
find attachmentAttachments:
You must be logged in to view attached files.June 27, 2023 at 12:05 am #477395
shariffsameer.sParticipantHi did you change anything on the website there are lots of changes like home page, fonts, and shop page.
June 27, 2023 at 2:46 pm #477586
Artem TemosKeymasterYou sent your FTP access to this folder https://monosnap.com/file/JbJsfboL1MbPMmo2BK5AsZjgByh4WY
But we need this one https://monosnap.com/file/nxZbe0awsfI8zt5z0kYvyNZPHxpFhvJune 27, 2023 at 10:29 pm #477731
shariffsameer.sParticipanthi i shared the root whm password
June 28, 2023 at 9:31 am #477813
Artem TemosKeymasterHow can we edit files using this panel? Please, send us step-by-step instructions. Thank you.
June 28, 2023 at 11:06 am #477854
shariffsameer.sParticipanthi sorry for the back and forth with login details. i have logged in through filezilla using the below login details it works.
Attachments:
You must be logged in to view attached files.June 28, 2023 at 11:31 am #477861
Artem TemosKeymasterSorry, but this access is wrong too. Check the screenshot https://monosnap.com/file/tphyGc72oBKul9NoQd6z2koJGEj1r8
June 28, 2023 at 11:37 am #477864
shariffsameer.sParticipantHi you have entered “[email protected]” instead of “[email protected]”
June 28, 2023 at 2:23 pm #477915
Artem TemosKeymasterHello,
Yes, we entered the username you provided in the previous reply. Please, try to connect to FTP using this service and send us a screenshot https://ftptest.net/
Kind Regards
June 28, 2023 at 2:32 pm #477924
shariffsameer.sParticipantit was successful, find the atachment.
June 28, 2023 at 2:41 pm #477934
shariffsameer.sParticipanti logged in vis filezilla using the same login it works
Attachments:
You must be logged in to view attached files.June 29, 2023 at 2:16 am #478069
shariffsameer.sParticipantHi its ok if relevanssi template cant be fixed for search results i am happy with the current default wordpress search my only issue is that it doesnt show results for plural and synonyms like example : i get results for “ribbon” but no results for “ribbons”. if something can be done for that it will be enough.
Also i just found out relevanssi doesnt show product variations in search results but default search shows but only issue is plural and synonyms.
June 29, 2023 at 11:36 am #478168
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter('relevanssi_search_params', function ( $search_params ) { $post_type = get_query_var( 'post_type' ); if ( false !== strpos( $post_type, ',' ) ) { $post_type = explode( ',', $post_type ); set_query_var( 'post_type', $post_type ); } return $search_params; });
June 29, 2023 at 12:56 pm #478203
shariffsameer.sParticipantThis is to show plural and synonyms in wordpress default search? I don’t wanna use Relevanssi
June 30, 2023 at 9:09 am #478396
Artem TemosKeymasterHello,
This code will fix the problem with plugin compatibility. It will not affect the search algorithm.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register