Trevor
Forum Replies Created
-
Trevor in reply to:
Ultimatum / Search Results Page / Lightbulb Moment(Private) April 1, 2016 at 4:47 pm #41278You 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(Private) April 1, 2016 at 4:44 pm #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(Private) April 1, 2016 at 3:18 pm #41261This 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(Private) April 1, 2016 at 3:15 pm #41259This reply has been marked as private.Trevor in reply to:
Change the title name on the search page(Private) April 1, 2016 at 3:13 pm #41258No. 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(Private) April 1, 2016 at 3:04 pm #41255It replaces the code in the file that Ross made for you.
Trevor in reply to:
Ultimatum / Search Results Page / Lightbulb Moment(Private) April 1, 2016 at 3:01 pm #41254Hi 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(Private) April 1, 2016 at 2:54 pm #41252This reply has been marked as private.Trevor in reply to:
Change the title name on the search page(Private) April 1, 2016 at 2:51 pm #41251Ignore that question.
Trevor in reply to:
Change the title name on the search page(Private) April 1, 2016 at 2:48 pm #41250What folder path is it in?
-
AuthorPosts