Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: where is the forum i added with a pluginBBPress support is here: https://bbpress.org/forums/
Forum: Fixing WordPress
In reply to: Categories Not Working After UpdateForum: Fixing WordPress
In reply to: Categories Not Working After UpdateWhat theme are you using? Where did you download it from? http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
Forum: Fixing WordPress
In reply to: How to Integrate CCBill, Verotel and Zombaio into S2member?That’s far too complex a question to ask in these forums. Everyone here is a volunteer, and no one is going to do such complex work for free. Try https://forums.wpsharks.com/c/s2member or pay for Pro version of the plugin and look into the integrations. Or, look for a reputable person on http://jobs.wordpress.net/ or http://directory.codepoet.com or http://upwork.com
Forum: Fixing WordPress
In reply to: Help With Menu HoveringWhat theme are you using? Where did you download it from? http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
Forum: Fixing WordPress
In reply to: Does Godaddy Shared Hosting Enough For Video Streaming on WordPress?Serving video is a purely server-side load; it really has nothing to do with WordPress. Besides that, there are far too many variables – the server, loads from other sites, quality of video, etc. – to ask “will it work?” Only thing anyone can offer is try it and see if it works for you, and if it doesn’t, ask GoDaddy.
Forum: Fixing WordPress
In reply to: max upload file size config error?If you feel that’s a bug, report it at https://core.trac.wordpress.org/
Forum: Fixing WordPress
In reply to: Random “Error Establishing A Database Connection” ErrorsIf that’s your own server, you need to look at the logs: mysql logs for crashes, raw logs for traffic spikes that could cause loads, etc. It’s really got little to do with WordPress at this point; it sounds like server admin. Nothing in WordPress is going to cause intermittent database connections unless it is a plugin running wild. Check your logs and php configs, MySQL configs, etc. If you have definite errors in logs, try http://serverfault.com/
Forum: Fixing WordPress
In reply to: Downloads over PHPYou could link to a page template that only contains the headers you need and a link to the file, as you don’t want those headers on the main page template.
You can also force download files via mimetypes in .htaccess.
Forum: Fixing WordPress
In reply to: How to center logo and banner at the same timeThat is a commercial theme not supported in these forums. These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
And, it is illegal to post a link for a copy of the theme, no matter that the theme company may be out of business. Link removed; don’t post it again.
Forum: Fixing WordPress
In reply to: Downloads over PHPOk, but PHP headers to show what? HTTP headers? Like:
header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Transfer-Encoding: binary'); header('Connection: Keep-Alive');You can do that with a page template.
Forum: Fixing WordPress
In reply to: Can’t delete themeUse FTP: see Filezilla and FTP Clients « WordPress Codex. Or use your web host’s file manager in your control panel.
Forum: Fixing WordPress
In reply to: Downloads over PHPWe don’t understand “downloads with headers”. PHP headers?
Forum: Fixing WordPress
In reply to: logged in as / log in/out removeWhat is the site URL? What theme are you using? I’m 99% sure that message “Logged in as Margaret. Log out? is only displayed to you, the logged in admin, and to no one else.
Forum: Fixing WordPress
In reply to: Understanding Side MenuIt’s going to be difficult if not impossible to help; we can’t see the theme code. I’d download a copy of twentytwelve and do a diff on the two folders. I’ve seen many dev companies to that; take a copy of a “twenty” theme and modify it. It can be a mess. See https://codex.wordpress.org/Theme_Development
- This reply was modified 9 years, 9 months ago by Mark Ratledge.