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/....
it won't let me edit my webpage at all it just comes up with a blank bar at the top
Have you got
just before
?
<?php Loader::element('footer_required'); ?>
</body> </html>
?
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:
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...
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...
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
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.
Just go to "Design" menu in homepage and change it.