Homepage loads many unnecessary jquery-ui files

I can not explain this but this seems to be solved. Using Autoptimize already but now aggregating javascript in stead of minify did the job. I could not do this before because it made Contact Form 7 fail to redirect to a “thank you” page after sending a form. With the help of the author … Read more

Bootstrap Carousel Slider – CSS & JS not working

Try changing this: // Registering Bootstrap style wp_enqueue_style( ‘bootstrap_min’, get_stylesheet_directory_uri().’/css/bootstrap.min.css’ ); To this: // Registering Bootstrap style wp_enqueue_style( ‘bootstrap_min’, get_template_directory_uri() .’/css/bootstrap.min.css’ );

How to make JQuery load on top of head tag before everything

The function wp_register_script has a parameter called $in_footer. Setting this to false will add the script to the head. wp_register_script( string $handle, string|bool $src, array $deps = array(), string|bool|null $ver = false, bool $in_footer = false ) In addition, if you deregister jquery, you can manually add the script in your head above wp_head(). This … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)