mandyrep
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteThen go tan or get a drink or something! (or 5)
Thanks again!
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteWow! It’s back up! Thank you thank you thank you Todd!
I apologize for being annoying. Thank you for staying with me. I appreciate it to no end!
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteEven if that’s not exactly line 34?
(Not doubting you! Just highly nervous and frustrated!)
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteIn the code editor it says line 34 is this:
}
// prepare quote content for output
function zephyr_quote_content($zephyr_content) {Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websitefunction get_avatar_url($get_avatar){
preg_match(“/src='(.*?)’/i”, $get_avatar, $matches);
return $matches[1];
}// prepare quote content for output
function zephyr_quote_content($zephyr_content) {
if ( has_post_format( ‘quote’ ) ) {
preg_match( ‘/<blockquote.*?>/’, $zephyr_content, $matches );
if ( empty( $matches ) ) {
$zephyr_content = “{$zephyr_content}
“;
}
}
return $zephyr_content;
}Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteOkay posting now.
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteHi,
Okay I am so sorry I don’t want to do anything wrong.
My error log is telling me it’s Functions line 34. But I’m in that file and the code looks nothing like that.Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteHi Todd,
Yes under PHP error logs it says get avatar url. It’s telling me my theme is making the error.Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteOkay I will try that, thanks Steve. I’ll get back to you!
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteI’ve read on Support to delete all themes and only leave Twenty Fifteen so it will force the website to use it if it’s a theme-related problem. If I delete the Theme I have bought, can I still reactivate it later? Or have I lost it?
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteI seem to have done everything and after all of this I still can’t see my site.
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteHi WPyogi,
I’ve just done that. It was this right?
// Enable WP_DEBUG mode
define(‘WP_DEBUG’, true);// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define(‘SCRIPT_DEBUG’, true);Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteOkay so everything is done, all troubleshooting was tried. I even tried renaming my “plugins” folder to “plugins.hold” and I still can’t see my website at all. Any idea what is going on/what else it could be?
Thank you again!
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteOr do I actually rename it “broken-theme/”?
Forum: Fixing WordPress
In reply to: WordPress 4.2 trouble- I cannot access my websiteOkay James, sorry, scratch that, I have figured it out and found my way.. finally!
But quick question: do I have to rename the theme anything specific?