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?

ari slider loading problem
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ari slider loading problem
#55193
Re:ari slider loading problem 8 Years, 8 Months ago Karma: 0
how can I fix it? I use joomla startup template
thanks
The administrator has disabled public write access.
 
#55194
Re:ari slider loading problem 8 Years, 8 Months ago Karma: 746
Check settings in your template.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55195
Re:ari slider loading problem 8 Years, 8 Months ago Karma: 0
I have this code in my head.php file

/ include JavaScript

$this->API->addJSFragment("\n".' $GKMenu = { height:'.($this->API->get('menu_height','0') == 1 ? 'true' : 'false') .', width:'.($this->API->get('menu_width','0') == 1 ? 'true' : 'false') .', duration: '.($this->API->get('menu_duration', '500')).' };');

$this->API->addJS($this->API->URLtemplate() . '/js/gk.menu.js');
$this->API->addJSFragment( "\n".'$GK_TMPL_URL = "' . $this->API->URLtemplate() . '";'."\n" );
$this->API->addJSFragment( "\n".'$GK_URL = "' . $this->API->URLbase() . '";'."\n" );

if($this->API->get("css_prefixer", '0')) {
$this->API->addJS($this->API->URLtemplate() . '/js/prefixfree.js');
}

if($this->API->get('css_compression', '0') == 1 || $this->API->get('css_cache', '0') == 1) {
$this->cache->registerCache();
}

if($this->API->get('js_compression', '0') == 1 ) {
$this->cache->registerJSCompression();
}
The administrator has disabled public write access.
 
#55196
Re:ari slider loading problem 8 Years, 8 Months ago Karma: 746
Open template settings page and disable cache (optimizing) of javascript files. You can contact site template developers for more details.

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