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?

Editing CSS files
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Editing CSS files
#2670
Editing CSS files 14 Years, 5 Months ago Karma: 0
Hi

Can you let me know where I can edit the css file(s) for ARI JDataTable?

I can't see any CSS files under the root directory com_arismartcontent

cheers

PJ
The administrator has disabled public write access.
 
#2671
Re:Editing CSS files 14 Years, 5 Months ago Karma: 0
sorry, I found the css files.

cheers

PJ
The administrator has disabled public write access.
 
#2672
Re:Editing CSS files 14 Years, 5 Months ago Karma: 747
Hello,

Just in case, you can find it by the following path:

<joomla_dir>/plugins/content/arismartcontent/<plugin_type>/<plugin_name>_<postfix>/

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2673
Re:Editing CSS files 14 Years, 5 Months ago Karma: 0
OK, so I found the CSS files but can't seem to figure out how to change the areas indicated in the attached image.

I have "Using jQuery UI themes" set to YES. This gives pretty much the payout I am happy with as long as I can change two areas indicated.



many thanks

PJ
Last Edit: 2009/11/09 15:38 By brocars.
The administrator has disabled public write access.
 
#2674
Re:Editing CSS files 14 Years, 5 Months ago Karma: 747
The top container has the following structure:

Code:


<div class="fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix">
<div class="dataTables_length">
Show
<select size="1">
<option value="10">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
</select>
entries
</div>
<div class="dataTables_filter">
Search:
<input type="text"/>
</div>
</div>



and the bottom container has the following structure:

Code:


<div class="fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix">
  <div class="dataTables_info">Showing 1 to 10 of 14 entries</div><div class="dataTables_paginate fg-buttonset fg-buttonset-multi paging_full_numbers"><span class="first ui-corner-tl ui-corner-bl fg-button ui-state-default ui-state-disabled">First</span><span class="previous fg-button ui-state-default ui-state-disabled">Previous</span><span><span class="fg-button ui-state-default ui-state-disabled">1</span><span class="fg-button ui-state-default">2</span></span><span class="next fg-button ui-state-default">Next</span><span class="last ui-corner-tr ui-corner-br fg-button ui-state-default">Last</span></div></div>



PS: If you describe what you want to do, we can help you do it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2675
Re:Editing CSS files 14 Years, 5 Months ago Karma: 0
quick replies - wicked, that's what I call service.

I just want to change the bg colour (or background image colour) of the top and bottom containers from the current orange/yellow colour to a colour that matches the site.

Where would I do this?

Cheers

PJ
The administrator has disabled public write access.
 
Go to topPage: 12