nhdriver4
Forum Replies Created
-
Forum: Plugins
In reply to: recommend mp3 player?Wretchederin, check out PodPress
Forum: Plugins
In reply to: Specify target SPANs?I’m also loving this plug. Works as stated. A++
Forum: Fixing WordPress
In reply to: Error: UNDEFINED QUERYI went to your site, and also saw the error in my console. The error is from jQuery. It’s a javascript library. If your not sure what the heck it does, then it’s probably not supposed to be there, and might be left over from a modified template? Anyways, open the header.php file of your template, and try to find jQuery.noConflict(); Add a /* before it and a */ after it, so it looks like this: /* jQuery.noConflict(); */
That will comment it out. Test your site and make sure nothing is broken. If everything works, than it’s fixed!
Forum: Fixing WordPress
In reply to: My Users are not receiving confirmation email while registerHello FieriCom,
https://codex.www.ads-software.com/WordPress_in_Your_Language will help you with your language question.
As for your email problem, did you receive an email yourself when you first setup WordPress? If not, then your host may not use sendmail or similar. Try this link here: https://codex.www.ads-software.com/FAQ_Troubleshooting#E-mailed_passwords_are_not_being_received
Forum: Fixing WordPress
In reply to: Restoring a backup – do you lose more recent posts?If you only deleted files, and nothing in your database, your posts will not be gone. Just restore the files, and you’ll probably be just fine.
And stop deleting things, it’s bad for the environment! ??
Forum: Plugins
In reply to: Can’t see plugin after uploading files to wp-content/pluginsYou need to be sure that WordPress is able to read the file that’s there. There are 3 basic settings for a file on a web server. Read, Write, and Execute. In your web control panel, see if there is a way to allow read access to the files.
P.S. I would recommend learning how to use FTP vs the web control panel. It’s a lot more simpler once you understand how it works. Here’s a ftp beginners guide, and here’s the client I would recommend. Once you get it setup, you will find file tasks MUCH easier, and the link that Kafkaesqui posted above will make much more sense. You can find your ftp settings for your host in your control panel, or ask them for help setting up ftp.
Forum: Plugins
In reply to: bbpress helpIf there’s a better place to ask for support, please direct me. I noticed that this is an extremely helpfull community, and hoped that someone here might have ran into the same problem.
Forum: Plugins
In reply to: Coppermine into 1.5 Kubric..I was able to pull thumbnails into my wordpress pages via free script called Coppermine Fetch. Check it out: https://krankkillers.com
https://www.fistfullofcode.com/projects/copperminefetch is the website for Coppermine Fetch.
This will not intergrate users, and levels, but it might be a start.