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 pulls in template background
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Lightbox pulls in template background
#22635
Lightbox pulls in template background 12 Years, 4 Months ago Karma: 0
I assume Im missing something obvious but I have played with all of the settings I can think of and when I click to open a lighbox, it pulls in my templates background image and pushes the article Im trying to display down. A sample of this can be seen at:

Page Example

If you click the "Read More" you will see what I am referring to.

Im assuming this may be a CSS issue so any advice on what I can try changing would be appreciated.

Thank you!
The administrator has disabled public write access.
 
#22638
Re:Lightbox pulls in template background 12 Years, 4 Months ago Karma: 747
Hello,

Could you provide a screenshot where we can see described problem? You can provide it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22644
Re:Lightbox pulls in template background 12 Years, 4 Months ago Karma: 0
Thanks, I just emailed this to you. Let me know if you need anything else.
The administrator has disabled public write access.
 
#22646
Re:Lightbox pulls in template background 12 Years, 4 Months ago Karma: 747
Background image is shown because your site template is design in that way. It shows this image in component view mode (mode when a site template shows only component content without header, footer and etc.). Add the next code before </head> tag to <joomla_directory>/templates/gk_quay/component.php file to remove the image:

Code:


<style type="text/css">
body div#gk_mainbody
{
 margin-top: 0;
 background-image: none;
}
</style>



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