jodzeee
Forum Replies Created
-
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Facebook syndication errorAlways happy to help. I gain so much from forums like these and it’s the least I can do to share with others what I learn. As well as to document my findings so I can go back to it when I forget how I’d done something 🙂
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Facebook Syndication ErrorJoshua, try this:
Change the country restrictions to “Hide this page from viewers in these countries” but don’t have anything listed in the Country Restrictions box.
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Facebook syndication errorI had the same problem, but I have other pages I managed that worked fine. I compared the settings and experimented until I figured it out. What worked for me was to change the country restrictions to “Hide this page from viewers in these countries” but don’t have anything listed in the Country Restrictions box.
Forum: Plugins
In reply to: [Slideshow] Suggestion – include alt textGood to hear, thank you!
Forum: Plugins
In reply to: [Slideshow] Last Image on Slide is a different SizeGood to hear it worked for you! I was able to fix it instead by enabling “stretch to fit”. This isn’t ideal, but since it’s only a few pixels difference, I can live with it.
I’d still like this to be logged as a bug.
All my images are the same size, so I don’t understand why the last one would be taller and I’d rather not force stretching.
Forum: Plugins
In reply to: [Slideshow] All images cropped (except last one)I had changed the height to 195 instead of the default 200 in order to make the last image the same size (see previous post from kwtan http://ww.wp.xz.cn/support/topic/last-image-on-slide-is-a-different-size?replies=3#post-4148433).
When I changed it back to 200, the cropping issue goes away; but the problem of the last image being a bit taller remains.
Forum: Plugins
In reply to: [Slideshow] Last Image on Slide is a different SizeWait … I just noticed by doing that, all my images except the last one are being cropped!
Forum: Plugins
In reply to: [Slideshow] Last Image on Slide is a different SizeI had the same problem so I just changed the slideshow’s height to match the shorter images (133px vs. 150px in your case)
Forum: Plugins
In reply to: [Unattach] [Plugin: Unattach] Feature proposalYes, having it available in the bulk actions would be super! Also … when you click unattach, it goes back to page one or if you’ve sorted by anything it reverts back. I’m not sure if that’s something the plugin controls, but it’s really frustrating.
Forum: Plugins
In reply to: [Slideshow] Slideshow & lightbox?Yay! That’s good news. Any ballpark idea of when? Like in a month, a year, or ??? I’m so excited to use this plugin!
Forum: Plugins
In reply to: [AgentPress Listings] Conflict with media galleryI understand. I thought since we got this far it was worth a shot. Thank you for your time.
Forum: Plugins
In reply to: [AgentPress Listings] Conflict with media galleryI don’t know. Can I connect you to the plugin developer via e-mail and maybe you guys can figure it out together? I’m kind of stuck in the middle and this is where it gets over my head.
Forum: Plugins
In reply to: [AgentPress Listings] Conflict with media galleryHere’s what the plugin developer said. does that help?
1. all_in_one_carousel\all_in_one_carousel.php
jQuery('#upload_img_button_carousel_<?php echo $i?>').click(function() { formfield = 'img'; the_i=<?php echo $i?>; tb_show('', 'media-upload.php?type=image&TB_iframe=true'); return false; }); jQuery('#upload_thumbnail_button_carousel_<?php echo $i?>').click(function() { formfield = 'thumbnail'; the_i=<?php echo $i?>; tb_show('', 'media-upload.php?type=image&TB_iframe=true'); return false; });2. all_in_one_carousel\tpl\playlist.php
<script> jQuery(document).ready(function() { window.send_to_editor = function(html) { imgurl = jQuery('img',html).attr('src'); //jQuery('#'+formfield).val(imgurl); if (formfield=='img') { document.forms["form-playlist-all_in_one_carousel-"+the_i].img.value=imgurl; } else { document.forms["form-playlist-all_in_one_carousel-"+the_i].thumbnail.value=imgurl; } //alert (the_i); jQuery('#'+formfield+'_'+the_i).attr('src',imgurl); tb_remove(); } }); </script>Forum: Plugins
In reply to: [AgentPress Listings] Conflict with media galleryYes, the problem is present with the same errors on a live site.
Forum: Plugins
In reply to: [AgentPress Listings] Conflict with media galleryNo, I’m using 3.5.1