I've just realised something new in my template's post footer box, something that wasn't there before --> "Recommend this on Google" text next to my Google +1 button. I don't like it as the text makes my share buttons look out of alignment. So, I've decided to hide it. And here's how.
If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
.goog-inline-block.dummy-container div, .goog-inline-block.dummy-container div iframe ssyby, .goog-inline-block.dummy-container div iframe{ width: 32px !important; }
Great!
ReplyDeleteJust what I was looking for. Thanks.
ty
ReplyDelete@Dudikowski: No problem at all :)
ReplyDelete@iggy: you're most welcome :)
Thanks!
ReplyDelete@2x2: You're welcome! :)
ReplyDeleteThanks, All right it (:
ReplyDelete@AquaA3: No problemo :)
ReplyDeleteIs there a way to remove Google +1 from the "Dynamic Views" post section? It is right next to the arrows for changing slide direction (upper left of post).
ReplyDeleteHow would I remove it completely.
A Great service you are doing YoboY!!! Your knowledge is tremendous. Many thanks!
This is off topic, but I have to ask. Is there a list of the CSS used in the dynamics view available somewhere? How do you get this?
@World Evidence: There isn't a list of command anywhere. I use developers tools like Firebug to analyse the content of a page, and address those contents with the little bit of knowledge that I have, nothing special really..
ReplyDeleteTo hide your share buttons, see this post:
Hide Share Buttons in Blogger Dynamic Views
Thank you very much. It worked like a charm. Thanks for your input also. It is much appreciated.
ReplyDelete@World Evidence: No problem at all :)
ReplyDeletewow FINALLY THANKS!
ReplyDelete@freec00kies: Don't mention it :)
ReplyDeleteGreat! I have OCD towards many things and what was happening to me was that the +1 wasn't showing because it didn't all fit on the same line but for some reason it didn't move to the next line! It was bothering me so much thanks for this, finally I can rest assured! lol
ReplyDelete@Surge: I used to wash my hands all the time, and it just wore off. I hope you're on medications for your OCD. Glad I could be of help :) Merry Christmas and Happy new year!
ReplyDeleteBefore I changed dynamic view I use to have a footer I got from Linked within that would suggest other posts people could read at the end my post. I was just curious if there was anyway to get something like that again while still using dynamic view.
ReplyDeleteThat would require HTML modifications. While it is possible to edit Dynamic View's HTML, it is almost useless as these changes will not be reflected when a Dynamic View page is rendered. In a nutshell, nope, there isnt a way to bring such gadget to Dynamic Views at the moment.
Deletethanks!
ReplyDeleteThanks so much for this! much neater without 'recommend this.' I am wondering - how do you get your post footer elements centered?
ReplyDeleteHi Meta,
DeleteIt depends on the kind of template that you have, and other settings that you might have applied. Can I have a look at your blog?
How can I add this to the Template code itself? (anytime I make a tweak to colors, it has to be added again to the "Add CSS".
ReplyDeleteThanks for any info.
Hi Dave,
DeleteI'm not quite sure if I understand you right, but if you're referring to the fact that your 'Add CSS' box already contains some other code, then simply add newer CSS code towards the bottom of your other codes.. You can keep stacking your CSS codes..
Let me know if this isn't the answer you were looking for.. Cheers and God bless :)
won't work, I tried to put the code everywhere in my html editor of blogger
ReplyDeleteHi keroroslayer,
DeleteInstead of using the HTML editor, use the template designer to insert the code (as per instructed above).
Cheers.
Perfect. Thanks a bunch.
ReplyDeleteMost welcome :)
DeleteThank you! Thank you!
ReplyDeleteWow. Thank you so much. It worked great!
ReplyDeleteGlad I could be of help :)
DeleteGreat piece Yoga.. Could you please also tell how to add these share buttons (twitter, facebook, google+ links) to my posts on an old blog (on Blogspot). I tried changing the templates but blogger still doesnt show these buttons on old blogs. Also I couldnt find a solution on the net.
ReplyDeleteThanks in advance.
Shashi
Hi Shashi,
DeleteThe share buttons in Blogger has been broken for awhile. Google is aware of the problem but have not fixed it. In the meantime, you can switch to a third party sharebuttons provider, eg: http://www.addtoany.com/ .
Thank You! Ive been messing with my post footers for hours now, this fixed it right away!
ReplyDeleteExcellent! :)
DeleteAwesome. Thank you very much!
ReplyDeleteIt is great. That is exactly what I was looking for!!! Thanks a lot! :)
ReplyDeleteThis worked! But, how can I remove all the other little buttons that were with "recommended on google" and the Subscribe to:... at the bottom?
ReplyDeleteHello Viva. See if this is what you're looking for.
Delete.post-share-buttons, .feed-links{
display: none;
}