View Full Version : Using easy customizer to create multiple pages
domromer
Jan-12-2010, 06:10 AM
Is it possible to use the easy customizer to create multiple pages? I used html to make a main page, a galleries page, and a bio page. I'd like to do the same thing with the easy customizer. Is this possible? I can't seem to find any info on it.
jfriend
Jan-12-2010, 06:34 AM
I don't believe Easy Customizer offers that functionality.
domromer
Jan-12-2010, 07:44 AM
Ok so it's more if you wanted to make a single page web page. I tried it out yesterday on my multiple page webpage and ended up with a slide show on every page.
jfriend
Jan-12-2010, 07:56 AM
Ok so it's more if you wanted to make a single page web page. I tried it out yesterday on my multiple page webpage and ended up with a slide show on every page. I'm unsure what you are asking. If you can include a link to a specific page you are working on and describe exactly what you need help accomplishing, perhaps we can help.
domromer
Jan-12-2010, 09:21 AM
I'm unsure what you are asking. If you can include a link to a specific page you are working on and describe exactly what you need help accomplishing, perhaps we can help.
Well the website is dustybootsphotography.com
The issue was the slide show is currently in html in the bio section. I tried to make the slide show in the easy creator and it would show up on the home page and the gallery page. I can't figure out how to make the slide show only appear on the home page when using the easy creator.
jfriend
Jan-12-2010, 09:45 AM
Well the website is dustybootsphotography.com
The issue was the slide show is currently in html in the bio section. I tried to make the slide show in the easy creator and it would show up on the home page and the gallery page. I can't figure out how to make the slide show only appear on the home page when using the easy creator. Add the line shown in red below to your existing CSS and the easy customizer slideshow will not show on your galleries page:
/*=====Home-Page=====*/
#userName,
#userHome,
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox,
.galleries #slideshowBox,
.galleries #bioBox
{display:none;}
domromer
Jan-12-2010, 09:50 AM
Add the line shown in red below to your existing CSS and the easy customizer slideshow will not show on your galleries page:
/*=====Home-Page=====*/
#userName,
#userHome,
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox,
.galleries #slideshowBox,
.galleries #bioBox
{display:none;}
Does that need to go in the bio section where the rest of the slide html is stored? Sorry for my ignorance. I only mess with the websites htm every few years and I almost always forget how it all works.
jfriend
Jan-12-2010, 10:04 AM
Does that need to go in the bio section where the rest of the slide html is stored? Sorry for my ignorance. I only mess with the websites htm every few years and I almost always forget how it all works. The block of CSS I've included here is already in your site-wide-customization (CSS section). You need to find that block in your existing CSS and add the red line to it, then hit the Update button.
domromer
Jan-12-2010, 10:17 AM
Well the website is dustybootsphotography.com
The issue was the slide show is currently in html in the bio section. I tried to make the slide show in the easy creator and it would show up on the home page and the gallery page. I can't figure out how to make the slide show only appear on the home page when using the easy creator.
Thanks so much it worked great.
One last question. on my home page there is a very light border around the slide show and it sorta bumps into the nav bar. Is there a way to get rid of that?
jfriend
Jan-12-2010, 10:50 AM
Thanks so much it worked great.
One last question. on my home page there is a very light border around the slide show and it sorta bumps into the nav bar. Is there a way to get rid of that?
Add this line of CSS to your site-wide-customization (CSS section):
#slideshowBox .boxBottom {border:none !important;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.