- Posts: 98
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Slideshow on home page shadow on Text
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Slideshow on home page shadow on Text
- emperor
- Topic Author
- Offline
- Premium Member
Less
More
10 years 10 months ago #137486
by emperor
Slideshow on home page shadow on Text was created by emperor
Hi there,
In your demo, and in my live site the text 'title' etc, is creating a "shadow" until all the images are load.
Seems to be an error to the positioning of the java script.
How can i fix this?
Thanks.
In your demo, and in my live site the text 'title' etc, is creating a "shadow" until all the images are load.
Seems to be an error to the positioning of the java script.
How can i fix this?
Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago - 10 years 10 months ago #137487
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Slideshow on home page shadow on Text
This is a really helpful snippet. You can use it almost every site:
You can place this in your custom.js file.
This will add a body class once the page has been loaded. This will give you more control over your layout.
Now for the css part.
(function($) {
$(window).load(function() {
$("body").addClass("window-loaded");
});
}(jQuery));
You can place this in your custom.js file.
This will add a body class once the page has been loaded. This will give you more control over your layout.
Now for the css part.
.contentSlideshow .itemsWrapper .textWrapper { visibility: hidden; }
.window-loaded .contentSlideshow .itemsWrapper .textWrapper { visibility: visible; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- emperor
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 98
10 years 10 months ago #137488
by emperor
Replied by emperor on topic Slideshow on home page shadow on Text
Krikor thanks for your reply.
Unfortunately this didn't change something, still I have for 2 seconds the problem and then I'm loosing completely the text on the slideshow.
Unfortunately this didn't change something, still I have for 2 seconds the problem and then I'm loosing completely the text on the slideshow.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #137489
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Slideshow on home page shadow on Text
Which site did you use it on?
Can you send me a link?
Can you send me a link?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #137490
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Slideshow on home page shadow on Text
Can you replace the snippet (I mad a small correction)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- emperor
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 98
10 years 10 months ago #137491
by emperor
Replied by emperor on topic Slideshow on home page shadow on Text
What is the snippet? I don't understand sorry.
Please Log in or Create an account to join the conversation.
- emperor
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 98
10 years 10 months ago #137492
by emperor
Replied by emperor on topic Slideshow on home page shadow on Text
Hold on, I understand the js.
Please Log in or Create an account to join the conversation.
- emperor
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 98
10 years 10 months ago #137493
by emperor
Replied by emperor on topic Slideshow on home page shadow on Text
Perfect, Thanks Krikor!
PS: I didn't find the time to check on the email problem. I will until this weekend.
PS: I didn't find the time to check on the email problem. I will until this weekend.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #137494
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Slideshow on home page shadow on Text
You 're welcome.
Have you checked your firewall settings? Eg. Are the 567, 465 and 25 ports open?
Have you checked your firewall settings? Eg. Are the 567, 465 and 25 ports open?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mladjan Crkvenjas
- Offline
- Junior Member
Less
More
- Posts: 31
10 years 7 months ago #137495
by Mladjan Crkvenjas
Replied by Mladjan Crkvenjas on topic Slideshow on home page shadow on Text
Please can you explain step by step what to do?
Thank you :)
Thank you :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Slideshow on home page shadow on Text