shix86
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] E_COMPILE_ERRORHi,
Thank you for your feedback.Meanwhile, I’ve switched to another theme and then updated Neve’s theme and returned back to Neve and it solved the issue.
Now, after the update, line 78 changed so it is not worth troubleshooting anymore.
Once again, thank you for replying.
Cheers.Forum: Fixing WordPress
In reply to: Robogallery Photos DisappearedHi,
Had a same problem. After the latest Robo update, it automatically switches on ‘Self Images’ Hide option under the menu.
You just need to disable it, so switch that option to Show.
It should work.
Simple as it is ??
Hi All,
I had a same problem and it worked for me just to uncheck option “Enable Scheduled Database Backups”.
Best regards.
Hi Tamhas,
when you log in on your WP dashboard, you need to find Appearance -> Editor and locate file named ‘Theme Functions (functions.php)’ on the right side.
You can paste the code above at the end of that file and that’s all.
Regards.
Hello Tamhas,
I made this by adding filter function in Functions.php file. See below:add_filter( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );
function custom_override_checkout_fields( $fields ) {
unset($fields[‘billing’][‘billing_country’]);
unset($fields[‘billing’][‘billing_state’]);
return $fields;
}It removed state and country since I don’t need them both in my orders.
WooCCM Version 3.6.6
Hi everyone, it’s been happening and now the same thing after 1 month ago that I can’t log in on dashboard (too many bad logins).
Searched all rows, there was no my IP, again.Tried with removing rows without IP – didn’t help.
Had to remove all rows then to be able to access dashboard.Best regards.
…and I discovered that my lockout was without IP address – blank field ‘lockout_host’.
Now, I added myself to WhiteList but I will keep eye on what will happen after whitelist period expires and that is 24h.Hi Guys,
I had this problem and I couldn’t find my IP in table xxxxxxx_itsec_lockouts`
Just deleted all rows from that table and I was able to log in to dashboard.
Greetings.
Forum: Fixing WordPress
In reply to: Cannot access admin backendHi everyone,
I had this problem:
“An appropriate representation of the requested resource /wp-login.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”I solved it by logging to my files at host (via FTP) and deleting .htacces file (just cut it and paste somewhere at your PC for any case).
Then try to log in at your dashboard again – it worked for me.Regards!
Ok, thank you for response.
Best regards.
Hi Emark,
I didn’t try on that way bcs I didn’t expect that update will return settings at the beginning.
Same thing happened on project at localhost and at live..
I had woocommerce-checkout-manager.1.2 and then updated to v3.6.1 which did reset and at live system (returned previously state field).
I’m afraid now bcs woocommerce have new update available, will it reset all my previous woocommerce settings which will be deadly for me :/
Forum: Plugins
In reply to: [WooCommerce] Conflict with a theme, woocommerce and security_modHi,
I’m having the same problem with woocommerce “server responded with a status of 406 (Not Acceptable)”.
I tried to resolve it via plugin in download link, but could you, please, tell me where to place “woocommerce-jquery-cookie-fix.php” file or where do I need to copy it’s code?Thanks in advance,
Vojislav