Heropass
Forum Replies Created
-
Forum: Plugins
In reply to: Was updating plugin and now my site is downI fixed the problem. Just deleted the plugin through FTP… but other problems happened and I fixed it as well.
Forum: Fixing WordPress
In reply to: Static page problemvtxyzzy, that did the trick. Crap, I didn’t search into functions.php good enough to see that line… thanks a bunch!
And thanks to everyone that spent anytime helping me to solve this problem.
Forum: Fixing WordPress
In reply to: Static page problemI have a blackon theme and I haven’t found any which helps me. The code is very different then the ones which come up in google search.
Forum: Themes and Templates
In reply to: How to get rid of default Home Page tab in menu?No luck then. It doesn’t work for me.
Forum: Themes and Templates
In reply to: How to get rid of default Home Page tab in menu?I tried adding it, but it didn’t do anything for me. Was there a specific place this code is supposed to go inside functions.php. I added this code to:
} if ( function_exists( 'wp_nav_menu' ) ){ if (function_exists('add_theme_support')) { add_theme_support('nav-menus'); add_action( 'init', 'register_my_menus' ); function register_my_menus() { register_nav_menus( array( 'top-links' => __( 'Top Links' ), 'main-menu' => __( 'Main Menu' ), 'footer-links' => __( 'Footer Links' ) ) ); } } }Could you show me where exactly I ought to paste this code?
Forum: Fixing WordPress
In reply to: My site is down….I just did, but nothing occurred, still the same problem.
Forum: Fixing WordPress
In reply to: My site is down….hmmmmmmmmmmmmm maybe I need to clear my cookies…
edit: that’s peculiar… why can’t I see my site then…
Forum: Fixing WordPress
In reply to: My site is down….http://automata-theatre.netau.net/
… I tried to open it in other browsers but no luck. It came back on in the morning and I tried to download music again and this same issue happened.