HelloImChase
Forum Replies Created
-
Wow, one setting in Maintenance disabled and now your plugin works.
Thanks for the help!
Yeah, It was my first time ever rating a plugin badly, I shouldn’t have done it. I was just frustrated about none of these plugins working correctly (I tried three, should have realized it was on my end).
I just ran some standard troubleshooting and found out your plugin is incompatible with Maintenance by fruitfulcode (https://www.ads-software.com/plugins/maintenance/). When Maintenance is activated, the toolbar won’t go away with your plugin except for the admin group, weird.
Anyway you can patch that?
EDIT: Fixed bad review.
- This reply was modified 8 years ago by HelloImChase.
I wish I could remove the one star review, as I feel bad about it – but I tried everything to get this plugin to work, it only ever removed the front end toolbar for the Admin group, none of the others unfortunately.
I suppose it could be conflicting with another plugin of mine
Forum: Plugins
In reply to: [Admin Custom Login] Anyway to add a “Register” link to the login page?There is one, I’m blind.
Forum: Fixing WordPress
In reply to: Tons of HTTP requests to strange domains..Going to make this post as resolved now, forgot to in the previous post.
Thank you again for the help.
Forum: Fixing WordPress
In reply to: Tons of HTTP requests to strange domains..I believe you’re right, it just seemed like an inordinately large amount of requests. Turns out the links were part of a Christmas ad. Thank you for your help.. thought I was infected!
Forum: Fixing WordPress
In reply to: Can't click inside "New post" box or edit old posts.After using Chrome Inspect I found a networking issue on my end was blocking certain parts of the website.. issue is resolved..
Forum: Fixing WordPress
In reply to: Can't click inside "New post" box or edit old posts.This is definitely a JavaScript or jQuery problem, as the left side menu won’t display hover options when hovering over them anymore either. Also, I cannot click the tabs on a plugins “options” page (or whatever you would call it). UpdraftPlus also states “Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site”. I am at a loss of what to do, I don’t have a previous database backup because of InnoDB issues.
Forum: Fixing WordPress
In reply to: Limit sidebar lengthMarking as resolved.
Forum: Fixing WordPress
In reply to: Limit sidebar lengthThank You! =)
Forum: Fixing WordPress
In reply to: Limit sidebar lengthYES! I want to change it to height:auto! But HOW, I know how to use inspect element, how do I ACTUALLY change it so it stays that way? Do you understand?
Yes, I would LOVE if it was height:auto always, not just using inspect element until you refresh the page. Where do I edit that?
Thank you =)
Forum: Fixing WordPress
In reply to: Limit sidebar lengthI sent it to you, through your website, as I don’t want it public.
Forum: Fixing WordPress
In reply to: Limit sidebar lengthAdding this:
sidebar_main .sidebar_increase {
height: 100%;
overflow: hidden;
}To CUSTOM CSS, fixes it EXCEPT when you reload the page. It will stay fixed if you browse the website, but if you ever push F5 or simply reload, the sidebar becomes really large again.
I am not the developer of this theme, i am just trying to fix this issue that only happens when the sidebar has widgets in it. If I could simply find where this:
<div class=”sidebar_increase theme_article” style=”height:1958px”></div>
Is located, in what php file etc, I could fix this. But I have no idea where it is..
Forum: Fixing WordPress
In reply to: Limit sidebar lengthIf I could just change this:
<div class=”sidebar_increase theme_article” style=”height:1958px”></div>To this:
<div class=”sidebar_increase theme_article” style=”height:100%”></div>It would be perfect. Thanks!