soapy
MemberForum Replies Created
-
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?
Well…did some research…and this resolved the issue:
.search .entry-content p {
-webkit-text-size-adjust: none;
}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!
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???
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
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)
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
