Suzi Wilson
Forum Replies Created
-
You’re correct. Thank you so much. Works great!
I had the same issue. I did what Jose did and it worked. Deactivate all plug-ins, then reactivate. Thanks Jose!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Map centeringThe map is contained within a tab feature on the front page that is supposed to show the contents of a page. I suspect the problem has something to do with it’s display within a tab. Is there an offset or something I can use in the map code to push the display to the right and down?
The home page is https://climatesafestorage.gulfcoastwebnet.com/
The HTML Page definition looks like this:
The URL is https://climatesafestorage.gulfcoastwebnet.com/location/ ?<h2>Where to find us</h2> 15225 Leymoyne Blvd.,?Biloxi, MS 39532 [gn_gmap width="100%" height="350" address="15225 Leymoyne Blvd., Biloxi, MS 39532"] <span style="color: #222222; font-family: sans-serif; font-size: 12px; font-weight: bold; line-height: 16.796875px; background-color: #ffffff;">?</span>
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Map centeringI did enter the address in English.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Map centeringI’m still having this problem. Is there anyone out there who can help?
Forum: Networking WordPress
In reply to: Network Admin for Multiuse is blank screenThank you, It was some kind of plugin conflict. I renamed the plugin directory on my cpanel which got me back into the admin panel. When I renamed the directory and updated the plugins it ran fine.
Thanks for the suggestion.
Forum: Installing WordPress
In reply to: 3.3 Media Image shows grey screenFound it!
Was a wootheme issue. See below:
THEMES WITH ISSUESWooThemes framework breaks the upload/insert media link. Per their site, refreshing your cache will fix this (props Drew!)
Still marked suspicious on Chrome.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()Hi Johanhburger,
I suspected that the last plugin I installed may have caused the problem so I went into cpanel on my server and renamed the subdirectory for the plugin. In my case it was the Nivo Slider plugin.That allowed me to get back into the Admin panel where I deleted the plugin.
Hope this helps you.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()sxpiv, I did not resolve the reason for the issue, but I have resolved the immediate problem. I went into cpanel and renamed the Nivo Slider php plugin which caused the problem in the first place.
That let me into the Network section where I deleted the plugin.
Thanks for your efforts. MUCH appreciated!
Suzi
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()Hi sxpiv,
Thank you for the capabilities.php. I uploaded it and I still get the error:
You do not have permission to access this page.The excerpt I sent earlier is from the lines showing in error in the capabilities.php.
I’m stuck. Nothing is working.
Suzi
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()Is there some way to just fix the code here where the error is occurring? The error line is right after the $post = get_post($args[0]);
case 'read_post':
case 'read_page':
$author_data = get_userdata( $user_id );
$post = get_post( $args[0] );if ( 'revision' == $post->post_type ) {
$post = get_post( $post->post_parent );
}Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()sxpiv, Yes please send me a copy of your capabilities.php file. I will let you know how it works.
Thanks again.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()I have this below and now I get a full screen of the capabilities.php in text all scrunched together. ??
<?php
/**
* WordPress Roles and Capabilities.
*
* @package WordPress
* @subpackage User
*/
require_once(‘pluggable.php’) ?>
/**
* WordPress User Roles.Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_get_current_user()I have the same problem but when I added the code to my capabilities.php (and update the tick marks) it says I don’t have permission to access the Network Admin panel.
What gives?
Nothing seems to be working for me lately and I’m getting extremely frustrated. Any help would be appreciated.