lorro
@lorro on WordPress.org and Slack
- Member Since: December 21st, 2013
- Location: Sheffield, UK
- Website: topcode.co.uk/contact-us
Bio
Interests
Contribution History
lorro’s badges:- Plugin Developer
-
Posted a reply to Text and Terms-and-conditions-checkbox is skewed, on the site WordPress.org Forums:
The style causing the mis-alignment is coming from your theme. Try this custom CSS: .checkbox… -
Posted a reply to Checkout Page ”Returning Customer?” Text – Edit, on the site WordPress.org Forums:
1. Load up Say What? https://wordpress.org/plugins/say-what/ Set up a new text change (on the Tools… -
Posted a reply to WooCommerce Bookings – abandoned?, on the site WordPress.org Forums:
wordpress.org doesn't support commercial plugins, so I think you are mistaken in recalling a support… -
Posted a reply to Warning: date_format(), on the site WordPress.org Forums:
OK, I think I've got to the bottom of this with some debugging. Some spammer… -
Posted a reply to Warning: date_format(), on the site WordPress.org Forums:
I tried 1. from Adam's post but it made no difference. I've done 2. and… -
Posted a reply to Warning: date_format(), on the site WordPress.org Forums:
Thank you for your full reply. I have carried out the steps in 1. above… -
Created a topic, Warning: date_format(), on the site WordPress.org Forums:
Im seeing about one a day of these: "Warning: date_for… -
Posted a reply to Label Payment checkout, on the site WordPress.org Forums:
If you look at: Dashboard > Appearance > Customize > Additional CSS take out the… -
Posted a reply to Telephone Number in Ship to a different address not showing, on the site WordPress.org Forums:
The phone field in the shipping section isn't a feature of the WooCommerce core plugin.… -
Posted a reply to Insert Image using CSS, on the site WordPress.org Forums:
When you say "right down the bottom" do you mean its covered over by other… -
Posted a reply to Insert Image using CSS, on the site WordPress.org Forums:
CSS would allow you to put a background image to an html element, but there… -
Posted a reply to Change Order Note, on the site WordPress.org Forums:
The order object is described here: https://woocommerce.github.io/code-reference/classes/WC-Order.html See if: $order->get_payment_method(); will help you. -
Posted a reply to WooCommerce 6.2.1 Breaks WordPress 5.9 Site, on the site WordPress.org Forums:
I've downloaded a fresh copy of WooCommerce 6.2.1. class-woocommerce.php line 509 is trying to include… -
Posted a reply to vertically layout for the products title on admin side, on the site WordPress.org Forums:
Clicking the link to your image gives "Access Denied". So,sight unseen. This problem is usually… -
Posted a reply to change “shipping” to “Shipping and delivery” in cart, on the site WordPress.org Forums:
Download woocommerce.zip onto my hard drive, unzip it, and use EasyFind.app to search through the… -
Posted a reply to change “shipping” to “Shipping and delivery” in cart, on the site WordPress.org Forums:
Sorry, as my previous post except: Context: shipping packages -
Posted a reply to My-account address(es) menu item is styled wrong ie. singular/plural, on the site WordPress.org Forums:
I have tried what you say and concur that the singular and plural forms are… -
Posted a reply to change “shipping” to “Shipping and delivery” in cart, on the site WordPress.org Forums:
Loco Translate enables you to create a custom translation file which is great in that… -
Posted a reply to Product title in the product single page, on the site WordPress.org Forums:
The forum guidelines require that everthing stays on the forum so the question and answer… -
Posted a reply to Product title in the product single page, on the site WordPress.org Forums:
Please post a link to a relevant page so the markup and styes can be… -
Posted a reply to Woocommerce “Add to cart” button and quantity missing in mobile view, on the site WordPress.org Forums:
The template at: wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php is not being found in mobile view. Your site has its… -
Posted a reply to Lost password page – Critical error, on the site WordPress.org Forums:
As above, plus it can be useful to edit wp-config.php, look for WP_DEBUG and set… -
Posted a reply to Css Codes Not Working,, on the site WordPress.org Forums:
You don't tell us what theme you are using but its possible the css field… -
Posted a reply to how to change image size of a particular category, on the site WordPress.org Forums:
@niranjan9431 bro you need to stop asking me stuff, I'll jump in when I'm able.… -
Posted a reply to Checkout – labels not displaying, on the site WordPress.org Forums:
The css is inside the declaration for: @media (min-width: 320px) and (max-width: 480px) {} and… -
Posted a reply to Checkout – labels not displaying, on the site WordPress.org Forums:
If you would like to select the elements using ids, the syntax is different, so:… -
Posted a reply to Custom field using gravity forum, on the site WordPress.org Forums:
Give it some time, one of the plugin support team may be able to help.… -
Posted a reply to Custom field using gravity forum, on the site WordPress.org Forums:
Sorry I've never used Gravity forms. -
Posted a reply to Conditional attributes on variable products, on the site WordPress.org Forums:
@niranjan9431 This isn't necessary. Just have "None" as an option for your colour attribute. Ensure… -
Posted a reply to Checkout – labels not displaying, on the site WordPress.org Forums:
The offence is being caused by a css class; "screen-reader-text" and the associated styles, and… -
Posted a reply to woocomerce update problem, on the site WordPress.org Forums:
What error message do you see? The "Disable WooCommerce Bloat" plugin can cause this. Do… -
Posted a reply to Quantity Unit, on the site WordPress.org Forums:
Maybe worth looking at this plugin. I can't say if it will do exactly what… -
Posted a reply to Checkout – labels not displaying, on the site WordPress.org Forums:
It looks like jetpack is affecting the styles. Try this custom css to overide the… -
Posted a reply to Conditional attributes on variable products, on the site WordPress.org Forums:
If you have just the WooCommerce core plugin, then you can't do exactly that. I… -
Posted a reply to Loco translate and update, on the site WordPress.org Forums:
You have created a custom translation file. If you have put your custom file in… -
Posted a reply to Woocommerce “Sort by” Translation, on the site WordPress.org Forums:
The "Sort by" string is coming from Avada, not Woocommerce. We can see it on… -
Posted a reply to I cannot get rid of product count on mobile display, on the site WordPress.org Forums:
@jktech42 This thread is about the product count. Do you mean the product count or… -
Posted a reply to Simple Table Manager, on the site WordPress.org Forums:
No futher activity on the original post so closing as resolved. -
Posted a reply to Change “Category” to “Other”, on the site WordPress.org Forums:
Try this custom css: .posted_in { visibility: hidden; font-size: 2px; } .posted_in:before { visibility: visible;… -
Posted a reply to Simple Table Manager, on the site WordPress.org Forums:
Try this: @media (max-width: 999.98px) { [data-products] { --shop-columns: repeat(2, minmax(0, 1fr)) !important; } }… -
Posted a reply to Simple Table Manager, on the site WordPress.org Forums:
@niranjan9431 Looks OK from here so maybe your cache cleared. However, I this is the… -
Posted a reply to Simple Table Manager, on the site WordPress.org Forums:
Sorry, that's not a feature of Simple Table Manager. STM is admin-side only. You could… -
Posted a reply to Won’t activate, on the site WordPress.org Forums:
I'm pleased the fix worked. Marking as resolved. -
Posted a reply to Won’t activate, on the site WordPress.org Forums:
Simple Table Manager v1.5.4 is conflicting with your plugin whose name appears in: wp-content/plugins/course-editor/course-editor.php on… -
Committed [2661153] to Plugins SVN:
Update to remove conflict with course-editor plugin. -
Posted a reply to Fatal error: Uncaught Error: Call to undefined function induspro_bunch_global_va, on the site WordPress.org Forums:
As Oyadeyi says, but I suspect the error is coming from your theme because the… -
Posted a reply to Removing link, on the site WordPress.org Forums:
There are zillions of posts and you can attract the attention of a moderator by… -
Posted a reply to proceed to checkout button not displaying in cart page, on the site WordPress.org Forums:
I'm seeing this error: "Invalid value for paymentRequest(): country should be one of the following… -
Posted a reply to Change HTML tag, on the site WordPress.org Forums:
Use this custom css for a moment: .title-design-disable { display: block !important; } You should… -
Posted a reply to Change HTML tag, on the site WordPress.org Forums:
Try this in functions.php for your child theme. remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 ); add_action( 'woocommerce_shop_loop_item_title',…
Developer
-
Simple BMI Form
Active Installs: 70+
-
Simple Plugin Selector
Active Installs: Less than 10
-
Simple Table Manager
Active Installs: 700+