Remove featured image from frontpage plus a little css

This topic contains 12 replies, has 3 voices, and was last updated by  Paolo 7 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #204864

    Christian
    Buyer
    Post count: 39

    Hi guys and girls.
    Im currenty moving from the theme listify and over to the supreme directory theme , and so far i love it . I have a few problems though

    On our live site https://familyfun.site we have a bagground image , with our logo on and a button there takes our visitors to the avalible listings ( we made that in visual composer )

    My problem is now that i cant replicate that on the new site https://dev.familyfun.site bacause it seems that the featured image is in the way . Is there anyway to use the beaver builder on the whole page and not only under the featured image . Anybody got an idea to how we can do that, and keep the featured images on the other pages .

    Any help will be much appreciated .

    The next problem i have , is that i wanted to remove the search bar, the near me bar and the button from the frontpage . and i managed to do that with out any problems using the following css:
    input.search_text {
    display:none !important;
    }
    input.snear {
    display:none !important;
    }
    input.geodir_submit_search {
    display:none !important;
    }
    .geodir-popular-cat-list li {
    display:none !important;
    }
    .geodir-category-list-in {
    display:none !important;
    }

    Now i just looked at https://dev.familyfun.site/places/ and the fields are gone here too. i only wanted them gone on the frontpage . can anybody please help with that too.

    Have a great day ..

    christian

    #205052

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    for the 1st part, it would be much easier to add the html for that button and logo in the child theme template.

    For the second part, just add .home in front of each css selector.

    example

    change this

    
    
    
    input.search_text {
    display:none !important;
    }

    to

    
    
    .home input.search_text {
    display:none !important;
    }

    and so on for all of them, that way will only be hidden in home page.

    If you provide admin credentials to your website, I’ll add the logo and button to your child theme and explain you how to keep it in case of updates.

    Let us know,

    Thanks

    #205060

    Christian
    Buyer
    Post count: 39
    This reply has been marked as private.
    #205774

    Paolo
    Site Admin
    Post count: 31206

    Hi again,

    tomorrow we will release the final version of this child theme. Whatever we add today would be removed tomorrow by the update, so it’s better if we do it on the final version.

    Thanks for your patience,

    #205984

    Christian
    Buyer
    Post count: 39

    Hi Paolo
    That sounds great:-) i will look forward to that and for you help with the image and button 🙂

    thanks in advance

    #205985

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    In the next release if u use the custom filed/meta for a page of “sd_remove_head” and set it to 1 it will remove the featured image area.

    Stiofan

    #205993

    Christian
    Buyer
    Post count: 39

    Hi Stiofan . That sounds great. Will i be able to use the Beaver builder you recommend on that area then ?
    so i can get the logo and button to display there

    #213015

    Christian
    Buyer
    Post count: 39

    Hi paolo and stiofan
    Thank you for the new update of supreme .
    Unfortunately i can still not make my design work
    I need to get https://dev.familyfun.site to look like the frontpage of https://familyfun.site

    I tried to add the sd_remove_head and set it to 1 under the custom field , but my featured image is still there .

    As you can see i just tried the visual composer on the page, because we use that , and i can get the content to display under the featured image ( looking odd )

    If i add a new page and do the sd_remove_head 1 thing i can get the content to show fine in the top, but then it’s not a transparent frontpage like the default frontpage and theres a white line https://dev.familyfun.site/home/

    Other than that i need to remove categories, search fields and the nearby field from the frontpage so it looks excatly like https://familyfun.site

    Can you guys point me in the right direction , so i can get the design to look like our old site ?

    Paolo offered to help before the new update, maybe you can do that now ? so we can get up and running 🙂
    Thank you for all the help

    #213363

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please add this css to fix the white space:

    .home-page .sd .entry-content{padding-top: 0;}

    Thanks,

    Stiofan

    #213365

    Christian
    Buyer
    Post count: 39

    Hi stiofan
    Thank you for that.
    If you see the current front page the menu is not looking like the other pages. Is there a fix for that? It’s white and the menu on the other pages are not. Currently I have only chosen the frontage in reading / wordpress not in geodirectory. If I do that the content I made with visual composer moves to under til default image. Is there a way to get the front page to show the content at the top

    #213372

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    i added css to GD>Design>Script>Custom style css code

    Thanks,

    Stiofan

    #213399

    Christian
    Buyer
    Post count: 39

    Thank you I can see the change.
    The only problems now is:
    The menu is not transparent on this front page. If I choose the front page in geodirectory/ perma links the image will go all the way up to the top.
    And since I didn’t chose it in perma links it looks like a can’t use any of the widgets from gd. Would it be possible to use the front page gd uses normally and then add my content on top of that? And remove the search / category / near me fields

    #213480

    Paolo
    Site Admin
    Post count: 31206

    Please check now.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)

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

Open Support Ticket