tbunnyd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: EDITOR Missing from Appearance MennuChanging “false” to “true” will do the same thing. I’m just unsure about why all of it had been added, so I removed it (I had not put it there).
Forum: Fixing WordPress
In reply to: EDITOR Missing from Appearance MennuJust want to pass along to others…I finally found the problem to this issue in my case.
These lines had been added to my wp-config file:
/** 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’);
//Disable File Edits
define(‘DISALLOW_FILE_EDIT’, false);It had been added to the bottom of the file UNDER where the “stop editing” text was shown.
Removing the lines solved the problem completely.
If others are having this problem, and if they have given access to their site for any kind of technical assistance, they should look for this in their wp-config file.
Forum: Fixing WordPress
In reply to: Can't Find Plugins or Editor Option in DashboardI just found this line in my wp-config file down at the bottom below the “stop editing” line:
//Disable File Edits
define(‘DISALLOW_FILE_EDIT’, true);I believe it had been added there either by a plug-in, an upgrade, or by someone who helped me via a Template Monster trouble ticket .
If you have that line, either remove it or change it to true.
Fixed mine instantly.
Forum: Themes and Templates
In reply to: [Longevity] Longevity interaction with Contact Form 7 plug-inPS…also added it for input type “tel”. They have a bunch…wonder if there is a simpler way to code it for “any input via Contact Form 7”. that would be great.
Or basically, since it has to work with any theme/plug-in…”any input form” would be terrific!
Forum: Themes and Templates
In reply to: [Longevity] Longevity interaction with Contact Form 7 plug-inHi there,
Thanks for the tip on CSS editor. Wow, so much to lern.
Your code fixes one problem but creates another…the line height restriction compacts the message box (it was several lines high before). Eliminating that line of code lets the template/plug-in define the height of each…problem solved with everything else and it looks great!
Now I gotta install this on my other site and fix it there. Thanks a bunch for your help!
Forum: Fixing WordPress
In reply to: EDITOR Missing from Appearance MennuThanks Tara. I’ll give it a try. Yikes. That’s a lot of stuff for a rookie.
I’ll try not to seriously break anything. LOL.
Forum: Fixing WordPress
In reply to: EDITOR Missing from Appearance MennuI’ll ty to check those things. I cannot look at the EDITOR page because the menu option for EDITOR does not appear in the WordPress dashboard menu.
It disappeared just after updating WordPress to 4.2.2
Forum: Fixing WordPress
In reply to: EDITOR Missing from Appearance MennuNeither of these methods worked, either:
Use phpMyAdmin to deactivate all plugins.
In the table wp_options, under the option_name column (field) find the active_plugins row
Change the option_value field to: a:0:{}
Or reset your plugins folder via FTP or the file manager provided in your host’s control panel. This method preserves plugin options but requires plugins be manually reactivated.Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
Login to your WordPress administration plugins page (/wp-admin/plugins.php) – this will disable any plugin that is “missing”.
Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”Forum: Fixing WordPress
In reply to: EDITOR Missing from Appearance MennuI’ve already attempted this from seeing other forum posts. Does not resolve the problem.
Forum: Themes and Templates
In reply to: [Longevity] Longevity layout problemsThanks…figured it out. The theme loaded with various widgets already assigned to a variety of colums, sidebars, etc. Once U cleared them all out and reset just those I needed where U wanted them, layout problems disappeared!
Thanks for your quick response to my query!
Forum: Themes and Templates
In reply to: [Longevity] Longevity layout problemsNot sure if I should post new or follow this thread. I am also having a serious problem with pages displaying correctly.
Blog posts display fine. Pages do not begn displaying until after the right sidebar (which appears on the left).
See any page on this site from the menu at the top:
http://itsmydeath.com/dev/membership/current-member/
Also, I am not sure how to turn off a page display for a parent page (which has nothing on it). I would like for nothing to happen if someone clicks on MEMBERSHIP, as an example, except for the fly-out menu to appear (but not go to the page MEMBERSHIP, which has nothing on it).
Thank so much!