Kayako Logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
vajjas1 Offline
New Member
 
Posts: 28
Join Date: Apr 2008

SupportSuite
Owned License
replace the blue column - 29-04-2008, 07:46 AM

Hello,

I am trying to repalce the blue color with my site color, So i tried to change the bgcolor from the header template, am i changing the correct template?, when i hit save i get a 403 and 404 error.


Code:
<td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="2" bgcolor="#3894E5"><img src="<{$themepath}>space.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="6" bgcolor="#83BFF5"><img src="<{$themepath}>space.gif" width="1" height="6"></td>
      </tr>
      <tr>
        <td height="5" bgcolor="#C3E3FF"><img src="<{$themepath}>space.gif" width="1" height="5"></td>
      </tr>
    </table></td>
   
Reply With Quote
  (#2) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
29-04-2008, 10:49 AM

Quote:
Originally Posted by vajjas1 View Post
I am trying to repalce the blue color with my site color,
Which blue color, where?

Quote:
So i tried to change the bgcolor from the header template, am i changing the correct template?, when i hit save i get a 403 and 404 error.
Which template specifically, please? Link to an image showing what colors (add arrows, if possible) if possible.
A 403 is a forbidden, and a 404 is not found. Changing a template files color should not produce either of those.
   
Reply With Quote
  (#3) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,267
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
29-04-2008, 11:02 AM

Make sure you do not break any PHP code in the template when you edit it.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#4) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
29-04-2008, 01:58 PM

Quote:
Originally Posted by supportskins View Post
Make sure you do not break any PHP code in the template when you edit it.
Of course, but that wouldn't generate either of those errors (unless they are calling files from different, restricted, parts of the server by thier edit). Not found is just that, and a 403 (forbidden) error is caused when a server configuration won't allow that file to be viewed or accessed.

If he's getting those errors, something more than changing a HEX color code is going on.
   
Reply With Quote
  (#5) Old
vajjas1 Offline
New Member
 
Posts: 28
Join Date: Apr 2008

SupportSuite
Owned License
29-04-2008, 04:40 PM

ohh duh me, i didn't mention which blue color.

https://support.kayako.com/
I was reffering to the blue color under the esupportsuite logo.

I didn't change any code other than the bgcolor rgb code, I tried to get kayako support and they said they don't support custom code changes :-(
   
Reply With Quote
  (#6) Old
vajjas1 Offline
New Member
 
Posts: 28
Join Date: Apr 2008

SupportSuite
Owned License
30-04-2008, 10:05 PM

Any help on this? :-(
   
Reply With Quote
  (#7) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,267
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
01-05-2008, 08:51 AM

Remove this code from the header template and it should work
Code:
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="2" bgcolor="#3894E5"><img src="<{$themepath}>space.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="6" bgcolor="#83BFF5"><img src="<{$themepath}>space.gif" width="1" height="6"></td>
      </tr>
      <tr>
        <td height="5" bgcolor="#C3E3FF"><img src="<{$themepath}>space.gif" width="1" height="5"></td>
      </tr>
    </table>



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#8) Old
vajjas1 Offline
New Member
 
Posts: 28
Join Date: Apr 2008

SupportSuite
Owned License
01-05-2008, 08:30 PM

no luck still get 404 and 403.
   
Reply With Quote
  (#9) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,267
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
01-05-2008, 10:35 PM

That code is pretty much it, not sure what exactly you are editing. Copy/paste your header template.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#10) Old
vajjas1 Offline
New Member
 
Posts: 28
Join Date: Apr 2008

SupportSuite
Owned License
01-05-2008, 10:38 PM

here is the entire header template code attached, when i hit save i still get the 404 and 403, i submitted a ticket to kayako support and as usual no response yet.
Attached Files
File Type: txt header.txt (6.6 KB, 3 views)

Last edited by vajjas1 : 01-05-2008 at 10:41 PM.
   
Reply With Quote
  (#11) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,267
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
02-05-2008, 09:53 AM

The template you provided is the default Kayako template. I do not see any changes made in here.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#12) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
02-05-2008, 11:23 AM

Quote:
Originally Posted by vajjas1 View Post
no luck still get 404 and 403.
I still say this is not related to the edited colors, since 403 is a forbidden error, and 404 is "not found". I suspect that what you're attempting to do is being failed because of file permissions, and the 404 is the server not finding the 404 error page to display.

Please post the exact error message you get, word for word.

[EDIT] In case you doubt this:
HTTP 403 - Wikipedia, the free encyclopedia
   
Reply With Quote
  (#13) Old
vajjas1 Offline
New Member
 
Posts: 28
Join Date: Apr 2008

SupportSuite
Owned License
02-05-2008, 05:50 PM

Hello,

That is what i am trying to say fromt he begnining, i am NOT able to save the template, when i hit save i am getting the exact bellow error. So i can't provide you with the modified template.

Forbidden

You don't have permission to access /support/admin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
   
Reply With Quote
  (#14) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,267
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
02-05-2008, 08:18 PM

Ah, I guess I misread the thread completely. My bad. You need to look into the suggestions posted by bear.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#15) Old
bear Offline
Community Moderator
 
Posts: 651
Join Date: Jan 2005

SupportSuite
02-05-2008, 09:09 PM

Can you tell us what permissions are on the index file in your admin directory (the same one it's complaining about), please?
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Blue Buttons Alex H Style & Design 5 03-03-2008 06:48 PM
Remember column widths alwaysweb Feature Requests 2 02-11-2007 03:11 PM
System -> Adjustable column widths tvds Feature Requests 0 01-05-2007 08:31 AM
Steps to fix SQL error "Out of range value adjusted for column ..." in MySQL 5 khoffman SupportSuite, eSupport and LiveResponse 2 31-10-2006 03:36 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46