Remove featured image from frontpage plus a little css
This topic contains 12 replies, has 3 voices, and was last updated by Paolo 8 years, 4 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: ccs, featured image
-
AuthorPosts
-
June 7, 2016 at 6:01 pm #204864
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 thoughOn 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
June 7, 2016 at 9:07 pm #205052Hi,
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
June 7, 2016 at 9:34 pm #205060This reply has been marked as private.June 8, 2016 at 10:08 pm #205774Hi 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,
June 9, 2016 at 11:36 am #205984Hi Paolo
That sounds great:-) i will look forward to that and for you help with the image and button 🙂thanks in advance
June 9, 2016 at 11:39 am #205985In 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
June 9, 2016 at 12:09 pm #205993Hi 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 thereJune 21, 2016 at 8:52 am #213015Hi 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.siteI 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 helpJune 21, 2016 at 5:16 pm #213363Please add this css to fix the white space:
.home-page .sd .entry-content{padding-top: 0;}
Thanks,
Stiofan
June 21, 2016 at 5:26 pm #213365Hi 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 topJune 21, 2016 at 5:46 pm #213372i added css to GD>Design>Script>Custom style css code
Thanks,
Stiofan
June 21, 2016 at 6:06 pm #213399Thank 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 fieldsJune 21, 2016 at 10:04 pm #213480Please check now.
Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket