- This topic has 17 replies, 2 voices, and was last updated 3 years, 12 months ago by Trevor.
-
Anonymous(Private) October 20, 2020 at 9:58 pm #263562
I purchased the plugin as it’s just what I need.
I uploaded the plugin and it won’t activate, I receive this error:Fatal error: Can’t use method return value in write context in
/search-filter-pro/includes/class-search-filter-third-party.php on line 1409Can you please help?
Anonymous(Private) November 14, 2020 at 3:48 pm #266451Thank you, it is working now.
But I’m having some trouble figuring it all out.So, I have my test search set up, you will see this here:
https://www.outthere.travel/test-page/
But when the search runs with whatever selection, it always returns ALL results, not the category results.If I use the shortcode, I can return the right results, but not to template…
I followed your notes and checked the theme “search.php” file, this is what I see:
<?php
/**
* @package 15Zine
* @since 1.0.0
*/get_header();
?>
<div id=”cb-content” class=”<?php esc_attr( codetipi_15zine_archive_layout_class() ); ?>”>
<div class=”tipi-cols clearfix”>
<div id=”main” class=”<?php esc_attr( codetipi_15zine_main_class() ); ?>”>
<?php
codetipi_15zine_title_box();
codetipi_15zine_main_layout();
?>
</div>
<?php codetipi_15zine_get_sidebar( array( ‘archive’ => codetipi_15zine_preview_check() ) ); ?>
</div>
</div>
<?php
get_footer();I’m an amateur on this, so would appreciate your help. I’m sure it’s just me doing something wrong. Thanks in advance.
-
AuthorPosts