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

Slideshow on home page shadow on Text

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
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.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 10 months ago - 10 years 10 months ago #137487 by Krikor Boghossian
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:
(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
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
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.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 10 months ago #137489 by Krikor Boghossian
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?

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
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 10 months ago #137490 by Krikor Boghossian
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
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
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
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
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
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
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.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 10 months ago #137494 by Krikor Boghossian
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?

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
  • Mladjan Crkvenjas's Avatar
  • Offline
  • Junior Member
More
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 :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum