Ina_ku
Forum Replies Created
-
Thank you, Wpnomad. You gave me very useful information!
Forum: Fixing WordPress
In reply to: Website not accessible from abroad – 403 errorThank you, Steven!
Forum: Fixing WordPress
In reply to: Website not accessible from abroad – 403 errorHi, Steven. I contacted the host and they changed some privacy settings. But PageSpeed Insights still give me 403 error for both websites. Google bots are forbidden on https://naturaldecoration.co.uk/, but there should not any problem with https://inakuku.com/.
Could you, please, check if you can get to them.Forum: Fixing WordPress
In reply to: Website not accessible from abroad – 403 errorHi, Steven.
Thank you for your answer! I do not see any problem with the code in my .htaccess. But I am not a developer and can`t be absolutely sure.
I have another website on the same host:
https://inakuku.com/.
Can you, please, check it if you can get to it.- This reply was modified 4 years, 4 months ago by Ina_ku.
Forum: Plugins
In reply to: [WooReer] Wooreer + Checkout Fields Editor = Invalid shipping methodHi, Sofyan!
Probably I have the same problem as tokyostyle. If all the fields are filled, WooReer works just fine.
But we have delivery only in one city. So I used Checkout Field Editor for WooCommerce for removing country, state, and postcode. An error started to appear, wanting me to fill the address (while it is filled). So WooReer couldn`t work.
I disabled the plugin and removed the unnecesery fields with this code
function custom_override_checkout_fields( $fields ) {
unset($fields[‘billing’][‘billing_country’]);
unset($fields[‘billing’][‘billing_state’]);
unset($fields[‘billing’][‘billing_postcode’]);
return $fields;
}
But the same error appeared again.Forum: Themes and Templates
In reply to: [Sequel] featured posts also show up in post gridHi!
I solved this problem by adding sticky notes. They will go in the first line under the slider. When you have sticky notes, the posts from the slider that are shown for a second time in the grid disappear in the grid. (It is good the sticky notes to be 3 or 6 etc. so that you don`t have empty space).