madcap66
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-pano] shortcode appears in wrong placeThanks Alexey..I’ve emailed you.
Forum: Plugins
In reply to: [wp-pano] Multiple pano's on pageMany thanks for the answer Alexey.
Forum: Plugins
In reply to: [wp-pano] Multiple pano's on pageFollowing on from the original question…Is it possible to add different panorama tours to different pages on the same WP site or is it only one tour per website?
TIA
Forum: Plugins
In reply to: [BuddyPress Automatic Friends] Add all members as friend for new users+1 on this as well…
Forum: Plugins
In reply to: [BuddyPress Like] More and more bugsI can confirm that after updating from 0.1.5 to 0.1.7 – the plugin kills JS on my site …turning off the plugin and everything works aok again.
Where can I download 0.1.6 to try it. Am using 0.1.5 as it seems to work aok.
If you want to check on my site then please pm me and I can give you access.
I can concur that this problem exists and I’m getting the same:
The checksum for this plugin directory (3233982e360da62237849736a3ba93ca), does NOT match up with the official release of this plugin (dcd346ee3120bceb8a2baf42bb6a94de).Uploaded using Fillezilla as recommended and done the same as before. Never been an issue. All seems to be working though.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] having links open in new / blank windowHave a look at the code below and where the
target="_blank"
needs to go. Works for me:<?php $target = in_array(BPFB_LINKS_TARGET, array('all', 'external')) ? 'target="_blank"' : ''; ?><div class="bpfb_final_link"> <?php if ($image) { ?> <div class="bpfb_link_preview_container"> <a href="<?php echo $url;?>" <?php echo $target; ?> target="_blank"><img src="<?php echo $image; ?>" /></a> </div> <?php } ?> <div class="bpfb_link_contents"> <div class="bpfb_link_preview_title"><?php echo $title;?></div> <div class="bpfb_link_preview_url"> <a href="<?php echo $url;?>" <?php echo $target; ?> target="_blank"><?php echo $url;?></a> </div> <div class="bpfb_link_preview_body"><?php echo $body;?></div> </div> </div>
Forum: Plugins
In reply to: [SendGrid] Charts months incorrectYour welcome and plugin works perfect now. Thanks.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Age not clickable??@donmik – I’m already using the BP Profile Search plugin, and the age search works perfectly. Just a bummer that the one profile field of Age isn’t directly searchable…
Would love to have this feature…Thx
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Age not clickable??Added your code and Age is now clickable but when clicked it always returns no members found even though there are members of the same age. Any idea why this might be happening? Or was that the reason it was removed?
Thanks.
Forum: Plugins
In reply to: [HashBuddy] default activity url, changed slug… anyway to fixed?@tangpage – If you still need a solution to the above and if I’ve followed you correctly, then you need to look at the file hashbuddy/includes/hashbuddy.php and around line 10:
$activity_url = trailingslashit( get_bloginfo('url') ) . BP_ACTIVITY_SLUG;
and change it to whatever your page slug is: eg:$activity_url = trailingslashit( get_bloginfo('url') ) . BP_NEWS_SLUG;
Hope that works for you. Worked for me.
Forum: Plugins
In reply to: [Showdown] No Styling on Rating BarI’ve done as you advised and downloaded and re-uploaded the plugin files. Also disabled the active plugins one by one – still the same, no styling regardless of which theme.
Forum: Plugins
In reply to: [Showdown] No Styling on Rating Bar@owencutajar Is there a way to send the url privately?