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?

Background Color Override
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Background Color Override
#15477
Re:Background Color Override 12 Years, 10 Months ago Karma: 0
Is it possible to set delay parameters and remote url page on the front end, to override the module?
Last Edit: 2011/05/31 16:54 By alexmartin.
The administrator has disabled public write access.
 
#15489
Re:Background Color Override 12 Years, 10 Months ago Karma: 747
Could you explain where do you want to change the parameter?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15524
Re:Background Color Override 12 Years, 10 Months ago Karma: 0
My challenge is to provide front end users with capacities of Module and Plugin to be able to Pop Up

How users of my site should be able to adjusts module parameters : autoShow delay, On Exit, Remote content page, Inline content, pop up window width/height

Is it possible with plugin? Or with a module?

I believe your software is capable to adjust all params by front end users.

I need to know how to provide them instructions with examples.
The administrator has disabled public write access.
 
#15525
Re:Background Color Override 12 Years, 10 Months ago Karma: 747
Sorry, but Joomla! doesn't provide ability to change module or plugin settings on frontend.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15526
Re:Background Color Override 12 Years, 10 Months ago Karma: 0
May be i missinformed you. I do not need to modify module settings. I need tio be able to override with plugin,
so i need to know how to use Plugin for autoSshow Delay, On exit, parameters with plagin.
The administrator has disabled public write access.
 
#15538
Re:Background Color Override 12 Years, 10 Months ago Karma: 747
If you mean "System - ARI Sexy Lightbox Anywhere" plugin, use the next code:

1. Auto-show lightbox on page load with delay 5 sec:

Code:


{arisexylightbox activeType="icontent" width="300" height="300" autoShowDelay="5" autoShow="1" link=""}
Test content
{/arisexylightbox}



2. Auto-show lightbox on page load only once with delay 15 sec:

Code:


{arisexylightbox activeType="icontent" width="300" height="300" unique="lightbox1" autoShowDelay="15" autoShow="first" link=""}
Test content
{/arisexylightbox}



3. Auto-show lightbox when a pge is leaving:

Code:


{arisexylightbox activeType="icontent" width="300" height="300" showOnClose="1" link=""}
Test content
{/arisexylightbox}



PS: "unique" attribute - unique key, this parameter is required only if you set 'autoShow' or 'showOnClose' parameter to 'first'.

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