First time user.....cannot see dashboard
Permalink
Hi,
First time user as one click Heart Internet, must say that was a breeze. I have my own site design in html/PHP which I have loaded as theme. Once all the js, css and images have been uploaded to what I think were right places ;o)
I get the site up and looks pretty reasonable, just a few tweaks. But I cannot work out where is best place for the
<code>
<?php Loader::element('header_required'); ?>
</code>
to go to get the dashboard up at the top. Is this the JQuery clash I have been hearing about, if so what do I do to sort.
here is the urlhttp://southbank-marketing.co.uk... if I need to post code, let me know.
Any help would be great on where the edit blocks can go.
Cheers
Nick
First time user as one click Heart Internet, must say that was a breeze. I have my own site design in html/PHP which I have loaded as theme. Once all the js, css and images have been uploaded to what I think were right places ;o)
I get the site up and looks pretty reasonable, just a few tweaks. But I cannot work out where is best place for the
<code>
<?php Loader::element('header_required'); ?>
</code>
to go to get the dashboard up at the top. Is this the JQuery clash I have been hearing about, if so what do I do to sort.
here is the urlhttp://southbank-marketing.co.uk... if I need to post code, let me know.
Any help would be great on where the edit blocks can go.
Cheers
Nick
Lucas,
Thank you sooooo much!
I took those out an voila, toolbar header in the top! I am so looking forward to being part of this community, what a great place.
Cheers
Nick
Thank you sooooo much!
I took those out an voila, toolbar header in the top! I am so looking forward to being part of this community, what a great place.
Cheers
Nick
whoops it has all gone pearshaped, I am now getting a 500 Internal Server Error ;o)
Just a blank page, is this the server fallen over or something I added.
thanks
Nick
Just a blank page, is this the server fallen over or something I added.
thanks
Nick
Loading fine for me. Might be a server issue, but you'll need to take that up with your host. They should be able to check logs to see what the problem might be.
Hi Lucas,
Yep, all back on, was the server as you rightly pointed out ;o)
Just one other thing, I have slipped in a Content Box just above the main title and content. With the editor enabled I can see the dotted line around the box but cannot edit this.
It would be great if you could just take a look at this please, I am soooo close to getting this theme now set up, thanks for the help.
Nick
Yep, all back on, was the server as you rightly pointed out ;o)
Just one other thing, I have slipped in a Content Box just above the main title and content. With the editor enabled I can see the dotted line around the box but cannot edit this.
It would be great if you could just take a look at this please, I am soooo close to getting this theme now set up, thanks for the help.
Nick
line 97:
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"></script>
line 100:
<script type="text/javascript" src="http://southbank-marketing.co.uk/js/jquery.js"></script>
Also, your site seems to have ALOT of scripts being loaded, and some of them may be conflicting with each other.
It's best practice to put <?php Loader::element('header_required'); ?> above any other scripts in your <head> code.
Also, are you logged in?