Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Nav buttons & image appearing on their own--WHY?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Nav buttons & image appearing on their own--WHY?
#19456
Nav buttons & image appearing on their own--WHY? 13 Years, 3 Months ago Karma: 0
I have ARI Sexy Lightbox Lite in Joomla 1.6. In an Article, I have inserted the code for two images that when clicked open a lightbox with inline HTML. It works great, but also creates this third image (a duplicate of the first) that opens to a blank lightbox titled "Sample Content." In addition, these nav buttons are generated within the article...these buttons take me back and forth between the images I put in and the "Sample Content" image. I do not know how this is happening since the only code I put in is as follows:

<div id="DeckStain" style="display: none;">
<p style="background-color: green;">text</p>
</div>
<p><a href="#TB_inline?height=125&amp;width=500&amp;inlineId=DeckStain" title="Title" rel="sexylightbox"> <img src="images/deck_stain.jpg" border="0" /> </a></p>
<div id="FenceStain" style="display: none;">
<p style="background-color: green;">text</p>
</div>
<p><a href="#TB_inline?height=125&amp;width=500&amp;inlineId=FenceStain" title="Title" rel="sexylightbox"> <img src="images/stain_semi_fence.jpg" border="0" /> </a></p>

The page I'm referring to is here: southtexasfenceanddeckrestoration.com/products.html

I do not want the third image nor the nav buttons. I just want a simple Article page with two images. Please advise.

THANK YOU!
The administrator has disabled public write access.
 
#19468
Re:Nav buttons & image appearing on their own--WHY? 13 Years, 3 Months ago Karma: 760
Hello,

Could you specify what image you mean and could you provide a screenshot where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19662
Re:Nav buttons & image appearing on their own--WHY? 13 Years, 3 Months ago Karma: 0
Hello,

Due to issues uploading an appropriate file, I cannot provide screen shots.

The image that I want to get rid of is the "Deck Stain" image. If visitors click on the Deck Stain image, it opens an empty lightbox titled "Sample Data."

southtexasfenceanddeckrestoration.com/products/78-products/82-transparent-deck-stain.html

Thank you!
Last Edit: 2011/09/15 03:43 By myinterwebz.
The administrator has disabled public write access.
 
#19665
Re:Nav buttons & image appearing on their own--WHY? 13 Years, 3 Months ago Karma: 760
The lightbox is not empty, according to site template styles loaded content have white text color. Add the next CSS rule to a site template file to change text color:

Code:


#SLB-Image
{
 color: #000;
}



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