noisegate95

Member

Forum Replies Created

  • In reply to: Top Toolbar Share Buttons Missing

    #27977

    Thank you as always for your help and advice. Just learning css and php, and these tidbits of info always help. I have implemented the css above successfully, and I will read up on the above mentioned wiki.

    In reply to: Top Toolbar Share Buttons Missing

    #27975

    My bad. Again. I had a header.php in my child theme folder to point my header image to the CDN. I removed that file and added the pointer to the new header.php

    <div id="header" style="background-image:url('http://aws3.noisegate95.com/wp-content/uploads/2012/04/Noisegate95-Studios-5.png');">

    I can’t figure out how to just add this to the header.php file rather than copying over the entire file.

    In reply to: Social Sharing Buttons to Show on Home Page at Top

    #27744

    Ok, I’m full of questions today, and I really appreciate the assistance. When I use this widget to ad social buttons to the top it looks great. However when I click on a share button, it is sharing the page, not the post.

    I have tried to use the php widget plugin and add the code in there, but i cannot seem to get it to work properly.

    Would this be some kind of function that I have to create? Thanks. Help is appreciated.

    In reply to: Social Sharing Buttons to Show on Home Page at Top

    #27743

    I got it. Thanks again!

    .ra1-pw-classicWidget {
    float: right;
    position: relative;
    }

    In reply to: Social Sharing Buttons to Show on Home Page at Top

    #27742

    That suggestion was A-OK perfect. Worked like a charm along with widget-lodgic. As you can tell I am not a css pro, so if you can quickly hint how to move it to the right rather than the left, would be awesome!!! Thanks again!

    In reply to: Use CDN for Custom Header Image

    #27554

    Nevermind. Seems to be working now. Thank you for your assistance.

    In reply to: Use CDN for Custom Header Image

    #27553

    I’ve tried to do that. I copied a copy of header.php over to my child theme, and made the changes mentioned above. Cleared all caches. It is still coming from local server. Should I <restore original header image> in header settings? Maybe not use the child theme header file?

    In reply to: Use CDN for Custom Header Image

    #27550

    Uh, I am not hotlinking anything. I pay for the CDN. Since my header is a little on the large side, even after smush.it, I want it to come from “my” CDN rather than my slow shared hosted server. Hence the entire point of a CDN.

    In reply to: Grey padding around thumbnails

    #27318

    One more:

    I want to use multi-page pagination and downloaded Simple Pagination. I am supposed to replace next_posts_link() and previous_posts_link() with<?php if(function_exists(‘wp_simple_pagination’)) {

    wp_simple_pagination();

    } ?>` in the loop.php file.

    However, I cannot find those terms in the file. I am using a child theme as well.

    Could you help with that?

    In reply to: Grey padding around thumbnails

    #27316

    Man that is awesome. Worked perfect. I wander why I could not find that firebug. Thank you very much.

Viewing 10 posts - 11 through 20 (of 22 total)