beckseden
Forum Replies Created
-
Hi,
I am using Elementor.
Are you able to change my filters? I wasn’t aware cleantalk had access to my the wordpress admin – how is this possible?
I’m not sure how I could whitelist any email addresses when I don’t know who might be using their email address more than once. I just want people to be able to send a questionnaire, and cannot anticipate who might be filling out a form for other people, or what email address they may use.
Thanks.
Forum: Themes and Templates
In reply to: [Neve] Sidebar not showing on single product pageI ended up just making elementor templates with the sidebar on for the relevant pages and using those instead.
I think I noticed later that it might have been a setting I missed, but I’m afraid I can’t remember where that was! I’m really sorry about that.
Forum: Themes and Templates
In reply to: [OceanWP] Menu Cart Text Colour -Displaying incorrectlyHi, Thanks very much @skalanter
For some reason I didn’t get your message notification until now.
I’d already troubleshooted all that – sorry, I should have said about deactivating other plugins. I also cleared all caches.
While i was waiting ofr areply, I tried another theme and it’s all working fine.
- This reply was modified 3 years, 2 months ago by beckseden.
Forum: Themes and Templates
In reply to: [Neve] Sidebar not showing on single product pageI found a workaround.
- This reply was modified 3 years, 2 months ago by beckseden.
Never mind. I have changed themes.
Forum: Plugins
In reply to: [WooCommerce] Howto grey out unavailable attributes on product pageHi @simplysaru
Yes, I did test it by changing the theme as suggested. That’s how I came to the conclusion in my last comment. ??
Forum: Plugins
In reply to: [WooCommerce] Howto grey out unavailable attributes on product pageHi @simplysaru
Brilliant tip, thank you. Yes, I can confirm, the css doesn’t work on my site to grey out those attributes. Ah well. I think I’m at a dead end since my theme support couldn’t help either. Thank so so much anyway!
Becky
Forum: Plugins
In reply to: [WooCommerce] Howto grey out unavailable attributes on product pageHiya @simplysaru
Thank you for you help! I really appreciate it.
I’ve tried that again. It didn’t break my site, hooray! It also didn’t appear to grey out anything BUT….I wonder if the “greyed out” colour is the same as my text colour, which is dark grey. I am now trying to find a way to change the colour of the attribute drop down box text to test that theory. But that’s another subject… ??
Thank you
Forum: Plugins
In reply to: [WooCommerce] Howto grey out unavailable attributes on product pageHiya @maykato
I tried adding it directly and also adding it through code snippets. The first did nothing,. The second gave me a notification that I’d broken my site so I quickly undid it! So frustrating that the code works for some but not me! I must be doing something wrong, but I don’t know what.
So this is the one you used:
Quote” Paste this code into your functions.php file and your unavailable variations will be disabled.
function wcbv_variation_is_active( $active, $variation ) {
if( ! $variation->is_in_stock() ) {
return false;
}
return $active;
}
add_filter( ‘woocommerce_variation_is_active’, ‘wcbv_variation_is_active’, 10, 2 );`“Unquote
I also notice that is says this afterwards – which I did not understand
“The rest you can do by simply adding a ::before in every disabled option.”
I was looking for a plugin, and unfortunately I won’t be able to afford this one for this tiny new site – maybe I can later. But for now, I’m either left with frustrated customers on finding another way to do it by changing the way variations and products are setup, which is probably what I will end up doing.
Many thanks for taking the time to repl
Becky
Forum: Plugins
In reply to: [WooCommerce] Howto grey out unavailable attributes on product pageAnother thought – I don’t have any variations existing that are not available. But some of the attributes for the product are not available for all the variations if that makes sense.
I’ve also realised that I linked you to the wrong video, and the right one seems to have disappeared!
Basically, if you select any of the colour with “gold” in, you should not be able to then select any decoration with silver in.
Thanks
Becky
ThanksBecky
Forum: Plugins
In reply to: [WooCommerce] Howto grey out unavailable attributes on product pageThank you very much for replying.
Yes, I did find that thread on my googling journey, and unfortunately, it didn’t do anything when I added that to my functions.php file.
Perhaps I didn’t know which values to change to make it work on my site.
Becky
Forum: Themes and Templates
In reply to: [Astra] How to change Menu text sizeHow strange – it’s not resolved yet. But it is now, thank you.
I didn’t reach out to tech support because I am using the free version. Does that not matter?
Forum: Themes and Templates
In reply to: [Astra] How to change Menu text sizeHi.
The website I need help with is https://www.chezchien.co.uk which does use Astra theme. Apologies or the confusion – I used the same code on the chez chien website.
Thanks
Becky
Forum: Themes and Templates
In reply to: [Astra] How to change Menu text sizeThe code no longer seems to be working. I just tried to increase the size a little more, and nothing is changing. I’ve cleared the cache etc.
I changed the code in customise>custom css to:
.main-header-menu > .menu-item > a {
font-size: 2em;
font-weight: bold;
}But nothing happened. Any suggestions would be gratefully received.
Many thanks
Becky
Forum: Fixing WordPress
In reply to: Error when uploading CSV “Sorry, This File Type…….Hiya. @corrinarusso
Sorry for the delay. Yes, same error.
I’m working around it by just adding
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
to my wp-config , uploading the csv, then deleting the code from my wp-config again. Not ideal, but at least I can get the work done.
My host says I can just leave the code in my WP config file if my security is strong enough. I have no idea if it is, so am playing safe.
Thanks all the same, I really appreciate your time.
Becky