Title: hallsy's Replies | WordPress.org

---

# hallsy

  [  ](https://wordpress.org/support/users/hallsy/)

 *   [Profile](https://wordpress.org/support/users/hallsy/)
 *   [Topics Started](https://wordpress.org/support/users/hallsy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hallsy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hallsy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hallsy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hallsy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hallsy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/hallsy/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/hallsy/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] double stats on user searches](https://wordpress.org/support/topic/double-stats-on-user-searches/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years ago](https://wordpress.org/support/topic/double-stats-on-user-searches/#post-13173848)
 * Morning Mikko,
 * No problem. I’ll take a look, thanks.
 * If I can they it fixed, no biggy. As long as I see search terms I am content.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] double stats on user searches](https://wordpress.org/support/topic/double-stats-on-user-searches/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years ago](https://wordpress.org/support/topic/double-stats-on-user-searches/#post-13170777)
 * oh Mikko apologies. Not sure what happened there.
 *     ```
       <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
       <?php get_header(); ?>
       <?php
       $price_meta = rehub_option('price_meta_grid');
       $disable_btn = (rehub_option('rehub_enable_btn_recash') == 1) ? 0 : 1;
       $disable_act = (rehub_option('disable_grid_actions') == 1) ? 1 : 0;
       $aff_link = (rehub_option('disable_inner_links') == 1) ? 1 : 0;
       ?>
       <!-- CONTENT -->
       <div class="rh-container"> 
           <div class="rh-content-wrap clearfix">
               <!-- Main Side -->
               <div class="main-side clearfix<?php if (rehub_option('search_layout') == 'gridfull' || rehub_option('search_layout') == 'dealgridfull' || rehub_option('search_layout') == 'compactgridfull' || rehub_option('search_layout') == 'columngridfull' || rehub_option('search_layout') == 'cardblogfull') : ?> full_width<?php endif ;?>">
                   <?php $cursearch = get_search_query();?>
                   <div class="wpsm-title middle-size-title wpsm-cat-title"><h5><span><?php esc_html_e('Search results for:', 'rehub-theme'); ?></span> <?php echo esc_html($cursearch); ?></h5></div> 
                   <?php if (rehub_option('search_layout') == 'blog') : ?>
                       <div class="">
   
                   <?php elseif (rehub_option('search_layout') == 'newslist') : ?>
                       <div class=""> 
   
                   <?php elseif (rehub_option('search_layout') == 'communitylist') : ?>
                       <div class="">
   
                   <?php elseif (rehub_option('search_layout') == 'deallist') : ?>
                       <div class="woo_offer_list " > 
   
                   <?php elseif (rehub_option('search_layout') == 'grid') : ?>
                       <?php  wp_enqueue_script('masonry'); wp_enqueue_script('imagesloaded'); wp_enqueue_script('masonry_init'); ?>                
                       <div class="masonry_grid_fullwidth col_wrap_two">
   
                   <?php elseif (rehub_option('search_layout') == 'gridfull') : ?>
                       <?php  wp_enqueue_script('masonry'); wp_enqueue_script('imagesloaded'); wp_enqueue_script('masonry_init'); ?>
                       <div class="masonry_grid_fullwidth col_wrap_three"> 
   
                   <?php elseif (rehub_option('search_layout') == 'columngrid') : ?>               
                       <div class="columned_grid_module rh-flex-eq-height col_wrap_three" >
   
                   <?php elseif (rehub_option('search_layout') == 'columngridfull') : ?>               
                       <div class="columned_grid_module rh-flex-eq-height col_wrap_fourth">  
   
                   <?php elseif (rehub_option('search_layout') == 'compactgrid') : ?>               
                       <div class="eq_grid post_eq_grid rh-flex-eq-height <?php echo (rehub_option('width_layout') =='extended') ? 'col_wrap_fifth' : 'col_wrap_fourth';?>">
   
                   <?php elseif (rehub_option('search_layout') == 'cardblog') : ?>               
                       <div class="coloredgrid rh-flex-eq-height <?php echo (rehub_option('width_layout') =='extended') ? 'col_wrap_fourth' : 'col_wrap_three';?>">  
   
                   <?php elseif (rehub_option('search_layout') == 'cardblogfull') : ?>               
                       <div class="coloredgrid rh-flex-eq-height <?php echo (rehub_option('width_layout') =='extended') ? 'col_wrap_fifth' : 'col_wrap_fourth';?>">                                  
   
                   <?php elseif (rehub_option('search_layout') == 'compactgridfull') : ?>               
                       <div class="eq_grid post_eq_grid rh-flex-eq-height <?php echo (rehub_option('width_layout') =='extended') ? 'col_wrap_six' : 'col_wrap_fifth';?>">
   
                   <?php elseif (rehub_option('search_layout') == 'dealgrid') : ?>               
                       <div class="eq_grid post_eq_grid rh-flex-eq-height <?php echo (rehub_option('width_layout') =='extended') ? 'col_wrap_fourth' : 'col_wrap_three';?>">
   
                   <?php elseif (rehub_option('search_layout') == 'dealgridfull') : ?>               
                       <div class="eq_grid post_eq_grid rh-flex-eq-height <?php echo (rehub_option('width_layout') =='extended') ? 'col_wrap_six' : 'col_wrap_fifth';?>">                                                                      
                   <?php else : ?>
                       <div class="">   
                   <?php endif ;?>
                   <?php if (have_posts()) : ?>
                   <?php while (have_posts()) : the_post(); ?>
                       <?php if (rehub_option('search_layout') == 'blog') : ?>
                           <?php include(rh_locate_template('inc/parts/query_type2.php')); ?>
   
                       <?php elseif (rehub_option('search_layout') == 'newslist') : ?>
                           <?php $type='2'; ?>
                           <?php include(rh_locate_template('inc/parts/query_type1.php')); ?> 
   
                       <?php elseif (rehub_option('search_layout') == 'communitylist') : ?>
                           <?php include(rh_locate_template('inc/parts/query_type1.php')); ?>
   
                       <?php elseif (rehub_option('search_layout') == 'deallist') : ?>
                           <?php include(rh_locate_template('inc/parts/postlistpart.php')); ?>                                                
                       <?php elseif (rehub_option('search_layout') == 'grid' || rehub_option('search_layout') == 'gridfull') : ?>
                           <?php include(rh_locate_template('inc/parts/query_type3.php')); ?>
   
                       <?php elseif (rehub_option('search_layout') == 'columngrid' || rehub_option('search_layout') == 'columngridfull') : ?>
                           <?php include(rh_locate_template('inc/parts/column_grid.php')); ?> 
   
                       <?php elseif (rehub_option('search_layout') == 'cardblog' || rehub_option('search_layout') == 'cardblogfull') : ?>
                               <?php include(rh_locate_template('inc/parts/color_grid.php')); ?>                      
   
                       <?php elseif (rehub_option('search_layout') == 'compactgrid' || rehub_option('search_layout') == 'compactgridfull') : ?>
                           <?php $gridtype = 'compact'; include(rh_locate_template('inc/parts/compact_grid.php')); ?>                                              
                       <?php elseif (rehub_option('search_layout') == 'dealgrid' || rehub_option('search_layout') == 'dealgridfull') : ?>
                           <?php include(rh_locate_template('inc/parts/compact_grid.php')); ?>
   
                       <?php else : ?>
                           <?php include(rh_locate_template('inc/parts/query_type1.php')); ?>  
                       <?php endif ;?>                
                   <?php endwhile; ?>
                   <?php rehub_pagination(); ?>
                   <?php else : ?>     
                       <div class="no-results not-found">
                           <h5><?php esc_html_e('Sorry. No posts in this category yet', 'rehub-theme'); ?></h5> 
                       </div>   
                   <?php endif; ?> 
                   </div>
                   <div class="clearfix"></div>
               </div>  
               <!-- /Main Side -->
               <?php if (rehub_option('search_layout') == 'gridfull' || rehub_option('search_layout') == 'dealgridfull' || rehub_option('search_layout') == 'compactgridfull' || rehub_option('search_layout') == 'columngridfull' || rehub_option('search_layout') == 'cardblogfull' ) : ?>
                   <!-- Sidebar -->
               <?php else:?>
                   <?php get_sidebar(); ?>
                   <!-- /Sidebar --> 
               <?php endif ;?>
           </div>
       </div>
       <!-- /CONTENT -->     
       <!-- FOOTER -->
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] double stats on user searches](https://wordpress.org/support/topic/double-stats-on-user-searches/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years ago](https://wordpress.org/support/topic/double-stats-on-user-searches/#post-13170635)
 * This is the code in search.php
 *     ```
                       <?php elseif (rehub_option('search_layout') == 'columngrid' || rehub_option('search_layout') == 'columngridfull') : ?>
                           <?php include(rh_locate_template('inc/parts/column_grid.php')); ?> 
   
                       <?php elseif (rehub_option('search_layout') == 'cardblog' || rehub_option('search_layout') == 'cardblogfull') : ?>
                               <?php include(rh_locate_template('inc/parts/color_grid.php')); ?>                      
   
                       <?php elseif (rehub_option('search_layout') == 'compactgrid' || rehub_option('search_layout') == 'compactgridfull') : ?>
                           <?php $gridtype = 'compact'; include(rh_locate_template('inc/parts/compact_grid.php')); ?>                                              
                       <?php elseif (rehub_option('search_layout') == 'dealgrid' || rehub_option('search_layout') == 'dealgridfull') : ?>
                           <?php include(rh_locate_template('inc/parts/compact_grid.php')); ?>
   
                       <?php else : ?>
                           <?php include(rh_locate_template('inc/parts/query_type1.php')); ?>  
                       <?php endif ;?>                
                   <?php endwhile; ?>
                   <?php rehub_pagination(); ?>
                   <?php else : ?>     
                       <div class="no-results not-found">
                           <h5><?php esc_html_e('Sorry. No posts in this category yet', 'rehub-theme'); ?></h5> 
                       </div>   
                   <?php endif; ?> 
                   </div>
                   <div class="clearfix"></div>
               </div>  
               <!-- /Main Side -->
               <?php if (rehub_option('search_layout') == 'gridfull' || rehub_option('search_layout') == 'dealgridfull' || rehub_option('search_layout') == 'compactgridfull' || rehub_option('search_layout') == 'columngridfull' || rehub_option('search_layout') == 'cardblogfull' ) : ?>
                   <!-- Sidebar -->
               <?php else:?>
                   <?php get_sidebar(); ?>
                   <!-- /Sidebar --> 
               <?php endif ;?>
           </div>
       </div>
       <!-- /CONTENT -->     
       <!-- FOOTER -->
       <?php get_footer(); ?>
       ```
   
 * And this is in searchform.php
 *     ```
       <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
       <?php $search_text = (rehub_option("rehub_search_text")) ? rehub_option("rehub_search_text") : esc_html__("Search", "rehub-theme"); ?>
       <?php $posttypes = rehub_option("rehub_search_ptypes");?>
       <?php $posttype = (!empty($posttypes) && is_array($posttypes)) ? implode(',', $posttypes) : 'post'; ?>
       <form  role="search" method="get" class="search-form" action="<?php echo home_url( '/' ); ?>">
         	<input type="text" name="s" placeholder="<?php echo esc_attr($search_text) ;?>" <?php if (rehub_option('rehub_ajax_search') == '1') {echo 'class="re-ajax-search" autocomplete="off"';} ?> data-posttype="<?php echo ''.$posttype;?>">
         	<?php if(rehub_option('rehub_search_ptypes') !='') {echo '<input type="hidden" name="post_type" value="'.$posttype.'" />';}?>
         	<button type="submit" class="btnsearch"><i class="fal fa-search"></i></button>
       </form>
       <?php if (rehub_option('rehub_ajax_search') == '1') {echo '<div class="re-aj-search-wrap"></div>';} ?>
       ```
   
 * Is this what you meant Mikko? Thanks so much for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] double stats on user searches](https://wordpress.org/support/topic/double-stats-on-user-searches/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years ago](https://wordpress.org/support/topic/double-stats-on-user-searches/#post-13170194)
 * Oh I only have products selected in the indexing settings tab also because I 
   thought it might be finding in multiple places but obviously not with only products
   ticked.
 * The search query I was testing on was ‘wind’ you should get 2 camping stoves 
   show. Windmaster and windburner
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Only first tab showing?](https://wordpress.org/support/topic/only-first-tab-showing/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/only-first-tab-showing/#post-12972850)
 * [@liljimmi](https://wordpress.org/support/users/liljimmi/) perfect! I don’t know
   why that’s there but shall remove it straight away!
 * Thank you so much for your help.
 * It is a neat stove isn’t it 😎
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Only first tab showing?](https://wordpress.org/support/topic/only-first-tab-showing/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/only-first-tab-showing/#post-12967358)
 * [@liljimmi](https://wordpress.org/support/users/liljimmi/) apologies was working
   on an unexpected error 🙂
 * Should be fine now.
 * I have ticked the page builder compatibility option.
 * It appears it doesnt even show the first custom tab now either, just product 
   description.
    -  This reply was modified 6 years, 2 months ago by [hallsy](https://wordpress.org/support/users/hallsy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elements.php critical error](https://wordpress.org/support/topic/elements-php-critical-error/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/elements-php-critical-error/#post-12655371)
 * Hey David,
 * I think a moment ago I figured out this was a theme issue so I have gone back
   to the developers so they can confirm, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elements.php critical error](https://wordpress.org/support/topic/elements-php-critical-error/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/elements-php-critical-error/#post-12651668)
 * I will add I don’t have elementor activated so my page is ok at present but I
   want elementor for some better looking pages and my theme supports it 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP Distance Search] Location pin button](https://wordpress.org/support/topic/location-pin-button/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/location-pin-button/#post-12351058)
 * Sorted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[bbP Signature] [Plugin: bbP Signature] How can I use bbp Signature with BuddyPress?](https://wordpress.org/support/topic/plugin-bbp-signature-how-can-i-use-bbp-signature-with-buddypress/)
 *  [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-bbp-signature-how-can-i-use-bbp-signature-with-buddypress/#post-3005667)
 * where would i edit the coding which tell this plugin to find the field ‘signature’
   i would like to have ‘Forum Signature’ instead as i think a few people on my 
   site wont connect signature with forum therfore not bother filling it in.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] Clicking on tab, styles the page incorrectly](https://wordpress.org/support/topic/clicking-on-tab-styles-the-page-incorrectly/)
 *  [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/clicking-on-tab-styles-the-page-incorrectly/#post-3693856)
 * Looking forward to your update!
 * Thanks for a great plugin!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] removing header on registration page only](https://wordpress.org/support/topic/removing-header-on-registration-page-only/)
 *  Thread Starter [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-header-on-registration-page-only/#post-3682380)
 * I would be happy if i could just remove the text but leave the header which is
   now blue by the way. but only on the register page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] frisco not working with buddypress 1.7](https://wordpress.org/support/topic/frisco-not-working-with-buddypress-17/)
 *  [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/frisco-not-working-with-buddypress-17/#post-3679870)
 * Its working for me on 1.7 and the latest WP.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] help on css](https://wordpress.org/support/topic/help-on-css-1/)
 *  [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/help-on-css-1/#post-3495614)
 * [@zakariye](https://wordpress.org/support/users/zakariye/) here you will find
   the css David used on the demo registration/login page
 * [http://pastebin.com/C5AFEWMk](http://pastebin.com/C5AFEWMk)
 * this will need to be placed in the custom.css file you will need to make.
 * details on this can be found on various posts in this forum.
 * good luck 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] Possible theme conflict with bp-group Hierarchy](https://wordpress.org/support/topic/possible-theme-conflict-with-bp-group-hierarchy/)
 *  [hallsy](https://wordpress.org/support/users/hallsy/)
 * (@hallsy)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/possible-theme-conflict-with-bp-group-hierarchy/#post-3654261)
 * i have the same problem on my buddypress gallery page on the user profile.

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/hallsy/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/hallsy/replies/page/2/?output_format=md)