Ian Sackofwits
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Space under featured imagesHey, ccredicott, you can prevent the CSS from applying to a specific page by grabbing the class attribute value of the postid i.e.
postid-158on the specific page you don’t want the CSS to apply to and insert that into your not selector, likebody:not(.woocoomerce, .postid-158)....You can read more about the
notselector here: https://developer.mozilla.org/en-US/docs/Web/CSS/:notForum: Fixing WordPress
In reply to: Worpress edit page is not workingHey, vesseltracker123, have you tried temporarily switching your theme to see if that addresses the issue?
Forum: Fixing WordPress
In reply to: Webiste down – unable to accessHey, James, I would recommend deactivating plugins and/or deactivating your theme via FTP until the problem is resolved.
If you need assistance doing that, I would recommend reaching out to your web hosting provider.
Forum: Themes and Templates
In reply to: [Astra] No comment section appears on page or postsHey, pietrodilelio, I’m another Astra user.
It sounds like Elementor is the culprit.
I recommend reaching out to Elementor to see if they can help you since it sounds like that’s the problem plugin.
Forum: Plugins
In reply to: [WooCommerce] WoocommerceHey, meeramm, I’m another Woo user.
What file path did you use for overriding template files?
It should be
wp-content/themes/yourtheme/woocommerce/single-product/add-to-cart/simple.phpYou can read more about it here: https://woocommerce.com/document/template-structure/
Forum: Themes and Templates
In reply to: [Hello Elementor] unable to create new postsHey, thrifty38, I’m another Elementor user, and I would suggest disabling all plugins temporarily.
Install and activate “Health Check”: https://ww.wp.xz.cn/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will allow you to disable/enable plugins, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/
Forum: Plugins
In reply to: [WooCommerce] Product link redirecting to a wrong product & error 404Hey, yurbshop21, I’m another Woo user.
I would suggest clearing your site cache (either plugin or server, if you have a caching mechanism enabled).
I also would recommend flushing your permalinks to see if that addresses the issue: Go to Settings > Permalinks and click the “Save Changes” blue button.
Forum: Fixing WordPress
In reply to: Cannot publish posts with 6.2Hey, berndg17, please attempt to disable all plugins and/or switch your theme.
Install and activate “Health Check”: https://ww.wp.xz.cn/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will allow you to disable/enable plugins and/or change your theme, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce customer email not receivedHey, gbolger, I’m another Woo user.
Are other emails for your website being sent correctly?
Forum: Fixing WordPress
In reply to: Critical error message after admin login to dashboardHey, graceada, I would suggest deactivating plugins and/or switching your theme via FTP so that you can at least log in via the wp-admin route and diagnose the issue.
Forum: Plugins
In reply to: [WooCommerce] Pricing different when logged in and outHey, skytactical, I’m another Woo user.
I would suggest reading this support topic which seems to have a similar problem to what you describe:
https://ww.wp.xz.cn/support/topic/sale-prices-are-showing-different-in-mobile-and-desktop-sites-3/
Forum: Plugins
In reply to: [WooCommerce] Heading Woocommerce EmailsHey, iasmina, I’m another WooCommerce user.
This can be done using custom PHP code.
See below for additional information:
add_filter( 'woocommerce_email_styles', 'woocommerce_email_styles' );function woocommerce_email_styles( $css ) {$css .= "";return $css;}You can add your own CSS within the empty quotes.
Forum: Everything else WordPress
In reply to: Calculated fields formHey, mrwilks, I’m guessing you’re using the Calculated Fields Form plugin based on the parameters in the URL you supplied.
If you are using the plugin, I would take a look at using the ceil function.
This is the documentation for the plugin: https://cff.dwbooster.com/documentation
Forum: Fixing WordPress
In reply to: My website url redirects to my wp-admin page! HELP!!Hey, sonia1994, I would recommend making a staging version of your site that you can play around with, in case you were worried about negatively affecting your live site.
A staging site is a version of your site where you could play around with disabling plugins (disabling plugins one by one until you encounter an error or the problem is resolved, etc)/switching themes, etc and would be identical to your live site. You can make a staging version of your site with Local by Flywheel; get an archive of your site that you would use with Local.
Some hosts allow you to make a staging version of your site on their platforms.
Forum: Plugins
In reply to: [Availability Calendar] Settings section doesn’t workHey, rebbapocket, I’m another AC user.
What section redirects you to the configuration of another plugin?