SAphoto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing border of a shortcode object/tableand the winning combination was……
a#page-badge-border { border: 5px solid white; display: block; float: left; height: 50px; margin: 12px -300px 0 0; pointer-events: none; position: relative; width: 290px; z-index: 10; }THANK YOU SO MUCH SIR MAC!!! 🙂
Forum: Fixing WordPress
In reply to: Removing border of a shortcode object/tableThanks for the explanation! I’m learning…
But apparently what they’re doing is to cover the badge with another elements that covers the border. This is where it’s discussed:
http://stackoverflow.com/questions/9625646/change-google-badge-styleSo the final question.. how do I do the same?
Forum: Fixing WordPress
In reply to: Removing border of a shortcode object/tableI put it at the very end. Thank you, it does take care of the sociable border. Why does it make a difference to put it at the end vs the beginning? I’d like to understand if you don’t mind.
It does not take care of the google plus badge however. According to other forums I visited, it can only be removed by adding a white border on top, like they did on the android website. I’d like to know the code I can copy for that.
Forum: Fixing WordPress
In reply to: Removing border of a shortcode object/tableThis is what I have in the style.css, which comes from https://developers.google.com/+/plugins/badge/config:
<!-- Place this tag in the <head> of your document --> <script type="text/javascript"> window.___gcfg = {lang: 'en'}; (function() {var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })();</script> <!-- Place this tag where you want the badge to render --> <g:plus href="https://plus.google.com/111889007381881270387" rel="publisher" width="300" height="69" theme="light"></g:plus>Then, on the home page of my blog, this is the code being used:
<table><tr><td> [sociable] </td><td style="padding-left:20px;"> <g:plus href="https://plus.google.com/111889007381881270387" rel="publisher" width="300" height="69" theme="light"></g:plus> </td></tr></table>Forum: Fixing WordPress
In reply to: Removing border of a shortcode object/tableThat did not remove the borders.
Looks like the problem is the google badge itself. There is no customization possible, however there is a way to cover the grey border by adding a white one. http://www.android.com/ is doing just that but I don’t have the know-how to copy what they did.
I just want to have the “Sociable plugin” and “Google plus” side by side without borders. I can’t believe how much time it takes to accomplish such a trivial thing! Any help would be appreciated!
Forum: Fixing WordPress
In reply to: Removing border of a shortcode object/tablebut I did. http://www.torontobeachphoto.com
Look at the bottom. You will see the sociable icons and the google plus icon right besides. It’s positioned where I want it but with the grey border.Forum: Plugins
In reply to: Adding multiple pictures to one post – can it be done?the answer is the Faster Image Insert plugin:
Forum: Plugins
In reply to: Adding multiple pictures to one post – can it be done?and type it in manually?
How do I copy those codes into the post? Keep in mind my example of 500 pictures… in photobucket it takes 5 seconds.
Forum: Plugins
In reply to: Plugin for Faceboook fan page?I really wish there was something for that too…
Forum: Themes and Templates
In reply to: Help a photographer customize “green apples” theme a littleAll issues resolved 🙂
For a resolution of the black screen problem, look here:
http://wordpress.org/support/topic/261214?replies=10#post-1042910Forum: Fixing WordPress
In reply to: Firefox creates a BLACK screen half way through blog posts!?!EUREKA!!! :))))))
Liane, I went to your other theme zeeb and searched for “overflow”, and there was no “auto” so I concluded this was indeed the problem (actually, firefox is the problem but…). Only “scroll” and “hidden” were showing.
I tried to change both lines to “scroll” (remember that I have no idea what this means!) and that didn’t do anything. But when I tried to change the “auto” to “hidden”, BINGO! The black screen disappeared!
The best thing is that I did this before you told me to check line 47 and 318. I’m proud of my accomplishment :))
Definitely a firefox issue.
BTW if “hidden” has other undesirable effects I should know about please let me know…
Thanks again very much 🙂
SebastienForum: Fixing WordPress
In reply to: Firefox creates a BLACK screen half way through blog posts!?!Ok I think I’m starting to understand Chinese… looks like we’re going somewhere starting on comment 64 of the support forum:
“– Comment #64 From Deven Phillips 2008-05-21 13:20:42 PDT —
I suppose that technically, I could go in and modify the CSS for XWiki (etc…)to not use “overflow: auto”, but what about other users who are not as technically adept or do not have access to modify the sites that they are viewing?!?!”I don’t know much but it sounds like changing the “overflow: auto” to “some code I don’t know…” would easily fix the problem.
Liane I hope this means something to you. And I’m wondering if you used the auto overflow in your zeeb theme because I didn’t have this problem with it?
thanks again………..
Forum: Fixing WordPress
In reply to: Firefox creates a BLACK screen half way through blog posts!?!oh and here’s the link to the firefox support forum post I made:
http://forums.mozillazine.org/viewtopic.php?f=38&t=1192325Forum: Fixing WordPress
In reply to: Firefox creates a BLACK screen half way through blog posts!?!Liane this is from from a guy (mmmmmm.. could be a girl! I have been wrong before hehe) on the firefox forum:
“The blog post is too long. It’s causing an integer overflow in the layout (known problem).
If only the Green Apples theme causes it, then use a different theme or contact the author (knowing that the container of the post is too long will probably help fix it).
An option would be to split it up in to multiple posts, or use smaller images (thumbnails), or put multiple images on the same line, or to use a proper gallery.”
The link to the “known problem” is this:
https://bugzilla.mozilla.org/show_bug.cgi?id=215055As far as I’m concerned, it may as well be Chinese…
Forum: Fixing WordPress
In reply to: Firefox creates a BLACK screen half way through blog posts!?!MAC or PC? It seems people with MAC don’t have the problem…