Supreme Directory Additional Page Header
This topic contains 7 replies, has 2 voices, and was last updated by Kor 7 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 29, 2018 at 7:39 pm #444553
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!
<?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>August 30, 2018 at 3:11 am #444582Hi 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}August 30, 2018 at 4:13 am #444593Wow 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;
}August 30, 2018 at 6:51 am #444613Hi 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!
August 30, 2018 at 5:00 pm #444711Hello 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!!
August 31, 2018 at 2:37 am #444794Hi 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!
August 31, 2018 at 3:03 am #444796You are brilliant. Yes that solved the problem. Thank you so much for all your help!
August 31, 2018 at 7:15 am #444807This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket