Supreme Directory Additional Page Header

This topic contains 7 replies, has 2 voices, and was last updated by  Kor 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #444553

    Sam Sajid
    Expired Member
    Post count: 36

    On my website everything is going smoothly with this theme but on my ‘learn more’ page under the menu there is the parallax image with a white space under. I want to keep my navigation bar at the top but remove the parallax and white space. I tried to insert a php file and it removed the header but it also got rid of the menu…I just want the menu. Thanks!

    http://www.fitbyzip.com/home

    <?php
    /**
    * Template Name: Clean Page
    * This template will only display the content you entered in the page editor
    */
    ?>

    <html <?php language_attributes(); ?> class=”no-js”>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <?php wp_head(); ?>
    </head>
    <body>
    <?php
    while ( have_posts() ) : the_post();
    the_content();
    endwhile;
    ?>
    <?php wp_footer(); ?>
    </body>
    </html>

    #444582

    Kor
    Moderator
    Post count: 16516

    Hi Sam,

    Thanks for your post. I’ve just checked your Website and I think I know what you needed there. Since it’s a custom page, you can insert the custom CSS code below into Gd > Design > Scripts > Custom Style CSS to achieve what you needed there.

    
    
    .page-id-53681.sd .container div.entry-content {
        padding-top: 0px!important;
    }
    
    .page-id-53681 .featured-area {display:none!important}
    #444593

    Sam Sajid
    Expired Member
    Post count: 36

    Wow genius! That worked like a charm. Thank you so much! Just another quick question not related to that but really confusing to me is my homepage sometimes randomly directs me to https://www.fitbyzip.com/location/me/ This relocated page shows the background and search bars like my homepage but I’ve added some custom filters and they only appear on this relocated page or if I’m logged into wordpress. Once I log out it goes to how it looked before those advanced search custom fitler bars. Some custom CSS I added below is have the same issue when I’m logged in or out. Thank you so much for all your help!

    .gd-search-field-search {display: none;}

    /* homepage overlay */
    .sd-homepage .featured-area::before {
    opacity:0.3 !important;
    }

    #444613

    Kor
    Moderator
    Post count: 16516

    Hi Sam,

    Thanks for your reply. The redirection is configured here https://wpgeodirectory.com/docs/search-filters-overview/#redirect . Could you show us some screenshots regarding the difference you’re getting?

    Thanks!

    #444711

    Sam Sajid
    Expired Member
    Post count: 36

    Hello there! Thank you so so much that, I found that redirection configuration. I’ve spent so much time with this software and still plenty I don’t know. Also that other issue was related to an old plugin and caching. Something I just noticed is that there’s a wordpress login bar at the top of the screen when I’m logged out? Can I remove this? I just attached an image of that. Thank you again Kor!!

    #444794

    Kor
    Moderator
    Post count: 16516

    Hi Sam,

    Thanks for your reply. I’ve just inspected your Website and I’m able to see the issue there. Looks like it came from the buddypress plugin, could you please check the settings? I’ve attached a screenshot for your reference.

    Thanks!

    #444796

    Sam Sajid
    Expired Member
    Post count: 36

    You are brilliant. Yes that solved the problem. Thank you so much for all your help!

    #444807

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket