Trevor

Forum Replies Created

Viewing 10 posts - 31,851 through 31,860 (of 32,056 total)
  • Trevor in reply to:
    Ultimatum / Search Results Page / Lightbulb Moment
    #41278

    You would use a small snippet of custom css with display: hidden; in it applied to that element. Not hard to do (for me anyway).

    Trevor in reply to:
    Change the title name on the search page
    #41277
    <?php
    /**
    * Template Name: Filter Folio 3 cols
    */
    
    get_header(); ?>
    
    <div class="motopress-wrapper content-holder clearfix">
    	<div class="container">
    		<div class="row">
    			<div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-wrapper-file="page-Portfolio3Cols-filterable.php" data-motopress-wrapper-type="content">
    				<div class="row">
    					<div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-type="static" data-motopress-static-file="static/static-title.php">
    						<div class="title_wrap">
    							<section class="title-section">
    								<h1 class="title-header">Super Search Title</h1>
    							</section>
    						</div>
    					</div>
    				</div>
    				<div id="content" class="row">
    					<div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-type="loop" data-motopress-loop-file="loop/loop-portfolio3.php">
    						<?php get_template_part("loop/loop-search-filter3"); ?>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    </div>
    
    <?php get_footer(); ?>
    Trevor in reply to:
    Change the title name on the search page
    #41261

    This file:

    \theme49465\ search-filter-results.php

    You gave me the contents of that five or six posts ago, yes? If that was the file you gave me the contents for, it is that one I mean for you to edit and replace the code with mine.

    Trevor in reply to:
    Hiring somebody to get stuff done
    #41259
    This reply has been marked as private.
    Trevor in reply to:
    Change the title name on the search page
    #41258

    No. Remove that functions.php stuff, you don’t need it. The code I gave you is the new search-filter-results.php file. replace the contents of that file Ross gave you with my code, but change the title (look in the code for it) as you wish.

    Trevor in reply to:
    Change the title name on the search page
    #41255

    It replaces the code in the file that Ross made for you.

    Trevor in reply to:
    Ultimatum / Search Results Page / Lightbulb Moment
    #41254

    Hi Dan (it is Dan?)

    My initial thought is to have the category as part of the search form, but hide it, and use the url to select the category. This might go a lot quicker if I knew what timezone you are in, but Skype is possible to voice chat.

    Trevor in reply to:
    Change the title name on the search page
    #41252
    This reply has been marked as private.
    Trevor in reply to:
    Change the title name on the search page
    #41251

    Ignore that question.

    Trevor in reply to:
    Change the title name on the search page
    #41250

    What folder path is it in?

Viewing 10 posts - 31,851 through 31,860 (of 32,056 total)