First time my site went online and Problems :)

rogerz1234567 - October 24, 2009 - 05:39

hi ,

Last day i made my site online. After putting it online first thought came to my mind that if i make some changes in my local machine then i will have to upload all the files all again ????

Or should i make my changes online ??? What about other people viewing those pages ? Is there any Good way to do all this ??

1 last thing here is my Sample site http://www.sanoraonline.com/ . On th front page u will see the Image rotator but the second image in the rotator seem to be a bit short in width. Here is the code which i took from Template.php. What should i add to increase the Width ? (Sorry i dnt knw php :( )

drupal_add_js(path_to_theme('amadou') . '/innerfade/jquery.innerfade.js');
drupal_add_js('
$(document).ready(function(){
$("#header-image img").show();
$("#header-image").innerfade({
speed: 1000,
timeout: 6000,
type: "sequence",
containerheight: "250px"

});
});
', inline);

I will be really thankfull if someone helps me resolve these issues :)

Depends what kind of changes

ryivhnn - October 24, 2009 - 07:04

Depends what kind of changes you're making. You could put content straight onto the live site (unless you're experimenting, in which case maybe don't... ;). If you're just changing style.css etc then just reupload those files :P

Thanx for the reply . Lets

rogerz1234567 - October 25, 2009 - 12:21

Thanx for the reply .

Lets suppose i implement blogs in the site .... then i will have to upload all the files ?? :(

Someone also help me in the code above :(

Nope, just admin the live

ryivhnn - October 26, 2009 - 01:34

Nope, just admin the live site and enable the blogs :)

Can't help with the code unfortunately, I'm only just starting to brush up on js myself and am kinda restricted to helping people if I can do it off the top of my head :|

 
 

Drupal is a registered trademark of Dries Buytaert.