ericjthomas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .com missingFigured it out! Here was the original child theme code from my functions.php file:
<?php
update_option(‘siteurl’,’http://domain.com’);
update_option(‘home’,’http://domain’);
add_theme_support( ‘avia_custom_shop_page’ );
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}As you can see, I missed the “.com” after my domain name. Sheesh. In a hurry. Take care,
Forum: Themes and Templates
In reply to: Removing Footer LinkActually @esmi, i’m advocating just the opposite! DO NOT EDIT THEME FILE DIRECTLY, rather change the color of the footer text in your theme options (Appearance; Customize) to be the same color as your footer background color.
While customizing the footer may not be a standard option in some themes it was in mine (Make). Please see attached screenshot.Yay!
Forum: Themes and Templates
In reply to: Removing Footer LinkI’m not a programmer by trade and it seems like each theme has a different method of displaying and hiding the footer. So I hacked a quick fix that works with my theme (Make):
Change the footer color to the same color as the footer background! HA! Sneaky weaky.
E
Forum: Fixing WordPress
In reply to: Not able to install any plugins.Even uninstalling complete WP from cPanel for the affected site and reinstalling 3.5 didn’t work. Hm.
Forum: Fixing WordPress
In reply to: Not able to install any plugins.Boo! Just upgraded one of my sites to 3.6 (and i’m a ROOOOKIE when it comes to hosting)then tried to load Ultimate Construction Page plugin and got the fatal error.
What the heck is eAccelerator and suPHP? Where do I find them in cPanel?
Sorry to be such a noob, but, you know how it goes!
E