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?
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.
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
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?
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
});