stalik
Forum Replies Created
-
Yes, that was the problem indeed!
I turned off the Crayon plugin for the network, but I didn’t turned it off for the specific website. I am sorry!
Thank you!
Forum: Plugins
In reply to: [Contact Form 7] Issue with reCAPTCHA v3Turns out I forgot to fill one field in reCaptcha settings. I am sorry! ??
Forum: Networking WordPress
In reply to: How to change the domain name AFTER turning multisite onIn this case did WP created a folder on the server for this subdomain or I need to create/set it when adding a subdomain? If the latter if true, should this new folder be within public_html or it doesn’t matter?
Forum: Networking WordPress
In reply to: How to change the domain name AFTER turning multisite onI don’t know what kind of information would be useful so I will just explain what do I experience. The main web site is https://www.sofiapride.org. After setting up the multisite I created a second one for English language and it is on the screenshot below:
https://image.ibb.co/iWUd6Q/sp1.png
When loading the first one it opens Error 404 page instead of homepage. When I click on the site’s logo it loads the homepage normally.
When attempting to open the second website (en.sofiapride.org) I got this:
This site can’t be reached en.sofiapride.org’s server DNS address could not be found. Did you mean https://sofiapride.org/en/? Search Google for sofia pride org ERR_NAME_NOT_RESOLVED
That’s it. I don’t notice other issues.
Forum: Plugins
In reply to: [Loco Translate] Is there any 'firs time user' tutorial?Well, you are genius. It worked. THANK YOU!
Forum: Plugins
In reply to: [Loco Translate] Is there any 'firs time user' tutorial?OK, I will translate manually. But if I put my local lang files in /wp-content/languages/themes how to make them work? I just should name them
themename-bg_BG.po
?Forum: Plugins
In reply to: [Loco Translate] Is there any 'firs time user' tutorial?BTW can I create child theme and put the translated file there? So that they won’t be overwritten in case of update of the main theme?
Forum: Plugins
In reply to: [Loco Translate] Is there any 'firs time user' tutorial?Ok, so you have a lay person here. ?? Try again. What do I have to do now? Update Loco? Or the theme? Or something else?
I am really sorry but it is complicated for me. ??Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedThanks again to you! ??
Forum: Plugins
In reply to: [Loco Translate] Is there any 'firs time user' tutorial?Done. I sent it.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedOK, so I dropped a ticket to my hosting provider and they fixed it. There is some PHP Manager in CPanel through which I can change my PHP version and memory_limit. So now it is fine. Thanks though for the help. Very very much!
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedForum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedStrange. This plugin sais Memory : 66.74 of 128. And P3 sais 69.69 MB avg. memory usage. So I am confused now. Does it mean that the problem for sure lies in the hosting?
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedOK, I put it in wp-config.php before the wp-settings.php line and the problem endures. So now I guess I have to drop a ticket to my hosting provider asking them how much memory do they allocate, right? Or I can check/modify that by myself?
(Sorry for these questions – lay person here…)Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedThank you!
As far as I understand I need to add
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
inwp-settings.php
, right?