pxforti
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email Verification Not SendingHave you checked your spam box?
Hi. I just updated WooCommerce Product Add-ons and WooCommerce Subscriptions and that fixed the problem.
Sorry for the trouble.
Here is WooCommerce status:
### WordPress Environment ### Home URL: https://woocommerce.test Site URL: https://woocommerce.test WC Version: 3.3.5 Log Directory Writable: ? WP Version: 4.9.5 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: ? WP Cron: ? Language: en_US ### Server Environment ### Server Info: Apache PHP Version: 7.1.12 PHP Post Max Size: 32 MB PHP Time Limit: 0 PHP Max Input Vars: 1000 cURL Version: 7.52.1 OpenSSL/1.0.2j SUHOSIN Installed: – MySQL Version: 5.6.38 Max Upload Size: 32 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 3.3.5 WC Database Prefix: woowp_ MaxMind GeoIP Database: ? Total Database Size: 2.84MB Database Data Size: 1.82MB Database Index Size: 1.02MB woowp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB woowp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB woowp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB woowp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.05MB woowp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB woowp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB woowp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB woowp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.05MB woowp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB woowp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB woowp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB woowp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB woowp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB woowp_woocommerce_log: Data: 0.02MB + Index: 0.02MB woowp_commentmeta: Data: 0.06MB + Index: 0.03MB woowp_comments: Data: 0.02MB + Index: 0.09MB woowp_links: Data: 0.02MB + Index: 0.02MB woowp_options: Data: 1.03MB + Index: 0.05MB woowp_postmeta: Data: 0.19MB + Index: 0.13MB woowp_posts: Data: 0.06MB + Index: 0.06MB woowp_termmeta: Data: 0.02MB + Index: 0.03MB woowp_terms: Data: 0.02MB + Index: 0.03MB woowp_term_relationships: Data: 0.02MB + Index: 0.02MB woowp_term_taxonomy: Data: 0.02MB + Index: 0.03MB woowp_usermeta: Data: 0.02MB + Index: 0.03MB woowp_users: Data: 0.02MB + Index: 0.05MB woowp_wc_download_log: Data: 0.02MB + Index: 0.03MB woowp_wc_webhooks: Data: 0.02MB + Index: 0.02MB ### Post Type Counts ### attachment: 52 nav_menu_item: 7 page: 6 post: 2 product: 26 product_variation: 4 revision: 10 scheduled-action: 2 shop_order: 3 shop_subscription: 2 staff-member: 2 ### Security ### Secure connection (HTTPS): ?Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates. Hide errors from visitors: ? ### Active Plugins (6) ### BackUpWordPress: by Human Made Limited – 3.6.4 Black Studio TinyMCE Widget: by Black Studio – 2.6.2 WooCommerce Stripe Gateway: by WooCommerce – 4.1.0 WooCommerce Product Add-ons: by WooCommerce – 2.9.2 WooCommerce Subscriptions: by Prospress Inc. – 2.2.19 WooCommerce: by Automattic – 3.3.5 ### Settings ### API Enabled: ? Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) subscription (subscription) variable (variable) variable subscription (variable-subscription) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) ### WC Pages ### Shop base: #102 - /shop/ Cart: #103 - /cart/ Checkout: #104 - /checkout/ My account: #105 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: Storefront Version: 2.2.8 Author URL: https://woocommerce.com/ Child Theme: ? – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ? ### Templates ### Overrides: – ### subscriptions ### WCS_DEBUG: ? No Subscriptions Mode: ? Live Subscriptions Template Theme Overrides: – Report Cache Enabled: ? Yes Cache Update Failures: ? 0 failure
Forum: Fixing WordPress
In reply to: Cant loginDo you have access to your website host? If so, you can log in there and possible view the plugins in /wp-content/plugins.
You could deactivate all plugins if you have web host access.
Here is an article explaining how to do it:
https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
Forum: Fixing WordPress
In reply to: Cant loginHi,
that’s strange since your site still displays. that means that wp-config.php has the correct database login info.
you should contact the company that built the site to see if there is some trick to logging in.
Have you EVER logged in since it was built?
they might have put some kind of redirect on the admin part of WordPress to prevent hackers.
Forum: Fixing WordPress
In reply to: Website/PagesThose are products not pages. If you delete the products, they won’t show on the shop page. Or better yet, unpublish the products; that will remove them from the front end.
Forum: Fixing WordPress
In reply to: Help Search and Replace for semi-consistent dataSomething like the line below. This (.*?) means find everything between.
[contact_form email=”[email protected]” subject=(.*?)\]export your database to a file,save a backup of it.
Then use a text editor that can do regex and you can search on that. I would still not do a global replace. I’d do them one at a time, but it’s pretty fast with a good text editor.
Also, if you prefer to do it via phpmyadmin, there is an sql command you can use to do the same thing, but I don’t know sql very well. Go to stackoverflow for the experts: https://stackoverflow.com/questions/tagged/mysql
Forum: Fixing WordPress
In reply to: How to add Google Search Console html snippet to header.If you are an administrator, then you should be able to see that. Do you have latest version of Yoast plugin? If not, update it and you should see the Webmaster Tools tab in the General section.
Forum: Fixing WordPress
In reply to: Http to httpsIt’s possible that ssl is still active on your site, but that you have insecure items on the page. For example, images that have https:// in the link instead of https.
If you use google chrome, it will show http or https in the url field of at the top of the browser. If it does, then that means you have insecure items on the page.
See this article for how to fix it:
https://managewp.com/blog/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings
If your site is not loading with ssl / https, contact your host and find out why. If you or your host didn’t change it, then it should still load https.
Forum: Fixing WordPress
In reply to: Basic access authenticationGo to the page or post, and on the right side, in Publish box, Visibility, click Edit.
You can change it to Password Protected.
Forum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”Happy to hear it works. Good luck!
Forum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”You are not selecting product categories. You are selecting blog / post categories.
Product Categories will say “Product Categories”.
Scroll farther down the menu page and you’ll see them
Forum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”Go to Appearance > Menus
At the top of the screen, click the Options link. Make sure there is a checkbox in Product Categories.
Then, add your product categories to the menu and save. We know they work because I sent a link to those product categories and they had products in them.
Forum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”I think this is a WooCommerce question.
If I go here, there are products in the category:
https://ambarvioletajoyeria.com/categoria-producto/plata/
or here:
https://ambarvioletajoyeria.com/etiqueta-producto/pulsera/
Maybe on your menu you linked to post categories instead of product categories?
Forum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”Do you have posts published that are in that category? If not, none will show until you do.