coding-redifined
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Easy Modal] Conflict with my themeOh, and the tags started working, for some reason. Probably an error on my side.
Forum: Plugins
In reply to: [Easy Modal] Conflict with my themeThanks that fixed it!
Forum: Plugins
In reply to: [Easy Modal] Conflict with my themeAlso… none of the tags are working accross my site.
A tags, button tags, img tags… they show up but nothing happens when clicked.
Forum: Reviews
In reply to: [Google Doc Embedder] GDE Bandwidth ProblemsNo I have not used it in local host yet. I’m curious, what would that change?
Forum: Themes and Templates
In reply to: my bootstrap js is not recognized by the themeI am having the same issue, I followed your steps, but I just can’t get my jquery to work with my page elements. I took the jquery call out of the footer, I put the wp jquery call into the header: ‘
wp_enqueue_script( 'jquery' );like so.
Then I got rid of any static references to jquery in my header as well. This is what my functions.php looks like:
wp_register_script( 'custom-script', get_template_directory_uri() . '/bootstrap/js/bootstrap.min.js', array( 'jquery' ) ); wp_register_script( 'custom-script', get_template_directory_uri() . '/bootstrap/js/scripts.js', array( 'jquery' ) ); wp_register_script( 'custom-script', get_template_directory_uri() . '/bootstrap/js/masonry.pkgd.min.js', array( 'jquery' ) ); // For either a plugin or a theme, you can then enqueue the script: wp_enqueue_script( 'custom-script' ); } add_action( 'wp_enqueue_scripts', 'wpbootstrap_scripts_with_jquery' );any ideas?
Viewing 5 replies - 1 through 5 (of 5 total)