Jump to content

Kayako Integration Help


InterWebUK

Recommended Posts

We have just got kayako running on our system, everything looks fine except for when trying to view an article it pushes our page about.

 

Please see here http://www.interwebdirect.co.uk/billing/knowledgebase.php?_m=knowledgebase&_a=viewarticle&kbarticleid=13&nav=0

 

Can someone please tell us which file I would need to modify to restrict the article size so it fits in with our template

 

Thanks

 

J

Link to comment
Share on other sites

Kayako, even though I mostly love it's functionality, is a morass of nested tables and hard to decipher. Your best bet is to use Firefox and the free Firebug plugin to locate this. It's a simple install, and a right click while on the page to start it.

If you click on the thing you want to change (like the width), you can edit and use "enter" to commit the change (on this page, until you refresh), and even add other tags to test things.

 

Poked it a bit, and you have your footer on that page set at 900px, but it exists within the same table as the articles. This takes that 80% table cell and blows it out to 900px in a design that's supposed to be 902 over all.

Setting that table to 100% fixes it. ;)

 

<table width="900" cellspacing="0" cellpadding="0" border="0">

<tbody><tr>

<td height="70" bgcolor="#5c819e" colspan="2"><div align="center">

<table width="95%" cellspacing="0" cellpadding="0" border="0">

<tbody><tr>

<td height="20" align="center" style="padding-top: 5px;" class="FooterLink">......

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated