truelux
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Disable "Update User" in Edit User for Specific Role?I was able to solve this with jquery
Forum: Fixing WordPress
In reply to: Sort BuddyPress Activity by Profile Field (Location) ?Anyone?
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] I can click submit and captcha does nothing?here is a link dreamcarbroker.com/registration/
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Shipping address missingNever mind… Now it works. Looks like I had to delete the Cache after selecting the new default option. Works now! Both the billing and shipping addresses appear on the print out.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Shipping address missingI went into WooCommerce Settings > Shipping > and set the default to “Default to shipping address”.
However, when clicking on the “Print Invoice”, I still get the billing address instead.
This makes the html code appear in the value, not the icon itself.
Forum: Fixing WordPress
In reply to: Limit Number of Uploads Based on Role?thanks but the second half of that code doesn’t work ?? For some reason I can’t get the upload_count meta_key value to reset when I delete the images from media.
I ended up installing the plugin – “Gravity Forms No CAPTCHA reCAPTCHA” to display Google’s new captcha service. Waiting to see if I get any 404s from that.
I have
/wp-content/uploads/gravity_forms/
as the FOLDER whitelist but that doesn’t prevent the 404.
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/941805858.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/941805858.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/941805858.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/941805858.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/941805858.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/466902049.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/887369592.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/887369592.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/887369592.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/466902049.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/466902049.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/466902049.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/1250714246.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/887369592.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/1666531304.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/1666531304.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/840612350.png
/wp-content/uploads/gravity_forms/captcha-72f780b5d276e336909599f74550b2d8/466902049.pnghow am I supposed to stop this from getting logged?
Forum: Plugins
In reply to: [WP Super Cache] captcha Images are not showingI’m still getting this issue….. why is this never fixed?
each captcha is different… they are random numbers
Forum: Plugins
In reply to: [Postie] Multiple Addresses; multiple categoriesDefinitely need this!
Forum: Fixing WordPress
In reply to: Filtering Posts by Custom Taxonomy PHP function? Not working?Got it working…
had to use the
<?php if ( has_term( 'new-york', VA_LISTING_LOCAL_PLACE, get_the_ID() ) ) : ?>
instead of “get_term”