okieman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: text formatting for church siteWe already have Tiny MCE Advanced plugin installed. I think I need to watch carefully while slshearts is adding content to a typical page. So I can see more clearly the problems that are arising.
Forum: Fixing WordPress
In reply to: text formatting for church siteI built the site slshearts is working on, and I encouraged her to use this forum. When we began a year ago, she noticed problems vertically spacing paragraphs, and other details of controlling the position of text and images. (She has extensive experience with layout software in an office setting.) First I overrode the defaults that were adding paragraph markup ea time she pressed the enter key. We now have normal line breaks. Beyond that, I showed her how to use graphics software to build a image that uses any fonts the designer has installed, then export as a PNG. She has expanded on that idea. Worked great, until we realized our Facebook page would choke when we posted using a link to our site. Below is a link to a page she built by dropping in content as one big PNG. It looks very good. But anyone who knows about Facebook can see why we have a dilemma. Again, she is in the office ea day building this content for us. I’m a helper.
Forum: Fixing WordPress
In reply to: Work-around for no log access? (HTTP errors)OK; I’ve been on another project and was slow responding.
Thank you, I’ll do so!
Forum: Fixing WordPress
In reply to: Work-around for no log access? (HTTP errors)Just tried that, and it was successful! (Oddly, another file that I thought had failed to upload last week was suddenly visible.)
Shall I interpret this as my media plugin misbehaving?
Or … “other” ?
Forum: Fixing WordPress
In reply to: Work-around for no log access? (HTTP errors)I wasn’t able to force error logging by using the wp-config method, so I enabled Debug. Data from that suggests a problem with WP Media Folder plugin. I have opened a ticket with Joom United.
Forum: Networking WordPress
In reply to: Removing partial multisite status?OK I tried this again, deleted everything in wp-config that might be multisite, and the site seems to be working fine. I’ll monitor it for several days before deciding whether to close this.
Have *not* tried to delete any tables from the database. If not inhibiting functionality, that can wait.
Forum: Networking WordPress
In reply to: Removing partial multisite status?Here’s what I did to that file:
/* Multisite */ define( 'WP_ALLOW_MULTISITE', false ); define('MULTISITE', false);…and deleted the following lines …
define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'www.tulsaunity.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);Forum: Plugins
In reply to: [Raw HTML] 'raw' setting reveals built-in audio player?OK I somehow didn’t find that in the style sheet first time around. I’ll experiment. Thank you for your help.
Forum: Plugins
In reply to: [Raw HTML] 'raw' setting reveals built-in audio player?If you followed the link in previous post, those dark gray players are supposed to be brown. I’ve revised the CSS three times and not sure why. Here’s an image link showing what Chrome Inspector says. Not sure why no brown?
<img src=”http://i.imgur.com/MSXeDQ8.png” title=”source: imgur.com” />
Forum: Plugins
In reply to: [Raw HTML] 'raw' setting reveals built-in audio player?ACK! Well, sorta. But here’s the CSS weirdness WordPress generates when shortcode becomes real page source. There’s a “display: none;” in there that doesn’t hurt first time around, but does what you would expect when all the source is pasted back into the Admin Dashboard. Search-and-replace fixed that.
But now, either a class or an id that’s being added is overwriting the pretty style I created. Time to Firebug this thing.
Forum: Fixing WordPress
In reply to: How get hardcoded links into my database?I’ll tinker with that and see what happens. Thanx!
Forum: Plugins
In reply to: [Raw HTML] 'raw' setting reveals built-in audio player?Is it possible for me to implement the WP audio player without the shortcodes? Sounds like heresy, I know.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar has no 'event meta box'Someone once told me the universal tool is a hammer. I deactivated the plugin, deleted all the files, reinstalled, and now it works fine.
Forum: Networking WordPress
In reply to: Access to network dashboard blocked concatenated linkAlthough I found another person here who (4 yrs ago) had the same problem that was never resolved, mine turned out to be a basic fix. That’s my terminology for newbie error corrected.
Although my database had a trailing slash in the usual locations, it was not in wp-config.php in the following line …
define('PATH_CURRENT_SITE', '/');Forum: Fixing WordPress
In reply to: The Events Calendar has no 'event meta box'MOVED to other topic forum