-
Author
-
June 7, 2014 at 15:53 #19485
cali82
ParticipantHello=)
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 #19507cali82
ParticipantI 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 15:07 #19716cali82
ParticipantI attached a screenshot… how can I please remove the white space beneath the rev slider?
Is there any way to leave the login section on the top right, w/out the menu? I disabled the menu as you can see, but removed the login. Please assist. Thanks!
June 12, 2014 at 19:30 #19731cali82
ParticipantJust 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 #19744Abe
KeymasterHi, 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 solutionJune 13, 2014 at 00:25 #19748cali82
ParticipantHello=)
I did notice it automatically comes up, but I would like to disable the main navigation menu and the logo and only leave the login/register on my home page. I can’t figure out what CSS to put in the custom style css to override it. I only added:
.home #header {display:none;}
and it removes everything. Please provide me with any code that can help=)
Thanks a bunch!
June 18, 2014 at 00:51 #20052Abe
KeymasterHi, 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 solutionJune 18, 2014 at 01:12 #20061cali82
ParticipantThank you! I really appreciate it =)
I came up with a code and it worked, but I am sure it was not the best format.
.home #header .eight.columns:not(.login-buttons) {display:none;}
.home #logo {display:none;}** Can you disable the image I posted in #19716 please, thanks
June 18, 2014 at 01:15 #20064Abe
KeymasterThat 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 solutionJune 18, 2014 at 13:22 #20123cali82
ParticipantHello=)
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 #20526Abe
KeymasterYours 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 -
AuthorPosts
The topic ‘Re: Landing Page’ is closed to new replies.