soapy

Member

Forum Replies Created

  • In reply to: Facebook like button errors

    #23967

    The code isn’t showing up right in the first post…here it is again….

    <iframe src="//www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>;send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

    Anyone here know what the issue could be?

    In reply to: iphone text size

    #23922

    Well…did some research…and this resolved the issue:

    .search .entry-content p {
    -webkit-text-size-adjust: none;
    }

    In reply to: Hide text

    #23850

    Thanks Ken.

    To be honest…I still can’t find it. I know if I click on an element in firebug and view its source…at the top of firebug its shows the hierarchy of its parent elements all the way back to the <html> tag….but the list of classes that you show above does not appear anywhere in that hierarchy. This is how I always determine what css tag i need to modify….but for some reason with that category tag not being displayed….it made this difficult for me.

    Nonetheless…this is great information to know and makes things a lot easier for me! Thank you!

    In reply to: Hide text

    #23848

    Ken,

    Never mind….I see in the excerpt options I had to retain the div tag….so its working now.

    One other question though….how did you know that the .category class existed?? When I was troubleshooting my code in the firefox inspector….I could not see that class anywhere???

    In reply to: Hide text

    #23847

    Ken, thanks for the reply but that did not work. I put the following code at the end of a post:

    <div class="photo_credit">Image via John Smith</div>

    In normal post view….it allowed me to apply css to this div. When I viewed this post in my category archives….it took the text and placed it inside the </p> tags of the post and removed the “photo_credit” class….so my “photo_credit” css had no effect on it in category archives view. Can you offer any suggestions? Thanks

    In reply to: Sharethis

    #23579

    Ken, thank you very much! You were correct….I installed the php code widget plugin….everything works great!

    Josh, thank you as well!

    In reply to: Sharethis

    #23577

    Josh, sorry, another question….sharethis states that I need to put my ‘script tags’ in my Main index template(index.php) and ‘span tags’ in Single Post template(single.php). How do I do this? Just add the loop-single action hook and the graphene-index action hooks? And then add text widgets within the action hooks? (I don’t want to directly edit any php template files)

    In reply to: Sharethis

    #23575

    Ok…so one question though….if I start with the basic HTML and JavaScript….I should be able to paste this in a text widget inside of an action hook, correct?

    In reply to: Sharethis

    #23573

    Same result Josh. Any idea how to make this work?? I tried following the instructions in the link from my previous post….but it just isn’t working. Very frustrating!

    In reply to: Problem with text size after update to 1.6

    #23094

    Syahir,

    I removed the font size property of 1.5em…and now the text is the same size in both views which is great…but its a little bit smaller than I would like. How can I apply a font size of 1.5em in graphene 1.6 without having the same issue? Am I using the wrong css selector (post-title)?

    PS – thanks for your great support

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