• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. There is a header option for a page to display the Title, Breadcrumbs, & Search box. Is it possible to only display the title and search box (ie. remove breadcrumbs)?

    Thanks.

    at
    10 months ago
  2. Hi,
    in search_header.php file (\library\tfuse_mods\thememodules\header_element) remove this code:

    <div class="path">
    							<?php   tfuse_breadcrumbs(); ?>
    						</div><!--/ .path  -->
    

    Cheers,
    Max.

    Max
    10 months ago
  3. Hey Max,

    Thanks for the help. That got rid of the breadcrumbs, but the title and search box are not aligned vertically. Is there a way to get them to be aligned together?

    Thanks.

    at
    10 months ago
  4. Hi,

    Fins this code in the style.css file and replace with this code:

    .container_12 .grid_8 {
    width: 572px;
    }
    

    and replace with this code:
    .container_12 .grid_8 {
    padding-top: 15px;
    width: 572px;
    }
    

    Cheers,
    George

    George
    10 months ago
  5. I can't find that piece of code. I was looking in wp-content\qlassik-parent\library\tfuse_framework\css\style.css.

    Is there somewhere else I should be looking?

    Thanks.

    at
    10 months ago
  6. Hi,

    Add the second code I provided in the style.css file of the child theme and try one more time.

    If it will nor work, please provide username and password from dashboard and I will help.

    Cheers,
    George

    George
    10 months ago
  7. Still can't get it to work. Sent you an email with usernames and passwords and such.

    Thanks again for all the help.

    at
    10 months ago
  8. Hi,
    problem solved. Please take a look and let me know if this is the desired result. This is the code that was added in style.css file of child theme:

    .breadcrumbs .title {
    margin-top: 16px;
    }
    

    Cheers,
    Max.

    Max
    10 months ago
  9. That's what I needed. You guys are awesome!

    at
    10 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.