daymobrew
@daymobrew on WordPress.org
- Member Since: August 12th, 2009
- Location: Dublin, Ireland
- Website: damiencarbery.com
- : damiencarbery
Contribution History
daymobrewโs badges:- Core Contributor
- Documentation Contributor
- WordCamp Speaker
Posted a reply to dns_get_record() warning on localhost, on the site WordPress.org Forums:
A quick fix is to add '@' before the dns_get_record() call i.e. $dns_records = @dns_get_record(โฆPosted a reply to dns_get_record() warning on localhost, on the site WordPress.org Forums:
Of course some online features are not going to work in offline mode but theโฆCreated a topic, New layout is a confusing mess, on the site WordPress.org Forums:
Versoin 5 is a terrible confusing mess. For most ofโฆPosted a reply to dns_get_record() warning on localhost, on the site WordPress.org Forums:
Yes, it is in offline mode. The Settings page says: Currently in Offline Mode (someโฆCreated a topic, dns_get_record() warning on localhost, on the site WordPress.org Forums:
I am running WAMP64 on my Windows 11 machine so WordPrโฆMentioned in [59506] on Core SVN:
Filesystem API: Check `PHP_OS_FAMILY` instead of `php_uname()` in PclZip.Posted a reply to _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
In email-log/load-email-log.php there is code that loads a lot of the plugin at 'plugins_loaded', whichโฆCreated a topic, Fatal error when product does not have categories, on the site WordPress.org Forums:
My client does not use categories for his WooCommerce โฆCreated a topic, Change shopper-prices.php to use REST API or ajax, on the site WordPress.org Forums:
I have hardened by WordPress installation by preventinโฆCreated a topic, FYI: Small typos in plugin description page, on the site WordPress.org Forums:
In the Description on the main plugin page: "colleact โฆPosted a reply to Duplicate โAmazon S3: Europe (Irlande)โ in S3 destination, on the site WordPress.org Forums:
me-south-1 = Middle East (Bahrain)Posted a reply to Duplicate โAmazon S3: Europe (Irlande)โ in S3 destination, on the site WordPress.org Forums:
For @korsani they can Inspect Element to see which one is really Stockholm - IโฆPosted a reply to Duplicate โAmazon S3: Europe (Irlande)โ in S3 destination, on the site WordPress.org Forums:
I had a quick look at the languanges/*.po files looking for Stockholm and Ireland. IโฆPosted a reply to Plugin was preventing Dasard login until I disabled it in File manager., on the site WordPress.org Forums:
The error is because there are 2 empty lines at the end of cardoza_facebook_like_box.php. TheโฆPosted a reply to Translations not showing โ custom plugin, on the site WordPress.org Forums:
My code was missing the domain in the l10n calls. Something like: __( 'English string'โฆCreated a topic, Translations not showing โ custom plugin, on the site WordPress.org Forums:
I have a plugin that inserts text into WooCommerce OrdโฆPosted a reply to Red lines caused by plugin, on the site WordPress.org Forums:
The website has the accessibility plugin, not the site visitor. And I donโt think thatโฆPosted a reply to Red lines caused by plugin, on the site WordPress.org Forums:
This is intentional - it is a :focus style, to help people find what elementโฆCreated issue #1531 in the WordPress/Documentation-Issue-Tracker repository:
Add Required Plugin header field to Header RequirementsPosted a reply to str_contains etc only in PHP8, on the site WordPress.org Forums:
No errors, a premptive/paranoid report. I didn't know about the polyfill. I've updated my sitesโฆCreated a topic, str_contains etc only in PHP8, on the site WordPress.org Forums:
I see that v1.12.0 uses str_contains/str_starts_with/sโฆPosted a reply to How do I make grid layout instead of masonry, on the site WordPress.org Forums:
I changed two files includes/class-pgafu-script.php - add filter to change layoutMode, use inline script toโฆPosted a reply to How do I make grid layout instead of masonry, on the site WordPress.org Forums:
I have developed code that allows users change the layoutMode by using a filter. IโฆPosted a reply to How do I make grid layout instead of masonry, on the site WordPress.org Forums:
I tried changing the html in includes/shortcode/pgafu-postgrid-filter.php to add a data-isotope attribute but it didโฆPosted a reply to How do I make grid layout instead of masonry, on the site WordPress.org Forums:
I edited assets/js/pgafu-public.js to add layoutMode : 'fitRows', to the isotope call in pgafu_post_filter_init(). IโฆCreated a topic, How do I make grid layout instead of masonry, on the site WordPress.org Forums:
I am making some CSS changes to the layout. Using sโฆPosted a reply to Recaptcha not appearing on Multi-Site (sub-sites) checkout., on the site WordPress.org Forums:
The Woo docs recommend checking for the 'woocommerce' class. class_exists( 'woocommerce' ) See: https://woo.com/document/query-whether-woocommerce-is-activated/Posted a reply to Error with PHP 8.4, on the site WordPress.org Forums:
I have the same issue with PHP 8.3.2.Posted a reply to Last Update destroyed my website, on the site WordPress.org Forums:
Same here. Reverted to 2.11.4 (thanks for the quick link @royhuetink)Posted a reply to What was the motivation for the 4.2.0 security changes?, on the site WordPress.org Forums:
Thanks for the lengthy reply. Very helpful. I'd read the guide but I was lookingโฆCreated a topic, What was the motivation for the 4.2.0 security changes?, on the site WordPress.org Forums:
I read the 4.2.0 Changelog and I see that I will have โฆPosted a reply to User profile โ selected State white on white as โwp-admin-theme-color not set, on the site WordPress.org Forums:
It has been fixed in 8.3.1 by adding fallback colours to the property value e.g.โฆPosted a reply to User profile โ selected State white on white as โwp-admin-theme-color not set, on the site WordPress.org Forums:
I am using Storefront. I set up a clean install with Woo 8.3.1 and StorefrontโฆPosted a reply to User profile โ selected State white on white as โwp-admin-theme-color not set, on the site WordPress.org Forums:
Screenshot: https://snipboard.io/1ZnAtX.jpg Status report: https://gist..com/damiencarbery/90304322baed53754681675c528721eeCreated a topic, User profile โ selected State white on white as โwp-admin-theme-color not set, on the site WordPress.org Forums:
WordPress 6.4.1, WooCommerce 8.2.2, Storefront 4.5.3. โฆPosted a reply to Is there a filter to add additional checks/restrictions before downloading?, on the site WordPress.org Forums:
This filter will work for me. I will change the 'access' array in my filterโฆPosted a reply to Is there a filter to add additional checks/restrictions before downloading?, on the site WordPress.org Forums:
I didn't realise there were great docs for the plugin. I found a filter thatโฆCreated a topic, Is there a filter to add additional checks/restrictions before downloading?, on the site WordPress.org Forums:
I am trying to restrict downloads based on user meta (โฆPosted a reply to WooCommerce High-Performance Order Storage upgrade โ Compability, on the site WordPress.org Forums:
The plugin is probably compatible with HPOS because it does not work on orders (HPOSโฆPosted a reply to Images not loading on simple slider (on one site), on the site WordPress.org Forums:
Thanks for the explanation and quick help.Posted a reply to Images not loading on simple slider (on one site), on the site WordPress.org Forums:
I fixed it. It seems that the Smart Slider JS files were injected in theโฆCreated a topic, Images not loading on simple slider (on one site), on the site WordPress.org Forums:
I installed SmartSlider3 on a site and it worked perfeโฆPosted a reply to Critical Error Previewing Any Emails, on the site WordPress.org Forums:
I've just encountered the same error. I have Custom Order Statuses for WooCommerce plugin andโฆPosted a reply to How to avoid custom shortcodes being overwritten on updates, on the site WordPress.org Forums:
I definitely second the "use a plugin" suggestion. I wrote about creating a CF7DTX shortcodeโฆPosted a reply to file_list data not stored when WooCommerce HPOS active, on the site WordPress.org Forums:
I have changed the new_cmb2_box() code: $woo_hpos_active = get_option( 'woocommerce_custom_orders_table_enabled' ); $object_types = ( 'yes'โฆPosted a reply to file_list data not stored when WooCommerce HPOS active, on the site WordPress.org Forums:
I think I've figured out the issue: If object_types is shop_order and woocommerce_page_wc-orders then itโฆPosted a reply to file_list data not stored when WooCommerce HPOS active, on the site WordPress.org Forums:
It's also strange that when debugging in VSC I added breakpoints at the top ofโฆPosted a reply to file_list data not stored when WooCommerce HPOS active, on the site WordPress.org Forums:
I noticed that when I put the file_list field in another meta box (one fromโฆCreated a topic, file_list data not stored when WooCommerce HPOS active, on the site WordPress.org Forums:
Sorry to bother again. This is possibly related to my โฆCreated a topic, for warning about accessing order ID directly, on the site WordPress.org Forums:
As reported by someone else, there is a notice in the โฆ
Plugins
3CX Free Live Chat, Calls & Messaging
Admin Columns
Adminimize
Advanced Cron Manager - debug & control
Advanced Custom Fields (ACFยฎ)
Advanced Export for WP & WPMU
AMP for WP - Accelerated Mobile Pages
Asset CleanUp: Page Speed Booster
BackWPup โ WordPress Backup & Restore Plugin
bbPress Notify (No-Spam)
Blox Lite
Broken Link Checker
Cache Enabler
Category Posts Widget
Checkout Field Manager (Checkout Manager) for WooCommerce
Code Snippets
Comet Cache
Comments Extra Fields For Post,Pages and CPT
CookieYes - Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)
Custom Contact Forms
Custom Login
Debogger
Debug Bar
Debug Bar Actions and Filters Addon
Debug Bar Console
Debug Bar Post Meta
Developer
Disable Emojis (GDPR friendly)
Disable REST API
Disable XML-RPC
Disable XML-RPC Pingback
Display Featured Image for Genesis
Display Posts - Easy lists, grids, navigation, and more
Download Manager
Easy Timer
Edit Flow
Email Templates Customizer and Designer for WordPress and WooCommerce
Events Manager - Calendar, Bookings, Tickets, and more!
EWWW Image Optimizer
Exploit Scanner
F12-Profiler
Fixed Widget and Sticky Elements for WordPress
Flying Pages: Preload Pages for Faster Navigation & Improved User Experience
Genesis Connect for WooCommerce
Genesis Dambuster
Genesis Sandbox Featured Content Widget
Genesis Simple Hooks
Genesis Simple Sidebars
Genesis Visual Hook Guide
Grids: Layout builder for WordPress
Groups
Gutenberg Blocks Library & Toolkit - Editor Plus
Gutenberg Blocks Templates - 50+ Free Gutenberg Block Designs
Gutenberg Blocks with AI by Kadence WP โ Page Builder Features
Hustle - Email Marketing, Lead Generation, Optins, Popups
If Menu - Visibility control for Menus
Imsanity
InfiniteWP Client
Integrity Checker
Jquery Validation For Contact Form 7
Limit Login Attempts
Log Deprecated Notices
MailChimp Campaign Archive
Maps Widget for Google Maps
MC4WP: Mailchimp for WordPress
Multisite Enhancements
New User Approve
Ninja Forms - The Contact Form Builder That Grows With You
Only One Category
PDF Invoices & Packing Slips for WooCommerce
Plugin Detective - Troubleshooting Conflicts
Plugin Organizer
Polylang
Popup for Contact Form 7
Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popups Builder
PPM Carousel
Preview E-mails for WooCommerce
Prime Mover - Migrate WordPress Website & Backups
Product Enquiry for WooCommerce
PublishPress Capabilities - User Role Editor, Access Permissions, User Capabilities, Admin Menus
PublishPress Revisions: Duplicate Posts, Submit, Approve and Schedule Content Changes
Query Monitor - The developer tools panel for WordPress
Query Posts
Really Simple CAPTCHA
Recent Updates Dasard Widget
Redirection
Regenerate Thumbnails
Related Posts for WordPress
Restore Link Title Field
Search, Filters & Merchandising for WooCommerce
SEO Friendly Images
ShareThis Dasard for Google Analytics
ShiftNav - Responsive Mobile Menu
Show Current Template
Simple Custom CSS Plugin
Simple History โ Track, Log, and Audit WordPress Changes
Simple Lightbox
Simple Like Page Plugin
Simple Map
Simple URLs - Link Cloaking, Product Displays, and Affiliate Link Management
SiteOrigin CSS
Slider by Soliloquy - Responsive Image Slider for WordPress
Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider
Smash Balloon Social Post Feed - Simple Social Feeds for WordPress
Solid Security โ Password, Two Factor Authentication, and Brute Force Protection
Stellar Places
Storefront Hamburger Menu
Stream
Sucuri Security - Auditing, Malware Scanner and Security Hardening
Testimonial Slider
The Events Calendar
Theme Check
Theme My Login
Theme Test Drive
Titan Anti-spam & Security
Tools for Twitter
Twitter
Twitter Widget Pro
UpdraftPlus: WP Backup & Migration Plugin
Use Google Libraries
User Role Editor
User Switching
Video Background
Website Builder by SeedProd โ Theme Builder, Landing Page Builder, Coming Soon Page, Maintenance Mode
Widget Content Blocks
Widget Context
Widget CSS Classes
Widget Importer & Exporter
Widget Output Filters
WOO Stickers by Webline
WooCommerce
WooCommerce Advanced Product Quantities
WooCommerce Cart Tab
WooCommerce New Product Badge
WooCommerce Product Gift Wrap
WooCommerce Products Per Page
Wordfence Security - Firewall, Malware Scan, and Login Security
WP Activity Log
WP Fingerprint
WP Migrate Lite - WordPress Migration Made Easy
WP Minify Fix
WP Store Locator
WP Super Cache
WP Twitter Feeds
WP Updates Notifier
WP YouTube Lyte
WP-Optimize โ Cache, Compress images, Minify & Clean database to boost page speed & performance
WP-Sweep
WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More
WPS Hide Login
XML Sitemap Generator for Google
Yoast SEO