SelfOutlet
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Category Page Not Displaying ProperlyHi,
Have you put Shortcode on this page?
Please read: https://docs.woocommerce.com/document/woocommerce-shortcodes/ (Product Category shortcodes)
If you’ve already did it and no success, try enabling the default theme and look if you have categories. If yes, you need to use a compatible theme or contact your’s theme’s dev fr help.
Good luck!
Forum: Plugins
In reply to: [WooCommerce] discount per productHi,
Try with plugins of dynamic price and discounts. By googling you can find some plugins (free and paid).
Good luck!
Forum: Plugins
In reply to: [WooCommerce] How to change prices in my productsHi,
Try installing the Classic Editor in plugins, activate it and on your admin > Setting put the Classic Editor as Default editor.
Clear cache if you have cache plugin, go back to the products page and normally u’ll be able to see tabs of price.
If isn’t works, look at the top of your page, “Screen options” and enable “Product data” if disabled. You can try this option FIRST and before installing Classic Editor.
Hope that helps you.
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Problem inputting price of a productDon’t worry,
In my first experience with Woocomerce, i had the same confusion.
Good WordPressing! ??
Forum: Plugins
In reply to: [WooCommerce] Register button does not appear.Perfect!
Good wordpressing! ??
Forum: Plugins
In reply to: [WooCommerce] Change color of Product add on totalsHi,
Try with:
.amount {
color: YOUR COLOR !important;
}You have another color for amount set to “color: transparent;”, that why you need “!important”.
Both amounts will have the same color. So, if you like them with different colors, you need to assign a CLASS to every one and set colors on Css. That needs some coding ^^
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Shop page not showing productsHi,
For me i can see this product on shop page:
REGISTRATIONS Sale!
GWRRA-NWC Gypsy Run Registration
$30.00 $25.00Try cleaning the cache.
Forum: Plugins
In reply to: [WooCommerce] Register button does not appear.Hi again,
I think that my first answer wasn’t the better.
Try to see in you admin Settings > General (/wp-admin/options-general.php) and ENABLE the option: Membership: Anyone can register.
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Register button does not appear.Try cleaning your cache and/or watch site from another internet navegador.
The button is there: “Giri? Yap”.
Forum: Plugins
In reply to: [WooCommerce] Some of the featured images do not show !!Ok!
You can try using a plugin for products slider/thumb.
Good luck!
Forum: Fixing WordPress
In reply to: IS it a good htaccess?Hi Steven,
Just using W3 cache and clearfy. Normally, they are compatibles.
I think is the server limits ^^
Forum: Plugins
In reply to: [WooCommerce] SKU number removalHi,
In your Css costumized:
.sku_wrapper {
display: none;
}Good luck!
Forum: Plugins
In reply to: [WooCommerce] store page is emptyNice! Mark the post as Solved!
Good WordPressing! ??
Forum: Plugins
In reply to: [WooCommerce] Password reset errorHi,
Are you using ” WP User Frontend – Membership, Profile, Registration & Post Submission Plugin for WordPress” plugin?
If yes, read this: https://www.ads-software.com/support/topic/reset-link-doesnt-work-invalid-key/
If not, send the web link please. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Some of the featured images do not show !!Hi,
You have the problem on all products that has more than one picture. The problem looks related to you .js files and i think that if you are using a Cache plugin, Minify js maybe are causing this. Try to not minify .js files, clean cache (plugin and navigator), and i think it will be ok.
Good luck.