Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-08-2011 08:22:41

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Somehow my main left hand menu

items and pages are now centered instead of left justified. What causes that? How do I fix it?


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#2 02-09-2011 12:19:09

KryptoJim
Member
Registered: 07-08-2010
Posts: 455

Re: Somehow my main left hand menu

mdowning wrote:

items and pages are now centered instead of left justified. What causes that? How do I fix it?

which website?

Offline

 

#3 02-10-2011 09:52:51

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Somehow my main left hand menu

Well, now it's fine. I'm not sure what was going on. It's no longer an issue. However my favocon calls are no longer working, instead I get a plesk favicon instead. This is weird. I've double checked everything, tags, favicon location, etc..

I have no idea why the favicon won't come up in any browser for kool-shopper.com or kool-computers.com


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#4 02-10-2011 11:27:33

Design_Wholesale
Member
From: England!
Registered: 11-21-2008
Posts: 1104
Website

Re: Somehow my main left hand menu

It looks like your PHP is shot. - Do a debug ( - look for the values at the top of the file -  directory refers to the temp directory within your {private} store directory) and I am certain you will find that something on the PHP side of things has been messed up.

Offline

 

#5 02-10-2011 19:06:39

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Somehow my main left hand menu

Design_Wholesale wrote:

It looks like your PHP is shot. - Do a debug ( - look for the values at the top of the file -  directory refers to the temp directory within your {private} store directory) and I am certain you will find that something on the PHP side of things has been messed up.

Where is KHXC.php?


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#6 02-10-2011 19:09:12

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Somehow my main left hand menu

In ccp7 that would be CORE.php in your private_dir/core/CORE directory, KHXC is ccp6.

John

Offline

 

#7 02-10-2011 19:10:24

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Somehow my main left hand menu

What should I be looing for? I don't go in here very much, I did turn debug on. Not sure what to look for / where?


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#8 02-11-2011 06:32:53

Design_Wholesale
Member
From: England!
Registered: 11-21-2008
Posts: 1104
Website

Re: Somehow my main left hand menu

If it is anything like CCP 6.0 you should have something like the following at the top of the script:

Code:

// +------------------------------------------------------------------+
// | Class Definition                                           [KHXC]|
// +------------------------------------------------------------------+

class KHXC {

var $class   = 'KHXC';
var $version = '6.6.8';
var $cerror;

// +--
// | Debugger Note:  The following debugger settings are valid:
// |
// | 0:         Debugging off (default)
// | 1:         File-based output (sent to {PRIVATE}/temp directory)
// | 2:         Browser-based output (sent to web browser)
// +--

var $debug     = 0;

The rest should be self-explanatory.

Offline

 

#9 02-11-2011 09:59:54

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Somehow my main left hand menu

I know how to turnon the debugger, I don't know what to look for in the php script that John is referring to here:

It looks like your PHP is shot. - Do a debug (KHXC.php - look for the values at the top of the file - temp directory refers to the temp directory within your {private} store directory) and I am certain you will find that something on the PHP side of things has been messed up.


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#10 02-11-2011 10:08:47

Design_Wholesale
Member
From: England!
Registered: 11-21-2008
Posts: 1104
Website

Re: Somehow my main left hand menu

All I was saying was to do a debug of your (to start with) main site page.

I expect you will find, when you look through the debug, that some code in your  is not right. - Search for anything with  or , maybe  or even  (though it was that type of problem you would most probably have seen a  by now (Kryptronic Screen of Death smile ).

Last edited by Design_Wholesale (02-11-2011 10:10:41)

Offline

 

Board footer