Home Forums WoodMart support forum Relevanssi

Relevanssi

Viewing 15 posts - 31 through 45 (of 45 total)
  • Author
    Posts
  • #477385

    shariffsameer.s
    Participant

    i created new login with access to all files
    same password
    find attachment

    Attachments:
    You must be logged in to view attached files.
    #477395

    shariffsameer.s
    Participant

    Hi did you change anything on the website there are lots of changes like home page, fonts, and shop page.

    #477586

    Artem Temos
    Keymaster
    #477731

    shariffsameer.s
    Participant

    hi i shared the root whm password

    #477813

    Artem Temos
    Keymaster

    How can we edit files using this panel? Please, send us step-by-step instructions. Thank you.

    #477854

    shariffsameer.s
    Participant

    hi 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.
    #477861

    Artem Temos
    Keymaster

    Sorry, but this access is wrong too. Check the screenshot https://monosnap.com/file/tphyGc72oBKul9NoQd6z2koJGEj1r8

    #477864

    shariffsameer.s
    Participant

    Hi you have entered “test@giftcityjw.com” instead of “user@giftcitykw.com”

    #477915

    Artem Temos
    Keymaster

    Hello,

    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

    #477924

    shariffsameer.s
    Participant

    it was successful, find the atachment.

    #477934

    shariffsameer.s
    Participant

    i logged in vis filezilla using the same login it works

    Attachments:
    You must be logged in to view attached files.
    #478069

    shariffsameer.s
    Participant

    Hi 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.

    #478168

    Artem Temos
    Keymaster

    Try 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;
    });
    #478203

    shariffsameer.s
    Participant

    This is to show plural and synonyms in wordpress default search? I don’t wanna use Relevanssi

    #478396

    Artem Temos
    Keymaster

    Hello,

    This code will fix the problem with plugin compatibility. It will not affect the search algorithm.

    Kind Regards

Viewing 15 posts - 31 through 45 (of 45 total)