lesliedeanbrown
Forum Replies Created
-
I have updated my review accordingly.
- This reply was modified 1 year ago by lesliedeanbrown.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Quick view not displaying at all.??Well, that is done.
It looks like they reinstated this bit of code to make it show after product thumbnail:<?php do_action( 'woocommerce_after_shop_loop_item' ); ?>
Okay. However, now the site shows unwanted default woo “add to cart” text link, like so: https://www.vandenhooven.com.au/store/ ??
Is there any way to remove that???
Here’s how it looked before: https://web.archive.org/web/20231101175400/https://www.vandenhooven.com.au/store/
I usually try to solve some problems myself so I googled and found this bit of code:add_action( 'woocommerce_after_shop_loop_item', 'remove_add_to_cart_buttons', 1 ); function remove_add_to_cart_buttons() { if( is_shop()) { remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); } }
However I tried that and it didn’t work.
And also, for the YITH admin option “Quick View Button Position” when I select “Inside product image”, quick view button/icon still doesn’t show in my theme. So I used “after ‘add to cart’ button and moved the element with css.??I decided to purchase premium version.
ok thanks ??
The only other Amazon Pay plugin (which I won’t mention by name) only works in Middle Eastern countries.
So basically I wasted 10/15/20 minutes of my life, time which I would have much preferred having a cup of tea break (or something). When people are striving to save time in terms of mere seconds, I think this is too much time going to waste…
Do you expect me to give it 3, 4 or even 5 stars even if it doesn’t work for me? It never worked. I wasn’t eligible. I would prefer to leave “no stars”, but wordpress does not allow me to do that.
Yes I realise that Amazon decides these things, but it was not made clear to me BEFORE downloading the plugin.- This reply was modified 1 year ago by lesliedeanbrown.
- This reply was modified 1 year ago by lesliedeanbrown.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Quick view not displaying at all.??Yes that is helpful. ??
Unfortunately I am not smart enough to know what you are talking about exactly (or how to solve it myself).??
I will definitely contact them.????
Then see about getting pro version (because I want the product navigation feature)??- This reply was modified 1 year ago by lesliedeanbrown.
- This reply was modified 1 year ago by lesliedeanbrown.
I mean, is it possible to get my existing lightbox to work, maybe that’s easier? ?? I suppose I have to go back to my web developer for that…
Forum: Reviews
In reply to: [Gutenberg] Terrible.Also, can I switch back and forth between the classic editor and G? On the actual page or post itself I mean, not in the admin settings. I.e.easily. If not, why not?
I used G the other day because I wanted a 2/3 column. And it worked, but it wasn’t like going from visual editor tab to text/code/html tab. It was a pain.
Why can’t there be three tabs on pages and posts? Gutenberg, visual and text? (and then still make the default tab open at the visual tab??)Forum: Reviews
In reply to: [Gutenberg] Terrible.Can you share more about where you’re expecting these blocks to be? Are you talking about after activating a new theme?
I’m talking about when I start a new page or post. With the classic editor, I can instantly start typing into what is essentially a text block.
With G, you first make me select a block out of loads of others. But nine times out of ten, it’s going to be a text block isn’t it? G is making it that much harder for me to just start writing on a blank page or post. It’s a UI/UX issue.
Why can’t you make the default first block be a text block (just like the old wordpress classic editor)?? And what I mean is, it’s already set up there so you can just start typing into it. No dragging and dropping would be necessary.
Then have some other option/setting so that if you’re a photographer or whatever, you can change the default to some other block (like an image or gallery).
Look at google, they don’t make you click an extra mouse or keyboard button to be able to do a google search. In fact they offer predictive text input to save you from typing the rest of a word or sentence. And in some other search queries (I think windows and other websites), you don’t even have have to press the enter button, it just initiates the search as you are typing.
I think this is why a lot of people could not get used to G and preferred the old way. People liked (and still like) the classic editor because it is essentially a document editor (like MS word). It’s not primarily a layout function.
Forum: Themes and Templates
In reply to: [GeneratePress] 404 Error for All Pages Except Home PageThanks, I was have exactly the same problem.??
Saving permalinks solved it for me.I managed to google it and fix the issue myself. Source.
I added this code to functions.php??
add_filter("woocommerce_variable_sale_price_html", "my_remove_prices", 10, 2); add_filter("woocommerce_variable_price_html", "my_remove_prices", 10, 2); add_filter("woocommerce_get_price_html", "my_remove_prices", 10, 2); function my_remove_prices($price, $product) { if (!$product->is_in_stock()) { $price = "SOLD"; } return $price; }
- This reply was modified 2 years, 11 months ago by lesliedeanbrown.
- This reply was modified 2 years, 11 months ago by lesliedeanbrown.
- This reply was modified 2 years, 11 months ago by lesliedeanbrown.
Correction,
It looks like the price wasn’t listed on one of the items (abstract work), that’s why the price wasn’t showing up.Is there a way to input/display “Not for sale” into this normally numerical-only field?
This is kind of two separate issues I suppose.
I’d also like to hide the price on other sold items automatically and replace it with “Not for Sale” right after they’ve been bought. Because I don’t always want people knowing what people paid for things…
- This reply was modified 2 years, 11 months ago by lesliedeanbrown.
- This reply was modified 2 years, 11 months ago by lesliedeanbrown.
Ugh. I searched and enabled a few things, still I get the above error.
Enable service: geolocation.googleapis.com
Just now
My First Project
Enable service: maps-embed-backend.googleapis.com
Just now
My First Project
Enable service: maps-backend.googleapis.com
Just now
My First Project
Enable service: geocoding-backend.googleapis.com
2 minutes ago
My First Project
Enable service: static-maps-backend.googleapis.com
4 minutes ago
My First Project
Enable service: geolocation.googleapis.com
7 minutes ago
My Project 79890
Create Project: My First Project
20 minutes ago
Create Project: My First Project
59 minutes ago
Enable service: maps-backend.googleapis.com
1 hour ago
My Project 79890
Create Project: My Project 79890
1 hour agoForum: Plugins
In reply to: [WooCommerce] Inventory is causing problems at the checkout.My theme developer was making some changes to the code to do with inventory (to enable a sold badge), so it may have been that.
It seems to be working now.
I’ll let you know if the problem returns…Thanks!
Forum: Reviews
In reply to: [Gutenberg] Terrible.Is the first block already there, already set up on the very first page or post?
I can’t remember.
But if not, why not?Effectively the classic editor is already one block, yes?