bbleaks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: AJAX / Javascript on Mobile siteAnyone? Please help ??
Forum: Fixing WordPress
In reply to: IE doesn't load my site! :(Ok, I got it down to 115 errors lol.
My site only half works in IE. My two sidebars to the right and my footer do not load in IE.
I cannot figure out what is causing this. Please help!
Forum: Fixing WordPress
In reply to: Avatar displayOh, sorry, I use the Mingle Plugin, it is a social networking tool.
Thanks!
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in usersWell, I ironically corrected it on my own lol
Here is the completed code with the comment box above the comments, with an additional check to see if user is logged in, otherwise must login to comment.
Check it here: https://wordpress.pastebin.com/EJcghXAW
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in users@alchymyth Yes, I have just fixed that now by moving the comment box below the comments, as it is originally. The comments disappeared when I did this.
However, is there a way to move the comment box above the comments so it is easier for people to comment. Rather than have to scroll all the way to the bottom.
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in usersSo, I kind of figured out the problem. However, it caused me to change a setting.
I originally had moved the comment box above the comments, which is why the comments were not showing up when not logged in. I did not like that you had to scroll all the way down past the comments to make a comment.
Is there a way to move the comment box above the comment list without it hiding the comments?
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in usersMay I please see your comments.php file? Maybe you have a setting different than mine?
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in usersOdd, I checked my settings and they are set to: Users must be registered and logged in to comment
However, if you goto any article on https://www.bbleaks.com that has comments, they don’t show up. I have no idea why.
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in usersRight, I have it set where only registered members can comment. However, this hides the comments to those who are not logged in.
How can I make it so the comments display whether you are logged in or not?
Thanks,
Forum: Fixing WordPress
In reply to: Show comments to unregistered or logged in usersNeed to clarify that I need to show comments to those who are NOT logged in or registered.
Thanks,
Forum: Fixing WordPress
In reply to: Please, please help: Entire right side of site drops down?!I seem to have fixed the sidebar problem, it was an issue with my comments.php file being out of whack. However, now IE is not displaying my site. Every other browser works, but not stupid IE. I have no idea what the problem may be ??
Forum: Fixing WordPress
In reply to: Please, please help: Entire right side of site drops down?!No one can help me please? ??
Forum: Fixing WordPress
In reply to: Comments login redirectThe above code is what I changed, but it doesn’t seem to be affecting the comments section. Please help!
Forum: Fixing WordPress
In reply to: Comments login redirectAnyone else have an idea? Please help ??
Here is the code:
'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="https://www.bbleaks.com/login">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
Forum: Fixing WordPress
In reply to: Comments login redirectI have a comments.php and a comments-template.php
I have changed the url, but it still links to https://bbleaks.com/wp-login.php?redirect_to=
Here is the snippet of code from the comments-template.php file, look for ‘You Must Be Logged In’:
[Code moderated as per the Forum Rules. Please use the pastebin]