Pages?

  • Anonymous

    #17666

    I’ll be waiting to see the results 🙂

    Please refresh this page. I made a few adjustments to the post above, and you might wanna make sure you get all the changes.

    Anonymous

    #17667

    Oh, one more thing I forgot. You need to insert the original script file, from the sharethis website, into your header or the buttons won’t work. Again, not sure of the best way to do this (Ken of Syahir, please advise).

    I know you can add it in your header.php. But I don’t know if you can just add a duplicate to your child theme, or if you have to hook it to the header.

    raindance

    #17668

    Ok thanks 🙂

    raindance

    #17669

    By golly you’ve done it again:-)

    http://juicytravels.com/best-air-travel-sites/cool-flight-tracker-sites/

    That was a really helpful explanation of the hook thing. Thank you. I’ve read up on it and it was still confusing. That time it clicked.

    And look…it’s not showing up on the home page slider!

    http://juicytravels.com/

    They do all show up in that one pane below the slider which I’d like to stop from happening. Need to figure out how to control that space.

    But I’d still like to get them anchored to the bottom of the page…not sure what the css setting would be? Like so they are always just above the footer, and never in the white space to the right of the photo, know what I mean?

    http://juicytravels.com/the-ten-best-first-class-airline-experiences-today/the-ten-best-first-class-airline-experiences-today-1/

    and

    http://juicytravels.com/bay-area-mini-vacations/

    Getting close…yeay! Thank you!

    Anonymous

    #17670

    No worries. Momma always said I shoulda been a teacher!

    Well, the “do_action” I chose at random. It “sounded” like it was the right placement. You can go back to your loop.php file, there are other “do_action” placements. You can pick another one and make sure you change it in your function. The first part of “add_action”.

    You will also need to re-adjust your css properties.

    raindance

    #17671

    I think we’ve got it in the right place but do you know how to set the css so it’s always at the bottom of the page? Like I wish there were an align bottom of page kind of thing but I know there isn’t.

    Anonymous

    #17672

    Try this instead in the bottom of your function…

    add_action( 'graphene_before_footer', 'laura_sharethis' )

    Position it accordingly.

    Anonymous

    #17673

    LMAO… hmmm… an align:bottom_of_the_page;!!! I love it 🙂

    Note: this isn’t actual code 🙂

    raindance

    #17674

    Ha I know 🙂

    I got it…

    http://juicytravels.com/bay-area-mini-vacations/

    }

    #sharethis {

    width:100%;

    float:left;

    text-align:center;

    margin-top:50px;

    }

    Anonymous

    #17675

    Looks Great!! It also looks good here:

    http://juicytravels.com/the-ten-best-first-class-airline-experiences-today/the-ten-best-first-class-airline-experiences-today-1/

    Which is the full-width. So, it’s centered in both 😉

    Nice Job!!

    Soon, you’ll be better than me!!

Viewing 10 posts - 31 through 40 (of 63 total)

  • You must be logged in to reply to this topic.