freddy mcbob
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] ImpossibleDownload a plugin called “Disable Gutenberg.” Best plugin available right now. At least the developers of Gutenberg managed to allow other devs a shot at making proper plugins, if only to disable their own.
please tell me if this worked for you! if it didn’t than reply your footer.php here and i will try to see the problem and reply you the solution. Good Luck!
Yeshourun.
You could check out my social network at: torahbook.org
or check out the main page @ torahbook.org/main (just scroll down to footer)i know the solution! it’s very simple really. All what you have to do is go to your wordpress root directory > click wp-content > click plugins > click buddypress > click bp-themes > click bp-default > click footer.php and you should get a code somewhere in their saying: Proudly Powered By Buddypress and WordPress, just change the words, and the links, and viola! you’re done! this is what i have:
(This is the footer for it. I just modified it.</div> <!-- #container --> <?php do_action( 'bp_after_container' ); ?> <?php do_action( 'bp_before_footer' ); ?> <div id="footer"> <?php if ( is_active_sidebar( 'first-footer-widget-area' ) || is_active_sidebar( 'second-footer-widget-area' ) || is_active_sidebar( 'third-footer-widget-area' ) || is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?> <div id="footer-widgets"> <?php get_sidebar( 'footer' ); ?> </div> <?php endif; ?> <div id="site-generator" role="contentinfo"> <?php do_action( 'bp_dtheme_credits' ); ?> <p><?php printf( __( 'Copyright <a href="%1$s">Example</a> 2012, All Rights Reserved. <a href="%2$s"></a>', 'buddypress' ), 'https://example.com', '' ); ?></p> </div> <?php do_action( 'bp_footer' ); ?> </div><!-- #footer --> <?php do_action( 'bp_after_footer' ); ?> <?php wp_footer(); ?> </body> </html>
Forum: Fixing WordPress
In reply to: Can't get the wp-login/wp-admin runningThanks!
Forum: Fixing WordPress
In reply to: Can't get the wp-login/wp-admin runningIf I could’ve whent into the admin and change the links I would have. But thats my problem. I can’t.
Forum: Fixing WordPress
In reply to: Can't get the wp-login/wp-admin runningI told you, I can’t get to the admin panel.