SelfOutlet
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Price font colorYou see, isn’t so hard. Now you know that you can personalize a lot of things in your site :))
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Problem inputting price of a productHi,
I don’t understand why you want to put the sale price (offer) without the regular/real price that helps pple to know that you have a offer.
If your regular price product is 10€ and your are offering it at 8€ (sale price), you can put 8€ as regular if you want your costumers to see only 8€.
You can also put 10€ as regular (you must put regular price) and 8€ sale price AND with Css hide the regular price.
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Price font colorHi,
You can change it by the css (from backend or in the style.css of your child theme on FTP).
To know the name of the Class, use the Inspector of your internet navegador (right click with the mouse on the product page).
If you give the link of your site and the color, we can help more.
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Social Media Share Button, Tags and categories RemovalHi,
1 – It seems that you have a social media plugin installed. Just uninstall it from Plugins. (on you code page: /wp-content/plugins/woocommerce-social-media-share-buttons)
2 – Added this to your customized Css (on backend or theme-child on FTP):
.posted_in {
display: none;
}.tagged_as {
display: none;
}Good luck!
Forum: Plugins
In reply to: [WooCommerce] How can I remove image alt title?Hi,
Maybe editing the files in Media Library and removing the alt/title? (is bad for SEO)
If you have a lot of images, then you can edit WC files (putting them on you child theme folder or editing them if already exists on your theme/theme-child).
The original in: /wp-content/plugins/woocommerce/templates/single-product/product-image.php
Good luck
Forum: Plugins
In reply to: [WooCommerce] Woocommerce December Orders MissingHi,
I had the same but by updating WC to 3.5.3 AND updating the data base, the comes back again. Try updating the Data base from: Woocommerce > Settings > Tools.
Good luck.
Forum: Plugins
In reply to: [WooCommerce] store page is emptySames resolved.
Forum: Plugins
In reply to: [WooCommerce] Installation problems Woocommerce.Hi,
If you can enter to Backend, try going to Woocomerce > Settings > Tools and install the Woocomerce pages from the bottom.
If isn’t work, try by changing the theme o uploading the files again by FTP. If noting, try the woocomerce default theme, if it works, probably the problem comes from the theme or the theme-child isn’t configured correctly (you can know it by enabling the theme in backend and not the child.
Hope you resolve it!
Forum: Plugins
In reply to: [WooCommerce] Shipping Zones DisappearedHi,
Maybe you are using a Theme for admin/backend.
I had the same thing, i lost the BUTTON to added them, by disabling the Theme i got it again.
Hope that’s help u!
Forum: Fixing WordPress
In reply to: Resource Limit Is ReachedLet’s see if they can help. Thnx.
And now without doing NOTHING:
Physical Memory Usage: 1,023.98 MB / 1 GB (100%)
I/O Usage: 1,021 KB/s / 1 MB/s (99.71%)
Entry Processes: 39 / 40 (97.5%)It’s just CRAZY! Lol ^^
Forum: Fixing WordPress
In reply to: Resource Limit Is ReachedDo you think it’s a WC issue @t-p?
Forum: Fixing WordPress
In reply to: Serve downloadable products from google cloud platformHi,
The only way is use Amazon S3 plugin, send all products to Amazon S3 and put the links again. Yes, whene we have more than 200 products it’s a FIESTA LOL.
Thank you!
Forum: Fixing WordPress
In reply to: Serve downloadable products from google cloud platformThank you HudsonValleyWebDesign,
When i link the files i have on Google Cloud on Woocomerce, we can’t download, “access denied”. It’s for security and to protect files from “direct” downloading. When we put the direct link on Woocommerce (product page admin), when is downloaded by user IS SAFE? The user can’t see the original Link (of google)?
I hope can use Virtual products in Woocommerce with Google cloud coz of a lot of GB ^^
The other way maybe will transfer them to Amazon… and use Amazon S3 plugin.
Thank you