Rajuspearwave
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 503 server error (Service Temporarily unavailable)Here is my .htaccess code.
# 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>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
# END WordPressForum: Fixing WordPress
In reply to: 503 server error (Service Temporarily unavailable)Hi Tara,
We got the reply from host provider
website is continually trying to poll the following IP – 66.155.40.250. Do you recognize this? It seems that this may be related to one or more of your plugins within the account. Therefore, we would like to request you to kindly check the plugins that are being used and check them one at a time to narrow down the problematic plugin and then disable it.
we disabled plugin one by one and checked . but still it is pointing to 66.155.40.250.
please Let me know how to solve it
Thanks,
RajuForum: Plugins
In reply to: [WC Cancel Order] Restrict customer to cancel orderThanks for your reply.
But i need to restrict the user when he click on cancel order button and not allowing him to cancel the order and show custom message.
can you please help to solve this one.
Thanks,
RajuForum: Plugins
In reply to: [WooCommerce] How to Autohide Cartpopup when onclickonThanks Lorro
Forum: Plugins
In reply to: [WooCommerce] How to Autohide Cartpopup when onclickonThanks Lorro comimg back to me.Here i am explaing my requirement….
Try to add some product to cart.After that inthe right corner there is option cart. when you click on this cart it will display popup.
My requirement is after popup is shown,where ever i click on the page that popup must disappear.
This is my requirement. Please give suggestions for me.
Thanks,
Raju
Thanks for your suggestion