9 years ago
5
Topic

Hi, i am using seblod articles to create the homepage of my website. In some of the articles i use the code for a jQuery carousel. But the code is not working when its in a seblod article. If i add the code just to the template then its working (exact same code but not in seblod article)... do you have any idea why this is not working? 

Thanks for your help

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
1
Level 1

Hi,

where are you adding this script? You can use js code field from code pack http://www.seblod.com/products/1854 to enter js on a page.

9 years ago
0
Level 2

Hi, i bought this but its not working. I am using a jQuery slider script at the end of the body. But this script cant access the ul list in the article to make it interactive. I also put the code inside a js field of this plugin but this just ads the code to the head and the slider ist still not working.

4229 Posts
Kadministrator
9 years ago
2
Level 1

Hi,

yes, js field adds code to the head, but ofcourse you need to add correct code yourself. If you need a developer to help you with that, you can use our support service

http://www.seblod.com/enterprise/support

9 years ago
1
Level 2

Hi, my script ist working normally. Its just not working if tag which my jQuery script targets is in a seblod article field (text). Do i need some specific?

4229 Posts
Kadministrator
9 years ago
0
Level 3

Hi,

this field wraps code in on document ready event, so in case your script already has that wrapper you would need to remove it, code to remove usually looks like this

jQuery( document ).ready(function() {

==>USE JUST THIS CODE THAT IS INSIDE BRACKETS

});
Get a Book for SEBLOD