Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

[SOLVED] Table header mouseover tips
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOLVED] Table header mouseover tips
#56281
[SOLVED] Table header mouseover tips 8 Years, 5 Months ago Karma: 0
Hello,

This is a brilliant extension. I love it. But can you tell me a few things:

1. Is there a way to display header information about a column when the end user moves the mouse over the header column.

2. Can I change the color of the table header? I have 32 tables on different pages and would like to change the color to match the football team that it represents. I would like to change the silver to red on one page and on the other change it to orange.

See the 2 links below for an example.

quarterback.us/index.php/quarterback-stats/arizona-cardinals

quarterback.us/index.php/quarterback-stats/cleveland-browns


Thank you for your time.

Regards,
Robert
Last Edit: 2015/11/17 19:28 By cronmatic.
The administrator has disabled public write access.
 
#56283
Re:Table header mouseover tips 8 Years, 5 Months ago Karma: 747
Hello,

1. Add the following code to "CSS Styles" parameter in module settings:

Code:


#{$id}_wrapper .fg-toolbar.ui-corner-tl.ui-corner-tr {background: none red !important;}



It is also possible to change a theme. For this use "jQuery UI Theme" parameter in module settings.

2. The extension doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56289
Re:Table header mouseover tips 8 Years, 5 Months ago Karma: 0
Thank you very much for your reply. I am also trying to change the font color of the words Show entries Search to coordinate with the color change but it is not sticking.

My code in the CSS styles box is:

{$id}_wrapper .fg-toolbar.ui-corner-tl.ui-corner-tr {background: none #FAAC3D !important;}
{$id}_.ui-widget-header {color: #000000 !important;}

Could you help with changing the color of those words correctly?

Also would this extension be of good use for the tool tips - www.nonumber.nl/extensions/tooltips#!

Thank you again for your reply.

Regards,
Robert
The administrator has disabled public write access.
 
#56290
Re:Table header mouseover tips 8 Years, 5 Months ago Karma: 747
Add the following code:

Code:


#{$id}_wrapper .fg-toolbar {color: red !important;}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#56301
Re:Table header mouseover tips 8 Years, 5 Months ago Karma: 0
Thank you again - all is fixed. Perfectly! Closing ticket.
The administrator has disabled public write access.
 
Go to topPage: 1