S3Bubble OTT Streaming

shape
shape
shape
shape
shape
shape
shape
shape

S3Bubble Support Forums

To stay up to date with the latest S3Bubble updates and tutorials please make sure you sign up to our YouTube Channel.

home Forums General Questions & Bugs jquery document ready doesn't works

Viewing 2 reply threads
  • Author
    Posts
    • #32364
      christianmilano
      Participant

      Hi, I need to remove some elements on my blog page but jquery doesn’t work. console.log() works but non of the functions does.
      Some suggestions? I need to remove/translate some elements. Using WPML doesn’t make me translate categories!

      Thank you

    • #32379
      s3bubble
      Keymaster

      Hi christianmilano,

      Are you wrapping it like this.

      jQuery(document).ready(function( $ ) {
      	
      	// $ Works! You can test it with next line if you like
      	// console.log($);
      	
      });
    • #32380
      christianmilano
      Participant

      Hi, yes like I say console.log() works but doesn’t works something like $(“.myclass”).remove(); or other functions. I tried also using a plugin to put the js on the footer and make my functions start on document ready but looks like js goes when the page is not full loaded

Viewing 2 reply threads
  • The forum ‘General Questions & Bugs’ is closed to new topics and replies.