Cannot edit - Fresh re install three times - Using own theme
Permalink
Hi all,
I'm trying to create my own theme using a html template. I have previously done it before without any problems. However, now I just cant seem to edit anything on my own template. Attached is an image of my situation.
http://imgur.com/AsXQvPh
As you can see it happily goes into edit mode, but when I click on the content to edit - there is no editing options and dark box?
Here is the default.php
Any help will be much appreciated.
Regards,
DRM92
I'm trying to create my own theme using a html template. I have previously done it before without any problems. However, now I just cant seem to edit anything on my own template. Attached is an image of my situation.
http://imgur.com/AsXQvPh
As you can see it happily goes into edit mode, but when I click on the content to edit - there is no editing options and dark box?
Here is the default.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Meta Tags --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="robots" content="noindex"> <!--Style Sheets--> <link href ="<?php echo $this->getThemePath(); ?>/css/bootstrap.css" rel="stylesheet"> <link href ="<?php echo $this->getThemePath(); ?>/css/style.css" rel="stylesheet"> <?php Loader::element('header_required'); ?> </head> <body> <div id="divHeader"> <?php
Viewing 15 lines of 38 lines. View entire code block.
Any help will be much appreciated.
Regards,
DRM92
1) In your style you seem to have a . that doesn't belong to anything, that should be removed.
2) You are including jquery at the bottom, but jquery is already included in the header_required, so you should not include it again.
If you update these two things and the problem still persists please provide a link to the site.