Andy Woggle
Forum Replies Created
-
*Apologies for the bump*
OK. I’ve twigged a way to do this (Applied some Custom Access Settings and added an URL redirect to Account page) but there’s just one more thing.
Is it possible to remove the “View Profile” link in Users? I don’t need the profile page at all so it’s going to be redundant.
Thanks for reading.
Andy
Thank you so much for your speedy response!
I did suspect that this *might* have been totally normal, but due to this never having happened once in six months of being “live” it did give me that pit-of-the-stomach feeling that only a white screen/it’s all gone to pot can give!
Update- since 19-50 GMT, I’ve only had 3 more attempts blocked, so I’m guessing that attack is over.
Thanks again Gioni. Your reassurance is much, much appreciated
Andy
Oops. I think the “only type” bit might do it! Sorry….
It’s [fts_facebook id=x2ylgbt posts_displayed=page_only type=page]
I’m guessing that’s the badger. What should it read for posts to page too?
(Slightly ashamed) Andy
??
Hmmm. It doesn’t seem to do that at this end.
This is a big ask, but is there any chance I can keep this open until the update comes out and you bump the post? This plugin does almost everything I want it to, both in function and design, so I don’t really want to go down a different route. I’d like to know when the update comes out with the Posts by Visitors feature enabled.
No worry if not though
Andy
??
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentAll good. So mightily relieved. ??
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentNeed to try one last time with BACS disabled – I have no need or intention for it- but I can’t think why that would be an issue.
Thanks my friend.
Andy
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentIt did it!
Disabled leverage caching et viola
Order Received
Thank you. Your order has been received.
Order Number:
257984
Date:
January 25, 2016
Total:
£0.01
Payment Method:
PayPalOrder Details
Product Total
Test Product 2 × 1 £0.01
Subtotal: £0.01
Shipping: Free Shipping *UK Only*
Payment Method: PayPal
Total: £0.01Mike- You are a star. Thank you so much for everything. I was at my wits end with that. Wouldn’t have known to check .htaccess.
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentWould disabling the leverage cache confirm that?
Justhost seems decent enough but their tech support take for ever to answer…Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentGot it.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Leverage Browser Caching Ninja — Starts here
# Do not write anything between “Leverage Browser Caching Ninja — Starts” and “Leverage Browser Caching Ninja — Ends”
# It will be deleted while uninstalling Leverage Browser Caching Ninja plugin
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType text/css “access 1 month”
ExpiresByType application/javascript “access plus 1 year”
</IfModule>
# Leverage Browser Caching Ninja — Ends hereForum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentNow weirdly, I can’t find it. Seach in cPanel sees it along with a few plugin files with htaccess but won’t open the standard .htaccess file. What is going on?
*bangs head on desk*
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentNow weirdly, I can’t find it. Seach in cPanel sees it, but I can’t open it. Bear with
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentBefore I go ahead and do something really stupid, can I confirm something?
I’m about to check htaccess. If things look different, would copying the htaccess template on the link above break everything or is this the way to go?
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentThanks for your help by the way Mike. This has been sending me bald!
Forum: Plugins
In reply to: [WooCommerce] 404 After Making Paypal PaymentErk. What will I look for in htaccess exactly?
That’s where things get scary!