Raif Deari
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] Something went wrong when connecting to facebook!Hi @alamery
To access
options.phpplease visityour site's URL + /wp-admin/options.php.So https://www.mydomain.com/wp-admin/options.php
Thank you!
If you have the same issue and it is not solved by following the steps above please open a new thread π
Forum: Plugins
In reply to: [Meta for WooCommerce] Cannot remove FB/Woocommerce integrationHi @luxfix !
I see that you mention that you have tried the steps described here: https://woocommerce.com/document/facebook-for-woocommerce-uninstall-plugin-and-remove-woocommerce-facebook-app/#section-1 but you haven’t been able to remove the app from Facebook.
Could you please give us more details about this? What happens when you click on Remove?
Also, can you please provide more details regarding your interaction with Facebook? Is there anything specific that they have asked or provided information for?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Readme Changelog IncorrectHi @jsmoriss !
Can you please share a link to that?
If it is from here: https://github.com/woocommerce/woocommerce/blob/trunk/changelog.txt I can confirm that it is expected, as all the changes from all the different versions are written in that file.
Thank you!
Hi @hokim147!
Thank you for the provided System Status Report and the screenshots.
Can you please perform a conflict test on your site and let us know of your findings?
Here are some steps you can follow:
The best way to determine if the issue is being caused by a theme and/or plugin is to:
- Temporarily switch your theme to Storefront or Twenty Twenty theme.
- Try to reproduce the problem:Β Check whether you can save changes!
If the problem is resolved, it’s a theme conflict. If not, continue to the next steps. - Temporarily deactivate all plugins except WooCommerceand WooCommerce Payments. You can do this manually or use a plugin to help (see below for tools).
- Try to reproduce the problem again. If the problem is resolved, it’s a plugin conflict. To figure out which plugin is causing the problem, continue to the next step.
- Reactivate your other plugins one by one, testing after each, until you find the one causing conflict.
For more detailed instructions, check out How to test for plugin and theme conflicts
Please let us know how that goes.
Tools to help with troubleshooting
Meks Quick Plugin Disabler will remember what plugins you had active when you switch it back on.
You can clone your site to a staging environment and perform tests without modifying your live site or impacting customers. Many hosts provide staging facilities, so it’s worth checking in with them. Itβs also possible to do it using the free WP Staging plugin.
Forum: Plugins
In reply to: [Meta for WooCommerce] Varied products show price β¬0 in FB dynamic adsHi @mgz069 !
Thank you for the update.
Even though you haven’t added any new plugins recently the issue might come from an update of a plugin thus conflict testing is very important.
Please follow what @nathvi has suggested. If the issue still persists please provide us with any relevant logs for Facebook for WooCommerce and we will happily take a look.
Thank you!
Hi again @jdema12 !
I see π
We do not want to point fingers at Divi however, as long as everything works as expected with Storefront active and it sometimes fails with Divi I think it is on their part to further troubleshoot this.
Did you follow all the steps in our guide here: https://woocommerce.com/document/woocommerce-self-service-guide/#section-4 ?
If not, can you perform a plugin conflict test as well? The issue might not be Divi itself as a theme but with a plugin that is used by Divi Theme.
Hi @jdema12 !
Thank you for letting us know and we are glad that this was resolved.
I would recommend reaching Divi Developers with your findings as they are the best source of support for this case π
I will go ahead and close this thread, in case anything else pops up please feel free to open a new one.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Customize H2 titles in product descriptionHi @perlfan !
Sorry, looks like I misunderstood your question.
Please use a code like this for the H2 from your screenshot:
.wc-tab h2 { color: #FF0000; }Forum: Plugins
In reply to: [WooCommerce] Customize H2 titles in product descriptionHi @perlfan
Thank you for the additional details.
To only target the H2 and H3 headings for your products you can try this:
.entry-summary h2 { color: #FF0000 }and
.entry-summary h3 { color: #FF0000 }Meanwhile, if you are referring to this text (Screenshot here: https://d.pr/x46yvV) you’d have to use h1 on the code above.
.entry-summary h1 { color: #FF0000 }Let us know if this helps π
Hi @zeilbauer
We are glad that you were able to solve the issue, looks like it was one of those updated plugins that caused the conflict.
Thank you for letting us know π
Forum: Plugins
In reply to: [Meta for WooCommerce] Old products still showingThanks for the update!
You can use a free plugin like Code Snippets available here: https://wordpress.org/plugins/code-snippets/ to add that code to your site, however, if you don’t feel comfortable doing that, please reach out to an expert for help.
Hi @manishratio
Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Note: I can see you have shared a screenshot that might include personal details about you or your customers. If that is the case please remove it so that your customer’s data is safe. Thank you!
Hi @e-crespo !
Can you please temporarily deactivate the WooCommere Terms and Conditions checkbox on the WooCommerce Checkout and try a test purchase using Apple Pay?
You can do that by heading to WooCommerce > Settings > Advcanced > Page Setup and leaving Terms and conditions empty.
Here is a screenshot of that: https://d.pr/0DjmXn
Please let us know of your findings!
Forum: Plugins
In reply to: [Meta for WooCommerce] A required field is missing: priceHi @dimendia !
Can you please try resetting the product metadata? Here is a guide on how to do that: https://woocommerce.com/document/facebook-for-woocommerce-delete-or-reset-all-facebook-products/
If this does not resolve the issue please provide us with the following information:
- Please share your site’s System Status Report
- Are there any relevant error logs in WooCommerce > Status > Logs? If so please share those with us as well!
You can get it by navigating to the WooCommerce / Status section of your site. Once there, click on the Get system report button and then copy it by clicking on the Copy for support button. Then paste it here in a comment.
Please feel free to remove/redact any information that you feel should not be shared publicly π
-
Thank you!
Thank you for sharing this here π and I am glad you were able to resolve this issue.