Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Fixing WordPress
    In reply to: .com missing
    Thread Starter ericjthomas

    (@ericjthomas)

    Figured it out! Here was the original child theme code from my functions.php file:

    <?php
    update_option(‘siteurl’,’https://domain.com&#8217;);
    update_option(‘home’,’https://domain&#8217;);
    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,

    Actually @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!

    I’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

    Even uninstalling complete WP from cPanel for the affected site and reinstalling 3.5 didn’t work. Hm.

    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

Viewing 5 replies - 1 through 5 (of 5 total)