Kimberly
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] facebook comments plugin in lightboxthe photo url needs to be echo in DATA-HREF!!
Forum: Plugins
In reply to: [Simple Lightbox] echo URL in lightboxmaybe you can tell me when you add {{item.url}}?
I need the visitors to stay on my site instead of leaving and comment on facebook!Forum: Plugins
In reply to: [Simple Lightbox] echo URL in lightbox{{item.url}} don’t work
wp_get_attachment_url don’t work
$_SERVER[HTTP] whatever don’t workForum: Plugins
In reply to: [amr users] remove http://www. and https://www. from user website url infoOR can I add a field to rename the links?
URL http://www.facebook.com/name
NAME My Facebook page
URL http://www.twitter.com/name
NAME Twitter me now!Forum: Fixing WordPress
In reply to: Can I and how to move WordPress.com to self-host?That’s old, because that article is about the old WordPress.com and the new WordPress had changed. As I said, WordPress.com has changed, but not the articles about WordPress.com
Forum: Plugins
In reply to: Geotagging postsMyGeoPosition.com Geotagging: Geotags / GeoMetatags / GeoFeedtags / GeoMicrodata / Maps is one of the most simple and easy to use geotag. Thanks anyway guys!
Oke, sometimes is goes wrong and sometimes it works! :S You have to press refresh a lot of times to get it work…
My question is why?!
Weird, now it works again π
Oke but as you can see, the commennt box is too much to the right…
Can I add css?and one more thing, if I look in the source it doesn’t generate the photo url but only the page url
<div class=”fbcomments”>
<h3>Comments</h3>
<div class=”fbcommentbox”>
<fb:comments href=”http://www.domain.com/pictures/” num_posts=”10″ width=”560″ colorscheme=”light” >
</fb:comments>
</div>
</div>here you can see only the text comments…
http://alturl.com/s5jy5and the plugin won’t show
I did exaclty what you say, but my fbcomments worked for a while and now itΒ΄s gone
Forum: Fixing WordPress
In reply to: Show or hide a Custom Fields permanent on Edit Pageforget the renaming π
I just want to know how I can show a Custom Field permanent on a Edit Page. That’s it, nothing more. Now I have to select the same field over and over again in Add New Custom Field before I can fill in the value. And I just want to have that field permanent on the Edit Page
Forum: Fixing WordPress
In reply to: Show or hide a Custom Fields permanent on Edit PageOke that’s how I Make a “Hidden” Custom Field , but I want the opposite of it.
Forum: Fixing WordPress
In reply to: How to echo acustom field on a single page?So like this?
<?php get_post_meta($post_id, $key, $single); ?>
doesn’t I name name_casino anywhere?