-
Author
-
June 7, 2014 at 15:53 #19485cali82Participant
Hello=)
I would like to have my revolution slider on the home page and when a person clicks it will go to the register page or the register popup form. ( I know I can add html to rev slider to send the person to another page) The main thing is I do not want a header or footer on the page. Please assist. Amazing theme by the way!!!
Thanks!
June 8, 2014 at 15:11 #19507cali82ParticipantI added this code and it worked, but the only thing I can’t get rid of is beneath the slider it says home. How can I disable everything except the slider? Thanks!
.home #header {display:none;}
.home #footer {display:none;}
June 12, 2014 at 19:30 #19731cali82ParticipantJust figured this out I needed to change the page template (white space is removed) loooool…. the only thing I can’t figure out is how to enable the login/register code on the top right w/out menu?
Thanks=)
June 12, 2014 at 22:56 #19744AbeKeymasterHi, you can edit header.php if you want some changes to the structure. the login/register should come up automatically in the header
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 18, 2014 at 00:51 #20052AbeKeymasterHi, our support team can help with any problem you might encounter with the theme. Any other custom changes you need to develop yourself.
here is the css for this matterCOPY CODE#logo {display:none;} .contain-to-grid { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 18, 2014 at 01:15 #20064AbeKeymasterThat is good too 😉
Sure I removed itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 18, 2014 at 13:22 #20123cali82ParticipantHello=)
The code you gave me makes the heading and logo disappear in the whole site. I only would like it to not be in the home page. I had to put in my previous code
.home #header .eight.columns:not(.login-buttons) {display:none;}
.home #logo {display:none;}Please let me know a home page specific code other than the one I entered. I am sure mine could be tweaked.
thanks!
June 23, 2014 at 17:44 #20526AbeKeymasterYours is good as I stated before. You can adapt mine only for the homepage:
.home .contain-to-grid,
.home #logo {
display: none;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Re: Landing Page’ is closed to new replies.