View Full Version : Website help!
AlexHenry
19-12-2012, 06:11 PM
Hi there guys, I having problems trying to find where I can adjust the progress slider and time remaining on my website. Here is the link: http://alexelliott.org.uk/maint - please could you direct me to the part where I adjust the slider and time. Cheers!
AlexHenry
19-12-2012, 06:51 PM
Also, on http://alexelliott.org.uk - how do I extend the page so I can add more content. If I add a picture it gets cut off...
-Nick
19-12-2012, 11:34 PM
Also, on http://alexelliott.org.uk - how do I extend the page so I can add more content. If I add a picture it gets cut off...
Really have you tried scrolling down? @Kieran (http://www.habboxforum.com/member.php?u=10425)
Kieran
19-12-2012, 11:44 PM
Why was I tagged? :(
It gets set in http://alexelliott.org.uk/maint/js/config.js
AlexHenry
20-12-2012, 08:45 AM
Why was I tagged? :(
It gets set in http://alexelliott.org.uk/maint/js/config.js
Thanks, do you know how I extend the main page? http://alexelliott.org.uk ? the picture gets cut off
---------- Post added 20-12-2012 at 08:48 AM ----------
Thank you very much everyone - the time and slider progress worked! Just need to work out how to extend the main page...
AlexHenry
20-12-2012, 10:03 AM
Really have you tried scrolling down? @Kieran (http://www.habboxforum.com/member.php?u=10425)Can you offer any solutions for why it won't scroll down? My pictures get cut off at the bottom...
-Nick
20-12-2012, 10:09 AM
Can you offer any solutions for why it won't scroll down? My pictures get cut off at the bottom...
Umm not sure try looking on the web!
Kieran because your the clever one!
AlexHenry
20-12-2012, 10:35 AM
Umm not sure try looking on the web!
@Kieran (http://www.habboxforum.com/member.php?u=10425) because your the clever one!
Haha trust me, I've looked ;)
Kieran
20-12-2012, 10:37 AM
What pictures are you referring to getting cut off?
AlexHenry
20-12-2012, 03:17 PM
What pictures are you referring to getting cut off? I have added a picture: alexelliott.org.uk, it's a small picture and it gets cut off. So annoying!
David
20-12-2012, 03:23 PM
change;
<div id="homePage" style="opacity: 1; height: 230px; margin-top: 130px;">
to;
<div id="homePage" style="opacity: 1; min-height: 230px; margin-top: 130px;">
AlexHenry
20-12-2012, 03:47 PM
change;
<div id="homePage" style="opacity: 1; height: 230px; margin-top: 130px;">
to;
<div id="homePage" style="opacity: 1; min-height: 230px; margin-top: 130px;">
Thanks - can't seem to find that anywhere on the index file though? I've added on the style="opacity: 1; min-height: 230px; margin-top: 130px;"> but now it just makes the page longer and it still won't display? Please could you check my coding? Thanks!!
Kieran
20-12-2012, 04:22 PM
You need to remove the height:230px; from <div id="homepage" style="opacity: 1; min-height: 230px; margin-top: 130px; height: 230px;">
AlexHenry
20-12-2012, 05:06 PM
You need to remove the height:230px; from <div id="homepage" style="opacity: 1; min-height: 230px; margin-top: 130px; height: 230px;"> Thank you so much! More problems though - the links on the left handside won't work (navigation) and the text has changed size etc.
Kieran
20-12-2012, 05:12 PM
You've deleted the close > after the <div id="homepage"
AlexHenry
20-12-2012, 05:18 PM
You've deleted the close > after the <div id="homepage"Sorry about this, I really am appreciating your help. I suck at this, something is still wrong?
Kieran
20-12-2012, 05:52 PM
What's wrong now?
AlexHenry
20-12-2012, 05:55 PM
What's wrong now?
Take a look: http://alexelliott.org.uk
David
20-12-2012, 05:56 PM
your id's are case sensitive, change to;
homePage
Intro
don't know what's up with your links.
AlexHenry
20-12-2012, 06:05 PM
your id's are case sensitive, change to;
homePage
Intro
don't know what's up with your links.Hey, thanks. The links are now working again. It's cut off the tree again and If you click on all of the other pages, it shows up!
---------- Post added 20-12-2012 at 06:09 PM ----------
What's wrong now?
Basically, the Christmas tree loads on every page and takes up the whole room and then the main page cuts off again.
David
20-12-2012, 06:10 PM
Hey, thanks. The links are now working again. It's cut off the tree again and If you click on all of the other pages, it shows up!
---------- Post added 20-12-2012 at 06:09 PM ----------
Basically, the Christmas tree loads on every page and takes up the whole room and then the main page cuts off again.
you've added two height styles again :P see below, remember case sensitive when you change it!
You need to remove the height:230px; from <div id="homepage" style="opacity: 1; min-height: 230px; margin-top: 130px; height: 230px;">
AlexHenry
20-12-2012, 06:18 PM
you've added two height styles again :P see below, remember case sensitive when you change it!
Given up hahaha, I need noob steps :/
AlexHenry
20-12-2012, 06:42 PM
You need to remove the height:230px; from <div id="homepage" style="opacity: 1; min-height: 230px; margin-top: 130px; height: 230px;"> BEGGING YOU - SOMETHING SERIOUSLY WRONG :/
---------- Post added 20-12-2012 at 06:46 PM ----------
All I want to do now is get it back to normal - forget about the Christmas stuff. The links aren't working. I'm so sorry about all of this!
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.