sahdow
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Genesis Connect removes Woo Thumb lightboxI forgot I had posted this here’s the soliton that worked for me. I applied it to /lib/theme-defaults.php or if you don’t have one in your child theme you can apply to functions.php or you could just as easily create a functionality plugin for WooCommerece
`/**
* Fix Gallery Lightbox
*/
add_action( ‘after_setup_theme’, ‘genesis_theme_setup’ );
function genesis_theme_setup() {
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );
}Forum: Fixing WordPress
In reply to: upgraded to WP 4.6 error phpmailer.php:946All you have to do is set the from address in the settings of the plugin using phpmailer.php
Uncaught exception ‘phpmailerException’ with message ‘Invalid address: (setFrom)
Forum: Fixing WordPress
In reply to: upgraded to WP 4.6 error phpmailer.php:946Better fix – in cart66 settings–> notifications –> configure from address
Forum: Fixing WordPress
In reply to: upgraded to WP 4.6 error phpmailer.php:946Temporary fix – revert to WordPress 4.5.4 not ideal but at least the Cart66 is functioning and customers are receiving a receipt and no error message after checkout.
Forum: Fixing WordPress
In reply to: upgraded to WP 4.6 error phpmailer.php:946I’m having same problem – have you found a fix?
Forum: Plugins
In reply to: Cart66 Classic broke after activating and setting up W3 Total CacheFor anyone interested, this appears to have corrected the issue in my case.
Check the version of the plugin you have installed, the current version appears to be 1.5.8. I had 1.5.6 installed on all the sites presenting the issue.
I had to login into Cart66 website to get the updated version as the plugin wasn’t being updated in update or plugin dashboards. Then installed it manually.
Forum: Plugins
In reply to: Cart66 Classic broke after activating and setting up W3 Total CacheHave you resolved this yet?
I’m having the same issue with all orders not processed by PayPal Express or PayPal standard (PayPal Pro, Auth.net – generate the same message and don’t record but process) on more than one site.
None of the sites are using caching, so that’s not the issue in my case. Deactivating plugins and themes doesn’t seem to make a difference. I checked order logs and it started in May.
I’ll update if I resolve the issue.
Forum: Networking WordPress
In reply to: Multisite logout redirectDid you ever figure this out? I’m having the same problem.
Forum: Fixing WordPress
In reply to: Warning after the upgrade to WP 4.4Confirmed, also thought I might add some info for others having this problem. Many of the comments make it seem like this is a theme or WooCommerce issue.
I experienced this error on a site with the following…..
- Using Genesis Framework
- Had used WooCommerce at one time, but it was removed and database tables were deleted
- Disabling all plugins had no effect
- Other sites with same theme and plugins not having this problem
Forum: Networking WordPress
In reply to: No post window on new sitesO.K. for others that might have this problem.
I was using a plugin which required the genesis theme framework, but I did a network install from a site using Genesis, so there wasn’t a warning. When the sub site was created it used Twenty Ten as default.
This generated the bug. Solution is incredibly simple. Activate a Genesis theme/Child Theme and the editor will return.
Chances are there will be other theme frameworks that have custom plugins which will respond the same way.
Forum: Networking WordPress
In reply to: No post window on new sitesFound it. Was a plugin in network plugins, using multi-site for myself not a network and just discovered that the plugin in question causes issues on some but not all sites. And needs to be network de-actived when in the back end of the site with the issue. Then the post window pops right back up.
Will update after I contact plugin developer and they resolve.
Forum: Networking WordPress
In reply to: No post window on new sitesYes no problem with the sites that were already installed.
Forum: Networking WordPress
In reply to: Multi Site and access to files in web folderwell looks like the folder name files was the issue. Never would have thought of that as it was never a problem with the single site install.
Live and learn..
Thanks Again Andrea.
Forum: Networking WordPress
In reply to: Change global upload path for Multi SiteI’ll play around with those. It’s not a critical issue. as like you said it’s my own site(s). I had hoped there might be a simple solution like in a single WP Install.
Forum: Networking WordPress
In reply to: Multi Site sub domain modify exclusions after setupThanks again Andrea I need to slow down read right past it several times