Forum Replies Created

Viewing 8 replies - 31 through 38 (of 38 total)
  • I’ve been working on this also. I put a copy of the “single.php” file in my child theme folder and deleted the sidebar-related php. That got rid of the sidebar, but I was not able to get my child style.css file to stretch the #primary.content-area wider. I used the “Inspect Element” method to see the div and change the value temporarily, but for some reason adding that revised code to child css doesn’t work. Seems like someone could chime in here and provide and answer. I’ll keep working on it.

    Thread Starter nacinla

    (@nacinla)

    PS: The other thing I don’t get: The style.css file in the child-theme folder is part of a compressed (zip) file. What’s with that? Doesn’t that have to be unzipped to customize?

    Hi Vijay.
    I created a “sixteen-child” theme folder in my themes folder, activated it and in it put custom footer.php, home.php and style.css files. The footer and home pages are working fine, but the css file is not being invoked. I tried creating a functions.php file but it doesn’t work. Help! Here’s the code:
    <?php
    function call_my_class()
    {
    wp_enqueue_style( ‘child-main’, get_stylesheet_directory_uri().”../style.css” );
    }

    add_action( ‘wp_enqueue_scripts’, ‘call_my_class’,999);
    ?>

    Thread Starter nacinla

    (@nacinla)

    esmi: PS: It would also help if when you say things like “Try checking your site’s error logs for messages. Your hosts should be able to help you accessing your site’s error logs,” you indicate to us novices what it is we’re supposed to be looking for in those logs.

    Thread Starter nacinla

    (@nacinla)

    Thanks. I tried manually updating everything. Also, on my host site, even though all the files uploaded successfully, in the Dashboard I’m still getting a message to update. I couldn’t locate the .file maintenance file you’re supposed to delete. The instructions don’t indicate where that is.
    BTW, I thought the Apple support site was pretty opaque, but this one takes the cake.

    Thread Starter nacinla

    (@nacinla)

    Thanks. I submitted a ticket. we’re not over our limit by any means.

    Forum: Fixing WordPress
    In reply to: Header error
    Thread Starter nacinla

    (@nacinla)

    Yes. Thanks. But putting ?> at the end of the functions.php file didn’t resolve the issue.

    Forum: Fixing WordPress
    In reply to: Header error
    Thread Starter nacinla

    (@nacinla)

    PS: here’s what line 2741 looks like:

    header( ‘Content-Type: text/html; charset=utf-8’ );

    Could this have to do with a template I created that suppresses the entry title below the header image?

    Line 876 in pluggable.php looks like this:

    header(“Location: $location”, true, $status);

    Thanks.

Viewing 8 replies - 31 through 38 (of 38 total)