dkurth
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup Migration] Backup stuck, multiple times on multiple siteswill do after the holiday. Porting servers right now
Forum: Plugins
In reply to: [Backup Migration] Backup stuck, multiple times on multiple sitesdone
Forum: Plugins
In reply to: [Simple Lightbox] Call back hookYou can do feedback based on a timer with jquery..it has nothing to do with the api set. I just wanted a hook.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Coupon codes toward card?Never mind…found it under woocommerce products. Would be nice to have this in settings when designing the card.
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] Very nice…except the home pagethanks. Wonder where that came from?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Crashes with PHP errorNot the server. Other sites are working fine and this came out of the blue
Forum: Plugins
In reply to: [Video Uploads for Vimeo] Upload front end?Ditto on ElColo13. I have a custom plugin, with a custom form. I need a shortcode to incorpoate into my form. I purchased the pro version. But can not use gravity as I need to access a private database for form data. Would be shame to ask for a refund..but I need to know this quick as I have a deal line at the end of this week.
Forum: Plugins
In reply to: [Lazy Social Comments] No comments are displayedNo. None seen.
Forum: Reviews
In reply to: [W3 Total Cache] WORKED GREAT…UNTIL LAST UPDATEThat is the thing, I DID purge the cache and it still did not work.
Forum: Reviews
In reply to: [W3 Total Cache] WORKED GREAT…UNTIL LAST UPDATEI can tell you what I saw.
1. In the .htaccess, the <IfModule mod_rewrite.c> was duplicated from the WordPress version.
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} =on
RewriteRule .* – [E=W3TC_SSL:_ssl]
RewriteCond %{SERVER_PORT} =443
RewriteRule .* – [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:X-Forwarded-Proto} =https [NC]
RewriteRule .* – [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* – [E=W3TC_ENC:_gzip]
RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
RewriteRule .* – [E=W3TC_PREVIEW:_preview]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =””
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond %{REQUEST_URI} \/$
RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” -f
RewriteR
# END W3TC Page Cache core
# BEGIN WordPress
</IfModule>2. It specifically took the home page assignment, which I had as a temporary while I worked on the site, and made it perm.
RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” -f
RewriteRule .* “/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” [L]3. It refused to update, when a new home page was assigned.
I have totaally removed it from my live system. I may readdress in the future, when I see the problem has been solved. It did work well, especially during trouble shooting problem, but there is also a WordPress version available now. You can ping me, when you have a new updated version.
Forum: Reviews
In reply to: [W3 Total Cache] WORKED GREAT…UNTIL LAST UPDATEI have removed the plugin from the sites and it is now working properly.
Forum: Reviews
In reply to: [W3 Total Cache] WORKED GREAT…UNTIL LAST UPDATEThe problem was with the latest version.
Forum: Plugins
In reply to: [CMB2] Add additional buttons?wrote my own
Forum: Plugins
In reply to: [CMB2] Columns within row?Wrote my own variation on this type of implementation.
Forum: Plugins
In reply to: [CMB2] THANKS AND MYSTERY PROBLEM QUESTIONThanks for all your help. My new version is working very well. Could not have known what to do, until I worked with your system.