eroux
Forum Replies Created
-
Forum: Plugins
In reply to: [Currently Reading] Link to Google BooksI like the idea, so I have added the option to open in a new tab as the default. It’s a check-box, so anyone who wants not have the new behaviour can still disable it…
Forum: Plugins
In reply to: [Currently Reading] Large image instead of thumbnailHi,
Sorry for taking so long to respond; for some reason WordPress’s notification never got through to me.
I use the
imageLinks.thumbnailfield from the Google API’s returned JSON file, unfortunately the choice was between that, and theimageLinks.smallThumbnailfields.- This reply was modified 9 years, 5 months ago by eroux.
Forum: Plugins
In reply to: [Badge] Option to generate embed code for user?I’ll have a look and see if there is a way to do this cleanly…
It’ll have to be an option and I will have to generate more HTML than I currently need to, but I will check and see if it’s feasible.
Forum: Fixing WordPress
In reply to: need help placing "badge" in sidebarMy Badge plug-in should work for you… This is pretty much the purpose and usage-profile it was created for.
HTH, HAND…
EugéneForum: Fixing WordPress
In reply to: An issue with KubrickOr, if you need to actually keep the element’s vertical space like I had to (I wanted to supress the
<H1>in my header, but not the following, you do a
visibility: hidden;
in the CSS for the element (in this case, for the<H1>for your header, and Voilà !
You get the vertical space, but not the physical output…