earrame
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1I looked in those files and yes it is true en.js does not exist there. The file is called wp-langs-en.js
Now the question is how do I fix it?
Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1I just ran the Javascript console in Chrome and got some results:
GET http://www.featherfolio.com/wp-includes/js/tinymce/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php:1 GET http://www.featherfolio.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php:1Forum: Fixing WordPress
In reply to: Visual editor and tinymce broken after upgrade to 3.8.1Thank you Tara,
I followed the instructions.
- I tested the edit page in Firefox and Chrome and have the same problem.
- I changed this to true: define(‘WP_DEBUG’, true);
- I checked the error report in Firefox and there are no errors even when I refresh the page. There are lots of warnings but no errors.
Any other ideas? I am stumped.
Forum: Plugins
In reply to: [Clone] Problem restoring site from downloaded zipI ended up having to manually restore the site by copying the wp-content file and exporting the DB and restoring them to the GoDaddy server. I am pretty sure it was an issue with GoDaddy. I tried to use their native importer and ran into the same problem. Their tech support was useless as they didn’t even know they had a native WP importer. The manual restoration wasn’t bad though once I decided that was the only way, I just wish I hadn’t spent the 4-5 hours before that figuring out that is what I had to do. Note to self: avoid GoDaddy in the future.
Forum: Fixing WordPress
In reply to: Site reverted to install screenThe issue is solved. It was an issue with the database tables being renamed during a restore.
Forum: Fixing WordPress
In reply to: Site reverted to install screenThis client is getting antsy with the site being down for the last couple days. I wonder if I should just go through the install screen and then restore the database from backup if things are messed up?
Forum: Plugins
In reply to: [List category posts] cat_link tag does not seem to be workingThank you so much! There was a bit of trouble with the auto update you might want to check. (it kept updating .32 until I clicked on ‘view update’ and then updated from there) But the new version solved the issue.
Thanks again,
Jason
Forum: Fixing WordPress
In reply to: Site reverted to install screenThis is what is in the config file(sensitive info removed of course):
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.ww.wp.xz.cn/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
//define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘farmers_market_org’);/** MySQL database username */
define(‘DB_USER’, ‘farmersmarketorg’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘***********’);/** MySQL hostname */
define(‘DB_HOST’, ‘mysql.farmers-market.org’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.ww.wp.xz.cn/secret-key/1.1/salt/ ww.wp.xz.cn secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘****************************************************************’);
define(‘SECURE_AUTH_KEY’, ‘&******************************************************8’);
define(‘LOGGED_IN_KEY’, ‘****************************************************************’);
define(‘NONCE_KEY’, ‘m***************************************************************’);
define(‘AUTH_SALT’, ‘****************************************************************’);
define(‘SECURE_AUTH_SALT’, ‘****************************************************************’);
define(‘LOGGED_IN_SALT’, ‘****************************************************************’);
define(‘NONCE_SALT’, ‘****************************************************************’);/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_b923b8_’;/**
* Limits total Post Revisions saved per Post/Page.
* Change or comment this line out if you would like to increase or remove the limit.
*/
define(‘WP_POST_REVISIONS’, 10);/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to ‘de_DE’ to enable German
* language support.
*/
define(‘WPLANG’, ”);/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);Forum: Fixing WordPress
In reply to: Site reverted to install screenOK, I tried renaming the theme and am still experiencing the same issue.
Forum: Plugins
In reply to: [List category posts] cat_link tag does not seem to be workingI tried switching to the 2013 theme and have the same results.
Forum: Plugins
In reply to: [List category posts] cat_link tag does not seem to be workingyes, it comes from [morelink=”(See more from this category…)” morelink_class=more]
and [title_tag=h2 title_class=cat-title] works too. Which is why I thought it strange that the catlink doesn’t. I tried changing it to a span tag thinking it was the h1 it didn’t like. no luck. At this point in my development, I can’t really change themes. Perhaps there is another way to fix it?
Forum: Plugins
In reply to: [Mobile Domain] How to have a different mobile home page?and, is there no way to use a child theme ad the mobile theme?
Forum: Plugins
In reply to: [Mobile Domain] [Plugin: Mobile Domain] How to configure Mobile Theme?I would like an answer to this question. I would like different widgets displayed in the mobile version.
Forum: Themes and Templates
In reply to: [Zenon Lite] Theme crashed after updateThank you. it seems to be something in the child theme. could you take a look at to see if there is anything in the style sheet that could be causing it? it is short and I don’t see what is wrong.
/*
Theme Name: sto-n-go
Theme URI: http://stongoministorage.com/
Description: Child theme for the Zenon Lite theme
Author: Jason Earrame
Author URI: http://seawingdesigns.com/
Template: zenon-lite
Version: 0.1.0
*/
@import url(“../zenon-lite/style.css”);
/*sto-n-go theme items
*/
body{
background:#bababa;
}
#phone{
color: #930018;
font-family: “arial black”;
font-size: 38px;
left: 34%;
position: relative;
top: -30px;
}Forum: Themes and Templates
In reply to: [Zenon Lite] Theme crashed after updateTwenty eleven works. now how do I get zenon lite with the child theme back?