anotherbreed
Forum Replies Created
-
Forum: Plugins
In reply to: [Options for Twenty Nineteen] Showing excerpt on Posts pageThanks for the quick reply!
Yes, that worked. But in the end, I had to override the template file in my child theme, as I already have a lot of posts on my website.
Thanks
Forum: Plugins
In reply to: [Autoptimize] FontAwesome not working correctlyHi! That seems to work! I’ll keep monitoring 🙂
Many thanks
Much better, thanks for the help! Still, I will keep using both AutoOptimize and SG Optimizer because it’s the only way to have the best results.
Looking forward to future updates.
Ok, for now it seems that Memcached and Fix Insecure Content switches are ON. It may really be the cache, still it’s weird that I got some data on my non-HTTPS site.
Now I have to understand 1) why GT Metrix tells me gzip compression is not enabled (when it is) and 2) why the results are still so bad… I opened a ticket.
Switched to 7.1, no improvements so far on GT Metrix and Google PSI. I still have to use Autoptmize to get decent results.
Also, I started getting some traffic to my non-HTTPS website since the new SG Optimizer, I can notice some data from Google Search Console. Also, the option to “fix insecure content” shows an empty error message popping out, there is no text… maybe that is the reason, but it was working fine before.
Also, please note that Memcached keeps deactivating after a while, can’t figure out the reason.
Click here to visit my website. Really hope that is just something not correctly configured and that it can be fixed…
Many thanks
Thanks, it worked like a charm!
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Remove Inline CSSThe issue is that if you use inline CSS it will be impossible to override the Float properties, even using !important.
What I was trying to do is to have the buttons (Filter and Reset) close together and aligned to the left. I can do that editing the files, but it’s not the ideal solution. Best would be to add it to my CSS in the child theme.
Please, visit this page (tag “Acoustic”)
Click on “Filters +” button on the right or in the Sidebar (you have to click “Show Sidebar” button). What you can see is blank space with a useless Filter button, because you are already visiting the tag page.
Not so good for the users, they won’t understand why there is a button with no terms. So I’m suggesting to use some text that informs the user why they see no terms.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] No for add to wishlist popupAny news about this issue? I have the same problem, SEO analyzers are reporting me that the keyword Wishlist (browse wishlist, add to wishlist, etc.) is overly present in every product listing page.
Forum: Plugins
In reply to: [WooCommerce] Display tax totals “Itemized” not working when tax is 0%Well, that was a bit generic. Anyway I got some help by another WooCommerce user, the code to use is:
add_filter( 'woocommerce_order_hide_zero_taxes', '__return_false' );And I have put this code on the template file: email-order-details.php
On a side note, for users of Woocommerce Print Invoices & Packing lists, this code also work on the invoice template, I have put this code on file: order-table-before.php
Forum: Plugins
In reply to: [WooCommerce] Display tax totals “Itemized” not working when tax is 0%Thanks for the help.
I used the following code in my functions.php file and it worked just like I wanted:
add_filter( 'woocommerce_cart_hide_zero_taxes', '__return_false' );Now the problem is that while I have the Tax Name row displayed in Cart and Checkout, it still doesn’t appear in the e-mail receipt. Any help with that?
Forum: Plugins
In reply to: [Ban Hammer] Ban Hammer and woocommerceIs this solution working for anyone? I tried the WooCommerce custom filter, but had no luck. It is working fine with the default WordPress registration though. Any ideas?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Edit “Added to wishlist” popupI have the same exact issue: the popup is not centered at all, but positioned weirdly. This looks like poor design choice. The CSS style for the position is also inline, which makes it even more difficult to edit.
My only wish is to see it fixed asap in the next release, maybe in favor of a top / centered popup.