Edit, Dashboard and Sign Out buttons not showing

Permalink
I just recently moved my C5 (Ver 5.6.2.1) from localhost to live server. I am using a self-designed theme with Foundation 4 framework and HTML5. Upon login the header bar appears without the Edit/Dashboard/Sign Out options (I have a screenshot attached).

Also looking at the code generated, I can't seem to find what's causing it. Other posts talk about duplicate Javascript/JQuery declarations, but my theme only declares the foundation.css files while C5 calls JQuery files as the code below shows;

<html dir="ltr" lang="en"><head>
<meta charset="iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/themes/moneyandmarriage/stylesheets/foundation.css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Money and Marriage :: Home</title>
<meta name="description" content="">
<script type="text/javascript">
var CCM_DISPATCHER_FILENAME = '/index.php';
var CCM_CID = 1;
var CCM_EDIT_MODE = false;
var CCM_ARRANGE_MODE = false;
var CCM_IMAGE_PATH = "/concrete/images";
var CCM_TOOLS_PATH = "/index.php/tools/required";
var CCM_BASE_URL = "http://moneyandmarriage.com.ng";


Can anyone kindly help me fix this? Would really appreciate the assist.

1 Attachment

 
mhawke replied on at Permalink Reply
mhawke
You have posted this issue in the 'Jobs' forum which means you are looking to hire someone to fix this for you. If you are looking for technical advice from community experts so you can fix this yourself, then I would recommend posting this issue in the regular forums like 'Chit Chat'.
hemantyadav replied on at Permalink Reply
Hi Nexxica,

I have good knowledge of C5. I can solve this. But i need you ftp and admin details.
You can drop an email on drhemant.raj02@gmail.com


Thanks
Hemant
justrj replied on at Permalink Reply
justrj
mhawke is right, this should probably go into chit-chat, or builders forum, BUT I would say double check your scripts just before your closing body tag. Foundation calls everything but modernizr at the end of the file. If you do have an extra jquery, that's where it'd be.