Ian Sackofwits
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] I’ve got index.php/shop/ rather than the /shop pageHey, bchui2009, I’m another WooCommerce user.
Try flushing your permalinks by going to the “Settings” -> “Permalinks” menu option in the WordPress backend and click the blue “Save Changes” button.
Otherwise, if that doesn’t work, I would suggest changing your Permalink settings.
Forum: Plugins
In reply to: [WooCommerce] Phrase on payment pageHey, azurwebdesign, I’m another WooCommerce user.
Are you using any additional plugins besides WooCommerce for payment?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce product page stopped showing picturesHey, nimenionmikko, I’m another WooCommerce user.
This CSS can temporarily ensure that the images are always seen on the product pages:
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
opacity: 1 !important;
}Forum: Plugins
In reply to: [WooCommerce] Fatal ErrorHey, gentlemako, I’m another WooCommerce user.
What version of PHP are you using out of curiosity?
Also, are you able to post what line number that you experienced the memory error? The error message you posted appears to cut off right before specifying the line in the file caused the issue.
Forum: Plugins
In reply to: [WooCommerce] Checkout page is very slowHey, lilele, I’m another WooCommerce user.
When I loaded that page, it loaded fairly fast in less than 2 seconds.
Were you able to fix the issue?
If you’re still having issues, I would recommend making a staging version of your site and deactivating all plugins besides WooCommerce and switching your theme to one of the default Twenty themes to see if that fixes the issue.
Forum: Developing with WordPress
In reply to: How to check for a letter next to a specified letterHey, jasghar, did you want to detect this using JavaScript or PHP (or something else)?
Forum: Plugins
In reply to: [Contact Form 7] Contact 7 issuesHey, aykbrands, I’m another Contact Form 7 user.
Out of curiosity, are you using the default email address associated with the contact form for sending emails?
Is the slow email issue only an issue with contact form 7 sending from your site or does it apply to all actions involving email?
Forum: Themes and Templates
In reply to: [Neve] Neve issue with the Spectra pluginHey, w2sparkle, I’m another Neve user.
Can you please include a link where you’re experiencing the issue?
Forum: Plugins
In reply to: [Contact Form 7] Select “include_blank” optionHey, mstudioil, I’m another CF7 user
I believe you can use it to control what appears initially in the select dropdown, like so:
[select* vehicle-choice first_as_label “Choose your vehicle” “Car” “Truck”]
Forum: Plugins
In reply to: [Contact Form 7] Unable to create required dropdownHey, maddie2webb, I’m another Contact Form 7 user.
You need to add “include_blank” to that select field like seen in this Contact Form 7 documentation page: https://contactform7.com/checkboxes-radio-buttons-and-menus/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce is crashing my entire siteHey, nsaunders09, I’m another WooCommerce user.
It looks like you got your site back up online.
If WooCommerce crashed your site, I would recommend looking at your site’s error logs to see what caused the issue.
Forum: Themes and Templates
In reply to: [Hestia] Hoepage backround and textHey, allyreid, I’m another Hestia user.
Do you have server caching or a caching plugin enabled?
Clear the cache to see if that helps address the issue.
Forum: Plugins
In reply to: [WooCommerce] Free Shipping and Flat Rat Shipping Zones not workingHey, Deb, I’m another WooCommerce user.
Make sure that:
- All products have dimensions and weights
- The shipping zone has a shipping option
Are you using any additional plugins in conjunction with WooCommerce to extend its functionality?
Forum: Plugins
In reply to: [WooCommerce] 505 Admin panel errorHey, farouk3100, I’m another WooCommerce user; that link just directs to the file upload site and not to any particular file upload.
What web browser (and version of the browser) are you using?
Forum: Fixing WordPress
In reply to: I cant access my accountHey, Danny, http://overall-pictures.nl/wp-admin should take you to the page where you can access your site’s backend.