foxhunter

Member

Forum Replies Created

  • In reply to: Adding code to the author bio?

    #39174

    This doesn’t work. I still get a jumbled pile of code that shows instead. Even something like
    doesnt work when this plugin is enabled.

    Nailed it. Thanks.

    In reply to: Cannot hide sidebar when creating custom page template

    #37827

    Unfortunately, no. I do not know enough about JavaScript to explain why it doesn’t work, but I need to create a template page to do this.

    In reply to: Cannot hide sidebar when creating custom page template

    #37825

    Update:

    I have copied the entire contents of loop-page.php to a new template file. Apparently the sidebar is part of the footer code, so I removed

    get_footer();

    from the bottom and that did away with the sidebar. (and the footer, but that is doable, I guess)

    I commented out the

    ‘ <?php //the_content(); ?> `

    and put my javascript below that.

    Now the sidebar does not show, but the area where the sidebar was is still there. I need the content section to be 100% width, but cannot figure out how to do that. Ideas?

    I would like to do it on multiple pages with different images, but here is an example:

    http://www.expertinsurancereviews.com/get-insurance-quotes/

    In reply to: Changes added to child theme do not work

    #32247

    In reply to: Changes added to child theme do not work

    #32245

    Here is what I currently have in the custom CSS box in the theme settings:

    h1, h2, h3, h4, h5, h6 {
    font: arial, "Pontano Sans", sans-serif;
    margin-top: -3px;
    font-weight: bold !important;
    }

    #developer {
    display: none;
    }

    .post-1560 .post-title {
    display: none;
    }

    .post-title, .post-title a {
    font: 24px arial, "Pontano Sans", sans-serif;
    color: #1772AF;
    margin-top: -3px;
    }

    If I delete it, and paste it into my child theme, none of those properties are displayed.

    In reply to: Posts not showing on 'Blog' page – Static Front Page

    #28866
    Quote:
    @Kenneth

    Thanks for the great explanation. Based on your descriptions I was able to figure it out as well as learn a little bit.

    Interesting enough, it was this code that worked:

    .post-1560 .post-title {

    display: none;

    }

    Is there somewhere I can shoot a few bucks your guy’s way? Besides the fact that the Graphene theme is amazing, the support you all provide here is wonderful.

    In reply to: Posts not showing on 'Blog' page – Static Front Page

    #28865

    @Kenneth

    Thanks for the great explanation. Based on your descriptions I was able to figure it out as well as learn a little bit.

    Interesting enough, it was this code that worked:

    .post-1560 .post-title {
    display: none;
    }

    In reply to: Posts not showing on 'Blog' page – Static Front Page

    #28863

    Not working.

    To be exact, when I use this code the homepage does not show the title, and the blog page/ category pages does not show the titles either (However, they do show on the individual posts):

    .post-1560 .post-title, .post-title a {
    display: none;
    }

    When I use this code, the homepage title returns on the static page, as well as the category pages and blog page:

    .post-1560 .post-title, {
    display: none;
    }

    (Post ID is 1560)

Viewing 10 posts - 1 through 10 (of 12 total)

  • 1
  • 2