junger
Forum Replies Created
-
sames here
Forum: Plugins
In reply to: [Simple Locator] Map and results not showing up in designated containersHi prius111 –
I was having this issue; the map not displaying where/how I wanted it to.
To make it work right, add a bit of javascript that adds a class to the map container when the submit button is clicked.
<script> $(document).ready(function() { $('.wpslsubmit').click(function() { $('#treatment-center-map').addClass("mapheight"); }); }); </script>When the submit button is clicked, my mapheight class is added to the container. The class gives the container the height needed and it displays correctly.
Forum: Plugins
In reply to: [Social Metrics Tracker] Too Many Posts? 502 ErrorAwesome, thanks Ben!
Any direction on, if for the meantime, I want to activate the plugin but NOT run the query at the same time? Happy to comment out the code that does it for now.
Forum: Plugins
In reply to: [The Events Calendar] calendar not going to to page 2+1
Same issue here.
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] IE8 issueI’ve got this issue, too, in IE 8.
On the footer of my page, this random text is showing …
Original text
Contribute a better translationThe translator bar also shows up after you translate something — but really weirdly.
See before (working):
http://snag.gy/TfN8Y.jpgSee after (not working):
http://snag.gy/vDYGM.jpgForum: Plugins
In reply to: [BU Versions] Submission MessagesThanks!
Forum: Plugins
In reply to: [Latest Tweets Widget] Time Zone OffHey Tim – thanks for looking into this.
I’ve installed the dev version on two sites, and am still seeing times off by 3 hours (for east coast time – 2 hours if the site is set for central time).
Is it not possible to grab the time straight from the Tweet itself?
Forum: Networking WordPress
In reply to: Avatar Image Path Wrong on Some SitesMika, the .htaccess worked great!
Thanks for your help.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Submission Data ErrorFigured out how to clear this myself.
In wp_options, there’s an option named fm-ds-(form number) … I deleted the option_value and all was restored.
Forum: Plugins
In reply to: [CubePoints] Cubepoints Network Activated for MultisiteFollow the instructions here. It worked for me.
http://cubepoints.com/forums/topic/cubepoints-wordpress-mu-buddypress/Only change I made was to comment out
if($count==0){
}
in cp_hooks.php
Keep the lines in the middle but kill the if statement.
Forum: Plugins
In reply to: [Broken Link Checker] WP Memory warningsSame thing with me. Knocked out my server.
My suggestion is to use it once to find bad links, then delete it until you need to check again.
Forum: Plugins
In reply to: WordPress Referral/Invitation PluginI’d also be interested in something like this.
The Cubepoints folks did a WP-Member Invites plugin that gives you points for referring new people, but it’s email only.
Jason, have you found anything?
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and Amazon S3 pathsHi Frederick – just submitted it. Thank you for your help!
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and Amazon S3 pathsHmm, it seems like it’s something with the necessary .htaccess rewrite rules for Buddypress.
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]Is that something that can be added in with the plugin? Or in Amazon s3?
Forum: Networking WordPress
In reply to: Widgets page missing from WPMU member blog adminThanks Sam!
Can you reproduce the entire list of capabilities for the administrator — not just the additions and subtractions?
Really appreciate your help