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?

Changing location off CSS and js File..
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Changing location off CSS and js File..
#10360
Changing location off CSS and js File.. 13 Years, 3 Months ago Karma: 0
Before I screw everything up, I want to know if the whole plugin would work if I combine the css files and js to one on my joomla site to better optimize the performance. I am actually trying to use the "cssjscompression" plugin and when I enable the js files go missing. (well don't show up on the page). I want to put my whole site's css/js files in the same few files to cut down on the http requests.

So where in each the "ARI Ext Menu" and the "ARI image slider" modules would I change the path? I was going to change it in just the "mod_name.php" file they each have but there are so many other files I don't if it would work. Or is there another way to fix my original problem?

I have on more question, the menu at:

www.ledlightinginc.com/jgregory_new/

is giving me a problem. If you are clicked down on "Home" then hover over "Products" and move your mouse down on a different link. The Title of that parent link disappears, well its still there but its just blue and not white how I have my active and hover links.

I appreciate your help in advance guys.

-jack
The administrator has disabled public write access.
 
#10362
Re:Changing location off CSS and js File.. 13 Years, 3 Months ago Karma: 748
Hello,

Add the following CSS rule to "CSS Styles" parameter in module settings or to site template CSS file that fix the problem with menu module:

Code:


.ux-menu-container UL.ux-menu LI A.ux-menu-link-hover
{
 color: #FFF;
}



About optimization javascript and CSS files loading, it depends on extension which you want to use for this purpose. Can it combine these files correctly or not. One problem can occur if it can't handle external javascript files correctly ("ARI Image Slider" loads jQuery library through Google CDN). "ARI Image Slider" includes all necessary files from this file:

<joomla_directory>\modules\mod_ariimageslider\mod_ariimageslider\kernel\ImageSlider\class.ImageSlider.php

"ARI Ext Menu" from this file:

<joomla_directory>\modules\mod_ariextmenu\mod_ariextmenu\kernel\ExtMenu\class.ExtMenu.php

Regards,
ARI Soft

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1