Problem with theme's

Permalink
I have started creating a website for a gaming website and I am having problems with the theme, I got a custom made theme on my website but recently when I click on the homepage it goes to a completely different theme compare to the rest of the website my Url ishttp://swsgaming.web44.net/cms/....

 
MysteriousCleon replied on at Permalink Reply
MysteriousCleon
Different page type? Probably you didn't install proper page type, or you set non existing (in that theme) page type.
Just go to "Design" menu in homepage and change it.
liamsteele3 replied on at Permalink Reply
it won't let me edit my webpage at all it just comes up with a blank bar at the top
MysteriousCleon replied on at Permalink Reply
MysteriousCleon
Have you got
<?php Loader::element('footer_required'); ?>
just before
</body>
</html>

?
adajad replied on at Permalink Reply
adajad
Have you included the required js in your theme needed?

Make sure you have the below code snippet before the closing /body tag in your themes php files:

<?php Loader::element('footer_required'); ?>


You need the javascripts to be able to edit your site and reach the dashboard from the top bar.

If you haven't already, then read this how-to which is absolutely a must for new theme designers: http://www.concrete5.org/documentation/how-tos/designers/making-a-t...
liamsteele3 replied on at Permalink Reply
I have changed the theme to a default one and their is still problems with the bar at the top i got to changing the theme by putting the path into the url and when I was on the theme page the bar was fully working at the top its only not working when Im on my webpage
liamsteele3 replied on at Permalink Reply
I have fixed the problem I took the theme off and put it back on. The bar issue was a problem with safari so I put it on google chrome and it's fully working, cheers for the help.