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?

Lightbox renders poorly
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Lightbox renders poorly
#39732
Lightbox renders poorly 11 Years ago Karma: 0
ARI,

I am using the module from sexy lightbox and get the rendering in the attached pictures. The right side is missing some border.

My first rendering is of a flash (.swf) file sized 800 wide and 200 high. I set the module to be 914 by 230. But the top and bottom "bars" have code that makes them longer (width: 928px):

element.style {
position: absolute;
width: 928px;
z-index: 32002;
background-image: none;
overflow: hidden;
background-position: initial initial;
background-repeat: initial initial;
}

Making it 914 shrinks the width to the right width for both bars but the SLB-Background width at 914 needs to be 907 to line up the right side. But making these adjustments "un-centers" the lightbox.

See joomla.jlnarducci.com for this problem.

The Article image is just to show that it occurs with a different type and the problem occurs with an iPad and it occurs on the laptop with Chrome (primary) Safari, Firefox and IE10.

Let me know if you need more info.

Jonathan
Last Edit: 2013/04/15 17:22 By Jonathanne.
The administrator has disabled public write access.
 
#39733
Re:Lightbox renders poorly 11 Years ago Karma: 0
ARI

Here is the flash image


Jonathan
The administrator has disabled public write access.
 
#39734
Re:Lightbox renders poorly 11 Years ago Karma: 0
Sorry, image too wide. Here it is I hope.



Jonathan
The administrator has disabled public write access.
 
#39740
Re:Lightbox renders poorly 11 Years ago Karma: 747
Hello,

Do you use "ARI Sexy Lightbox" module, "ARI Sexy Lightbox Anywhere" or "ARI Sexy Lightbox" plugin?

Embed SWF file, not inline content into the lightbox. Documentation is available here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39742
Re:Lightbox renders poorly 11 Years ago Karma: 0
Ari,

I'm using the Ari SLB Module.

I created a custom html module called "Test." I put the following code in the custom html option:

<div style="text-align: center;">
<div>
<object style="padding-bottom: 0px; display: inline; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;" data="Mydirectory/Project4.swf" type="application/x-shockwave-flash" height="200px" width="800px">
<param name="wmode" value="transparent" />
<param name="movie" value="Mydirectory/Project4.swf" />
</object>
</div>
</div>

which points to a swf file. Published the custom html module to a non-template position called "quizlocation."

Then I created a ARI SLB module published to "grid1" location which is a valid template position. I choose type "Module." Choose sizes mentioned before. Choose "Test" as the module to be displayed in the lightbox. Choose "Pop Up Quiz" as the link text.

Works fine except for the rendering.

Not using inline content option.

What's wrong? What part of the documentation?

Jonathan
Last Edit: 2013/04/15 22:06 By Jonathanne.
The administrator has disabled public write access.
 
#39756
Re:Lightbox renders poorly 11 Years ago Karma: 747
Set "Choose source type" parameter to "Remote content" and set "Remote content -> URL" parameter to the following value:


Mydirectory/Project4.swf


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