Andrew Mills
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to hide blog titleYou’re welcome. Glad to hear that worked. When you have a moment, could you mark this topic as resolved?
Forum: Fixing WordPress
In reply to: Can't Login – Changed URL AddressesJust following up to see if you needed assistance. Any luck with the phpMyAdmin approach?
Forum: Fixing WordPress
In reply to: how can I access my site my typing the domain name only ?It is possible to run WordPress from within its own folder, but make it look as though it is running from the root of the website. This article from the WordPress Codex can help you do that:
https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: can't login @ admin sign in windowWhen it fails to log in, does the screen do the side-to-side jog that you’d normally get for a bad password? Or does it just simply reload the login screen without any other action?
Forum: Fixing WordPress
In reply to: Cant add my feed in FeedBurnerLet’s take a closer look at Line #115. It reads:
<title>La France juge « très positivement » le r?le du Maroc dans la crise au Mali</title>
Column 71 appears to be: ?
Can you edit the title to replace the ? character with this ô instead? (Similar to what has already been done with the non-breaking spaces and the angled quotation marks)
Forum: Fixing WordPress
In reply to: Can't Login – Changed URL AddressesYou could log into Bluehost’s cPanel, and *very carefully* use the phpMyAdmin database tool to find those two fields in the wp_options table of your database, and then change only those two fields back to their original values. Just don’t alter any other values, obviously.
Forum: Fixing WordPress
In reply to: .htaccess helpI’m not completely certain I am understanding your question correctly, but it sounds like you are trying to run WordPress from its own subdirectory. If so, this WordPress Codex link might be of some help:
https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
Forum: Themes and Templates
In reply to: how to hide blog titleHi, Tony
If you’re going to use CSS to hide it, you might try something like this to keep that item from being displayed:
.description { display: none; }
Or you might try simply hiding it, like so:
.description { visibility: hidden; }
I know they might seem like the same thing, but they aren’t. You can read up on the implications of each approach here, if you like:
Forum: Networking WordPress
In reply to: Multisite, wp-config.php and WP_MEMORY_LIMITQuick update– turning off the internal cache on the Press Permit plugin seems to have helped resolve one of the symptoms I was trying to eliminate, so that’s some progress in the right direction.
I’ll see if/when I can do the process of elimination thing with plugins, but it’s a production box so timing’s a little tricky.
Forum: Networking WordPress
In reply to: Multisite, wp-config.php and WP_MEMORY_LIMITCurrently, the memory_limit in php.ini is set at 384M. And using phpinfo() in a test.php reflects the php.ini pretty closely when it is changed. It’s just WordPress that seems to be “stepping down” the memory. I guess there could be something in a plugin and/or theme that is doing this, but before I started digging into that, I figured I’d better ask here first– it’d be rather embarrassing to learn that Multisite did this by design and I just didn’t know, right?
Forum: Fixing WordPress
In reply to: Want help in Permalink linksHaven’t used it myself, but I have read good things about the redirection plugin. Might be a good idea to backup your entire site first, of course, just in case.
Forum: Plugins
In reply to: [Meteor Slides] Support for WP Multisite?> I regularly use Meteor Slides on Multisite and it works just fine
That’s great news. I’m looking forward to trying it out.
> I should make a note of that in the readme!
May I suggest the FAQ, too? That’s where I was looking, at least.
Forum: Themes and Templates
In reply to: [Path] Google fonts?>> As for the fonts, Andrew, the ones you list will do. But in order for them to work they must contain the Cyrillic subset. Otherwise they too won’t work.
According to Google Web Fonts filtering tool, Cuprum supports Cyrillic, and Ubuntu Condensed supports both Cyrillic and Cyrillic Extended. I also tried to match the thickness, slant and width of my choice with the Oswald font.
Forum: Themes and Templates
In reply to: [Path] Google fonts?How about Cuprum? or perhaps Ubuntu Condensed?
Forum: Localhost Installs
In reply to: can't restore db in phpmyadminBasically, there are four ways to do this. You’ve ruled out #1 and #3, so that leaves #2 and #4.
Since you are running on localhost, Option 2 might be “easiest.”