Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #787165

    Hi,
    I implemented the Relevanssi Search plugin.
    Since then the tag links in the sidebar tag cloud don’t give any results anymore.

    I’ve implemented Relvanssi in the functions.php:

    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {
    	$function_name = 'avia_relevanssi_search';
    	return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
    	global $query;
    	$tempquery = $query;
    	if(empty($tempquery)) $tempquery = new WP_Query();
    
    	$tempquery->query_vars = $search_parameters;
    	relevanssi_do_query($tempquery);
    	$posts = $tempquery->posts;
    
    	return $posts;
    }
    #787582

    Hey Neverlands,

    Thank you for using Enfold.

    Could you please provide the login details to the site so that we can inspect it? And if possible, please open a new ticket in the plugin support forum for additional help.

    Best regards,
    Ismael

    #787789

    Hi Ismael,

    thanks for your reply!
    By saying plugin support forum, you mean the Recommended Plugin Section?
    Here are the login details.

    Best regards,
    Neverlands

    #788321

    Hi,

    I’m referring to the Relevanssi plugin’s support forum. Is the tag cloud working if you switch to a default theme?

    Best regards,
    Ismael

    #788370

    Hi,
    Unfortunatley I cannot switch to a default theme at the moment because this is the livesystem.
    The devsystem hast exactly the same Relevanssi settings but shows the results for the news tags.
    I cannot see what makes the difference.

    #788418

    I now was able to find out the difference concerning the News posts between dev and livesystem.
    It has nothing to do with the Relevanssi Search plugin.

    We didn’t want the News posts to show up in the “Über Uns” archive page so I had to install the plugin Simply Exclude to exclude the News posts from archives.
    This is why they don’t show up in the tag archive pages.

    Is there maybe another way to not show the News posts on the “Über Uns” archive page but in the tag archive pages?

    #788770

    For this is not a Relevanssi issue you can close this topic.
    I made a new post: Excluding categories from archive but not from tag archive pages

    Thanks and best regards,
    Neverlands

    #788780

    Hi,

    Alright. Thank you for the info. We’ll continue on the next thread.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Relevanssi and Blog Tags’ is closed to new replies.