Jump to content

Comparison template error


Fizzwizz

Recommended Posts

Hi All

 

Firstly let me get my grumble out of the way. The support and moderator help for this product/forum is frustratingly poor and reminds me of the days I spent with rackschack. I've just spent a week banging my head against the wall trying to get moderator approval of my posts because they show a link to the problem I am experiencing. It's seriously putting me off parting with $19 of my hard earned cash monthly.

 

Now to the problem.

 

I have a standard install of WHMCS and am using the comparison product/cart theme, however the column titles spill over into the lower fields. Please check at (OMIT SPACES) fizzwizz dot net / hosting / cart dot php

 

Sorry to be cryptic, I can't get pragmatic common sense from the WHMCS team at the moment.

 

Regards ... Fizz

Link to comment
Share on other sites

The CSS classes for the heading are fixed height and your titles are too long for that height. A quick edit of the CSS will get you sorted

 

 

edit /templates/orderforms/comparison/style.css and replace the existing three items with these ones

 

.prodtablecol div.featureheader {

padding: 10px 0 10px 0;

height: 95px;

border-right: 1px solid #fff;

border-bottom: 1px solid #fff;

}

 

 

.prodtablecol div.aheader {

background-color: #204791;

padding: 10px 0 10px 0;

color: #fff;

font-size: 12px;

min-height: 95px;

border-right: 1px solid #fff;

border-bottom: 1px solid #fff;

}

 

 

 

.prodtablecol div.bheader {

background-color: #7BAA24;

padding: 10px 0 10px 0;

color: #fff;

font-size: 12px;

min-height: 95px;

border-right: 1px solid #fff;

border-bottom: 1px solid #fff;

}

Link to comment
Share on other sites

  • WHMCS Support Manager
Firstly let me get my grumble out of the way. The support and moderator help for this product/forum is frustratingly poor and reminds me of the days I spent with rackschack. I've just spent a week banging my head against the wall trying to get moderator approval of my posts because they show a link to the problem I am experiencing. It's seriously putting me off parting with $19 of my hard earned cash monthly.
Unfortunately due to the prevalence of spam bots we need to moderate the first few posts all new users make especially those containing links (as spam bots always include these). Once you've made a few posts the moderation requirement is lifted, if you have an urgent support issue feel free to open a support ticket for a faster response from a member of staff.
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