Woodcock02
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Strange font in shop drop down menu, DELI themeOK James
I think it might have been a cache issue – I was reading about someone else who had the same error types and with a bit more reading around I have got it to work – finally !!
So thank you for your support, and good to know that the code was fine and did exactly what you said.
kind regards
ColinForum: Themes and Templates
In reply to: [Deli] Posts font very smallTHANKS
This is what is happening (after a bit of fiddling! – code I used is below) – ideally I would like the price to appear in the bottom left position in this screenshot – not at the top. I am not sure it is necessary to have the price range showing, so I tried to disable that disable that with a display: none – but it doesn’t work, you get no price at all !
.single-product div.product .summary { position: relative; } .single-product div.product .summary .single-price { position: absolute; bottom: 0; right: 0; }
Kind regards
ColinForum: Themes and Templates
In reply to: [Storefront] Strange font in shop drop down menu, DELI themeHi James
PLEASE help – do you have any idea at all why this is crashing my site ??
Please ask around as it appears that I cannot add anything to ANY .php file without it crashing the whole site.
I have disable the DELI theme and it still does it.
thanks in advance
ColinForum: Themes and Templates
In reply to: [Deli] Posts font very smallAhhhhh ! Just spotted another glitch
If there are two options for the price we get a pile of tags ??!!
https://wildlifewatercolourpaintings.co.uk/product/golden-eagle-head-study-print/
Cheers
CForum: Themes and Templates
In reply to: [Deli] Posts font very smallOMG
How did this happen ? date is VERY close to title – is that normal ?
https://wildlifewatercolourpaintings.co.uk/uncategorized/hello-world/
C
Forum: Themes and Templates
In reply to: [Deli] Posts font very smallAwesome – you have made someone very happy !!
I wish I could do the same for you – have a great day !!
I will spread the word . . .
ColinForum: Themes and Templates
In reply to: [Deli] Posts font very smallI have found a solution, so thanks, will investigate the ‘subscribe to email’ plugin too. Finally it looks like we can send this live.
Just got to find out how to remove the annoying space above the slide show on the home page – it seems way too big – any pointers ??
Have a great day and thanks again
CForum: Themes and Templates
In reply to: [Deli] Posts font very smallHa !
Never thought of looking there, I look at reports in a totally different way, certainly not as a list of clients etc.However – that only shows me people who have ordered. I have imported clients from my old website, so there are no orders associated with them – how do I see them ??
I will search for customer management – thanks again for all your help, it is so refreshing to be able to actually progress, rather than be stumped all the time. But I must say that WP is a VERY steep learning curve for someone who grew up with a MAC.
take care and enjoy life ??
Forum: Themes and Templates
In reply to: [Deli] Posts font very smallThanks
Do you make (or know of) a plugin that lets you see and manage (delete, edit etc) the customers that register on the site ? How do I check if someone is registered or not ? On my old site I could browse all the customer records.
Cheers
ColinForum: Themes and Templates
In reply to: [Deli] Posts font very smallSpeechless !
I couldn’t find out if your plugin ‘Subscribe by email’ is compatible with DELI and Storefront. Looks good as a starter ??
Thanks again for the awesome tips – taken me three months of forum posts to find u !
take care
CForum: Themes and Templates
In reply to: [Deli] Posts font very smallYeaay !
As I said you are an ABSOLUTE genius !!
Thank you so much – perhaps this will tax you
.page-id-990 #breadcrumbs {
display: none;
}Does not remove the breadcrumbs on that page – in fact nothing I try removes any breadcrumbs.
PLEASE send me a link to donate, I hate being frustrated and this has solved so much for me
kind regards
ColinForum: Themes and Templates
In reply to: [Deli] Posts font very smallYou, Sir, are a genius !!!
No, if only:
1. I could remove that annoying drop down arrow in the main nav
2. Change the black background of that ‘Older Products’ thing at the bottom
and finally. . .3. Move the price label ticket in single product view to the bottom under the add to basket. I have had a suggestion for this but it crashes the plugin – add_action( 'init', 'jk_move_price' );
function jk_move_price() {
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 30 );
}
I would be so happy :-)) And happy to donate via Paypal too !
Just repairing a burst cistern which went at 5.00am, water through the ceiling etc., so not really a great start to the day ??
kind regards
CForum: Themes and Templates
In reply to: [Storefront] Strange font in shop drop down menu, DELI themeOK
I have disabled all the plugins that I have uploaded since the first time I used Theme Customisations. No effect it still crashes.
I even deleted all my custom CSS and that has not made any difference either
So at a loss here
CForum: Themes and Templates
In reply to: [Storefront] Strange font in shop drop down menu, DELI themeHi James
I have deleted the plugin (again) and downloaded a fresh version from WooThemes – it still sends an error when I try and update with the code inserted.
If I update without adding any text it is fine.Strange
CForum: Themes and Templates
In reply to: [Storefront] Strange font in shop drop down menu, DELI themeYes ! I have done it lots of times – removing the first bracket etc.
Could it be a plugin conflict ??
The only one I have added is Weight Based Shipping for WooCommerce by Danggoodman.
I will try again – when I delete the folder of the plugin in WP – does it delete everything ?? I have done that and uploaded the original zip three times and it is still doing it
Thanks for looking at it
cheers
Colin