garethrtac
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Mobile Menu has gone transparentBrilliant, thank you for that! That has been a massive help thank you so much.
Forum: Themes and Templates
In reply to: [Storefront] Mobile Menu has gone transparentUpdate: I had forgotten to choose Handheld menu as Main Menu, so that is now fixed. Just need help with the white boxes which are showing prior to clicking on Menu icon.
Thanks.
Forum: Themes and Templates
In reply to: [Storefront] Mobile Menu has gone transparentHello @kaushiksomaiya thank you so much, that has sorted the background out. However I now have 2 issues:
The mobile menu is not showing my Main Menu for some reason – do you know why that it?
The desktop site is showing the correct Nav (Main Menu) but the mobile menu is showing a completely different one.
Also, I have 2 white boxes appearing now since changing the CSS – please see attached screenshot here…https://i.ibb.co/3FSnxBh/Hollings-menu-2.jpg
Thanks again.
Hi @lianakap that is great thank you!
Forum: Themes and Templates
In reply to: [Storefront] Removing this white space on mobileHi @shrutiwpcom AMAZING! Thank you very much that has worked a treat!!!
Forum: Themes and Templates
In reply to: [Storefront] Removing this white space on mobileActually @3sonsdevelopment I have just noticed that for some reason, the burger menu has now got a transparent background instead of all white.
Are you able to assist please, screengrab below:
https://i.ibb.co/ZGmqckw/Hollings-menu-error.png
I have removed the bit of code for the time being so that the menu is still visible on mobile.
Thanks.
Forum: Themes and Templates
In reply to: [Storefront] Removing this white space on mobile@3sonsdevelopment thank you SO much! That is absolutely perfect!! Just what I wanted.
Thanks very much!
Forum: Themes and Templates
In reply to: [Storefront] Homepage on mobile – how to have product columns?Thank you for the reply @stuartduff however I am not au fait with writing my own custom CSS, do you know of a way how I could achieve 2 columns for products on the homepage please?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] How to add prefix to Order Numbers?Thanks @gabrielfuentes
Works perfectly! Thank you so much.
Forum: Plugins
In reply to: [WooCommerce] How to add prefix to Order Numbers?Thanks @gabrielfuentes
So if I add the following code, in to the Code Snippets plugin, then it should work?
add_filter( 'woocommerce_order_number', 'change_woocommerce_order_number' ); function change_woocommerce_order_number( $order_id ) { $prefix = 'VK/'; $suffix = '/TS'; $new_order_id = $prefix . $order_id . $suffix; return $new_order_id; }Forum: Plugins
In reply to: [WooCommerce] How to add prefix to Order Numbers?Thanks @gabrielfuentes – how do I access the .php file to amend please? Where do I go for this please?
Thank you.
Hi there. I have now been able to resolve this! Thank you for coming back to me.
Forum: Fixing WordPress
In reply to: Remove padding on Homepage between Logo and Header on mobileWill do Steven, thanks again! Great help, appreciate it.
Forum: Fixing WordPress
In reply to: Remove padding on Homepage between Logo and Header on mobileHi @sterndata I have had another go and it actually works.
Is there any way to take just a tiny bit more of the padding off or with that code you supplied, are we at maximum?
Thanks again!
Forum: Fixing WordPress
In reply to: Remove padding on Homepage between Logo and Header on mobileTop man, will do, thanks Steven!