Skip to content

ubuntu|dog

Knowledge is power

  • Home
  • Ubuntu
  • OpenCart
  • Coding
    • PHP
    • JavaScript
    • HTML
    • CSS
  • Design
    • Photoshop
  • Links

Disable sf-menu (superfish dropdown menu) for Thematic theme

December 20, 2022November 24, 2019 by dean

Just put the code below at the bottom of your functions.php file:

Code:

// Filter away the default scripts loaded with Thematic
function childtheme_head_scripts() {
// Abscence makes the heart grow fonder
}
add_filter(‘thematic_head_scripts’,’childtheme_head_scripts’);
Categories WordPress
How to remove front page title for Thematic theme in WordPress?
ext3-fs: error loading journal

Recent Posts

  • Generate API Reference documentation
  • Enable HTTP/2 in Apache on Ubuntu
  • Chroot VSFTPD user on a webserver and change port of VSFTPD
  • Password protect directories / folders with nginx
  • How to install PHP opcache

Categories

  • General
  • GPS Tracking
  • HTML
  • JavaScript
  • Linux
  • Mac
  • MySQL
  • Nginx
  • OpenCart
  • PHP
  • Ubuntu
  • WordPress
© 2023 ubuntu|dog • Built with GeneratePress