Jonathan Goldford
Forum Replies Created
-
I would definitely recommend copying and pasting the footer.php file to your theme folder. It likely won’t contain much CSS and should get you much closer to what you had before.
Forum: Fixing WordPress
In reply to: Unable to update/install anythingIt sounds like you’re dealing with a permissions issue with WordPress files. This likely has to do with your hosting. You can read more about file permissions at http://codex.wordpress.org/Changing_File_Permissions.
It’s a little technical, but I’d recommend learning what you can then reaching out to your hosting company for help. They’ll be able to adjust the permissions and file ownership for you.
Last, it will also be helpful to search on Google for something like “wordpress have to enter ftp credentials”. I was able to find a ton of other people dealing with the same issue.
Good luck.
Jonathan
I totally agree with WPyogi here. If you don’t know whether you have a backup, it’s probably worth calling your hosting company and asking if a backup is available. I would also do it sooner, rather than later, since backups are typically only held for a short period of time.
Also, just like WPyogi said, if you purchased a theme you can probably find the original theme files on the site you bought it from and can copy over the footer.php file.
Good luck.
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] Board Members that can be content contributorsHi Eric,
Thanks a lot for reaching out about the plugin. When you talk about contributing content, are you referring to content that would live on the front-end of your website, or content that would be private to only board members?
Right now there are only two roles in WordPress that can use the board management system. Board members, who don’t have permissions to work with the website’s content at all outside the board management tool, and administrators, who obviously have access to everything within the WordPress system.
In regards to sharing information privately with the board, the Board Resources section of the plugin is going to be your best bet. That said, if you’re looking for a project management tool, it might be worth checking out Asana or Basecamp.
I hope that helps. Let me know if you have any other questions.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Gravity Forms Constant Contact] Upgrade to GF v1.7?I’ve tested it briefly and it does produce a substantial number of errors. I think it may still work with WordPress debugging turned off, but I don’t think its been updated for the newest version of Gravity Forms.
@zach Katz, is there an update on the way for this?
Thanks.
Forum: Plugins
In reply to: [Stealth Login Page] Is Redirection Actually Working In v4.0 ?Thanks Jesse. You did an awesome job with the plugin. I think people are just frustrated because the simplicity of v3 of the plugin worked so well and required minimal effort on their part. I’m looking forward to seeing the next iteration.
Jonathan
Forum: Plugins
In reply to: [Stealth Login Page] Is Redirection Actually Working In v4.0 ?Thanks Jesse. As far as I can see you can’t actually clear out the auth field because when you try to save you get a js validation error. Am I missing something there?
I went ahead and downgraded our sites to 3.0.
Thanks for the quick response.
Jonathan
Forum: Plugins
In reply to: [Stealth Login Page] Is Redirection Actually Working In v4.0 ?I am also seeing this issue. When I enter a legitimate username with a bad password and bad auth code I don’t get redirected. I actually just get an incorrect username and password message. Is this how it’s supposed to work?
Thanks a lot.
Forum: Plugins
In reply to: [Stealth Login Page] Why the change? 4.0I also very much liked the method utilized in version 3.0 because it didn’t load the page at all. We’re concerned about the security aspect, but more than anything the page requests were hurting our server performance.
It would be great if people had the option to choose which method to use.
Thanks again for the plugin. We love it.
Jonathan
Forum: Plugins
In reply to: [Simple Razoo Donations] Wrap text around widgetHi Nick,
I took a look at “/wp-content/themes/debut/style.css” for your website and I don’t see those CSS lines in there. Do you have a caching plugin installed? If so, you may need to clear it. I would also make sure the file you edit is the one I listed above.
Let me know how it goes.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Simple Razoo Donations] Wrap text around widgetIn your css file (almost always named style.css) of your theme you can add the following code:
#razoo_donation_widget { width: 300px; float: right; }It’s worth noting that this will make the donation widget move to the right side with wrapping text on every page, not just that single page.
Let me know how it goes. Good luck.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Simple Razoo Donations] Wrap text around widgetHi @nick_pope,
You could do this by utilizing some custom markup and CSS. Do you have any experience with HTML and CSS? If not, feel free to send me over a link to the website and what it looks like. I’ll take a look and try to help you figure it out.
Jonathan
Wired ImpactForum: Reviews
In reply to: [Stealth Login Page] Brilliant Idea!That’s great. Congratulations on the success.
Forum: Reviews
In reply to: [Stealth Login Page] Brilliant Idea!That’s awesome Jesse. If this works well we most likely will push it out to all of our clients as well. As of now it really hurts our server performance.
Forum: Fixing WordPress
In reply to: Custom permalinks not workingThat’s great to hear Fabian. Can you tell us what worked in guess others have this problem in the future?
Jonathan