3ring
Forum Replies Created
-
Hello @satindersingh, would you mind stating what the conflict was in your child theme? I cant seem to find anything in mine and I’m having the same problem.
Thank you.Forum: Plugins
In reply to: [Theme My Login] TML stopped displaying on default pages on multisiteHi Jeff;
There is no server-side caching occurring, but I did figure something out that is really weird.
If I login to a daughter site using /wp-login.php, where /login/ is not displaying the form, then once I logout and check /login/ – the form is displaying??
There are several dozen daughter sites. Any way I can avoid manually logging into each one to trigger this?
Can I privately send links to example sites?
Forum: Plugins
In reply to: [Theme My Login] TML stopped displaying on default pages on multisiteHey Jeff; thanks for the quick response.
This is really weird, I’ve updated to TML 7.0.1 but the issue is still there on SOME of the daughter multisites now… some are working OK and others are still not displaying the login form?Does it take a while to propagate throughout the entire network? (multisite install is using the subdomain method, with domain mapping to outside domains).
Forum: Plugins
In reply to: [Contact Form 7] Contact Forms 7 – not receiving file uploadsForgot to mention, I’m using WP 3.8.1 and CF7 3.7
Thanks Gabriel! This works sweet. What’s really weird is that on our dev site the html DID work inside template??!
Paul (muuver) 😉
Forum: Fixing WordPress
In reply to: My feed url? 3.4.2Seems there is a problem/bug in WP-3.4.2 that creates and error in the xml file that is at http://www.yoursite/feed
I’m getting this error, which indicates that the xml doesn’t start on the 1st line, but the 3rd line instead, and therefore doesn’t validate:
This page contains the following errors: error on line 3 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error.Anybody find a workaround for this yet? Mods?
@marklanham that fix to old revision worked for me too. Thanks. MCB 2.2.1 has been causing me weird errors of all types on many sites. Going back to the old version…
Hey @luminancedesign;
Any idea how to get a page template to only display jobs from a given category?
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Custom text on each category pageHey @petebocken – can you please describe this process in a little more detail?
Where did you put the php file you mention?
What template did you copy – ie: what is in the template file?
How were you able to add text to each specific category page?
Howd you get the new category page to only display jobs from that category?Thanks!!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job list category in homepage/page@petebocken can you please describe in a little more detail how you got your template to only display jobs in a specific category? Where did you put the php file you mentioned?
Hello @mercime,
Unfortunately for some reason I am not able to delete any of the files or folders created as a result of activating BP Template Pack. This is totally frustrating since on the plugin page on WP.org the authors say the process is completely reversible, which turns out is complete BS.
Whenever I try to delete any of the files off my server using FTP, I get an error:
Permission denied.
Error code: 3
Error message from server: Permission denied
Request code: 13This is equivalent to hijacking my server… I’d have to agree with WisTex “DO NOT INSTALL THIS ON A LIVE SITE”.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] POSSIBLE SEVERE SECURITY ISSUEHere’s another example of an application that passed validation without an email:
Job: 154 - XHTML / CSS Production Specialist http://www.3ring.com/jobs/xhtml-css-production-specialist/ Timestamp: 2011-11-23 23:32:40 Name: 0 Surname: 0 Email Address: /boot.ini%00 Address: 0 City: 0 Post code: 0 Country: 0 Telephone: 0 Cell phone: 0 Do you have a degree?: Yes Where did you complete your degree?: 0 Title of your degree: 0 : I have read and understood the Privacy Policy and Terms of Use.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thickbox – Click image for next rather than closeHey guys I think I’ve figured this out…
I did what Paulio recommended first:
Replaceid='TB_ImageOff'withid='TB_next'in thickbox.js around line 133.But the problem is the next button doesn’t work – I found a simple fix for this:
Around line 157 of thickbox.js you’ll see:
jQuery("#TB_next").click(goNext);right underneath that I just put
jQuery("#TB_nextPIC").click(goNext);
(essentially creating a separate jquery call)Then back at line 133 I changed it again to replace
id='TB_ImageOff'withid='TB_nextPIC'Presto – the next link now works! The only issue still remaining is that thickbox closes when the last image is clicked – big deal.
Forum: Plugins
In reply to: AdSense Ads showing up in Tweetmeme Image areI am having this same problem, but I have a custom theme. Please offer fix asap!!
Forum: Plugins
In reply to: Hide Comments based on user levelI’d like to be able to hide the comments admin from contributors using this plugin.