Olga Gleckler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Schedule event didn’t happenDid you check wp-config.php as I have mentioned above and tried alternative cron?
If you have no plugins which are making this and there is nothing in ‘wp-config.php’ you can ask your hosting provider as well.Forum: Fixing WordPress
In reply to: Site health: Rest API did not behave correctlyOk, sorry, possibly I just confused you. If everything is working, let’s just drop it and if your site will have some issues will look at them then )
Forum: Fixing WordPress
In reply to: Problems after 5.6 Upgrade@binibi You suppose to open your own topic, and I assume you can also ping some person you want to address… just by id.
You have an old version of WordPress 4.7.19, what did you update? With this version this jQuery Helper is pointless, it using the old version of jQuery already.To see if you have errors with scripts or not, you can look in the console (in the Dashboard also, not only in the frontend):
If you have a backup, restore your site from it, make a staging site (manually or with some plugin), update everything (WordPress, theme and plugins), test and only then do the same with you live site.
You can try to make a new WordPress installation with a new theme and necessary plugins (keeping safe what you have in the meantime), use export from current and import to the new one. It isn’t the quickest method, but this way you will have a working site.
In WordPress 5.0 was introduced The Block Editor (aga Gutenberg) and in WordPress 5.5 launched new great features, like native lazy loading and Block Patterns. And with version WordPress 5.6 was introduced new default theme Twenty Twenty One, it looks very nice and modern and build especially for portfolios and has balanced but wide colour customization including Dark Mode. More info about these releases in form of Q&A:
https://github.com/wpmarketingteam/WP5.5
https://github.com/wpmarketingteam/WP5.6MarcommsForum: Fixing WordPress
In reply to: When adding a new user the password field just shows bulletsIf jQuery Version ‘Legacy 1.12.4-wp’ is enabled in the console suppose to be the message: ‘JQMIGRATE: Migrate is installed with logging active, version 1.4.1’
and not: ‘JQMIGRATE: Migrate is installed, version 3.3.2’Check Helper settings.
Forum: Fixing WordPress
In reply to: Empty postPossibly it’s something with WPML, try to check their forum to see if other people are having the same problem and ask yourself if not.
Forum: Fixing WordPress
In reply to: Drop Down Menu on Mobile not WorkingHi! Possibly theme or some plugin don’t compatible with the current version of jQuery in WordPress 5.6 yet, try this solution:
https://github.com/wpmarketingteam/WP5.6Marcomms/blob/master/Questions%20and%20Answers/6_jquery.md#q1–after-updating-to-the-56-version-of-wordpress-i-am-experiencing-issues-with-unexpected-behavior-on-my-site-what-can-i-do-about-these-issuesYou can check scripts errors by yourself:
Do not forget clean cache and try switch off minifying to see if it causing some problem, you have captcha related error as well.
Forum: Fixing WordPress
In reply to: When adding a new user the password field just shows bulletsSomething supposes to be different, see what versions are included and what is actually in the console…
Forum: Accessibility
In reply to: Redirected too many timesI see no problems with the certificate in Chrome and in Firefox, certificates are checked by OS, so, you can find and update it in the system or try your site from another device.
But sometimes these caching problems can be difficult to find and solve…Let’s Encrypt certificates works fine and widely used, so, I don’t think there is something to worry about. You can take another site with such certificate to compare )
Forum: Fixing WordPress
In reply to: Site health: Rest API did not behave correctlyIf everything else is working fine, you can just drop it, possibly it’s something with Site Health itself or cookies, or… ¯\_(ツ)_/¯
Because your site in the development, you can play with ‘get_test_rest_availability’
in ‘wp-admin/includes/class-wp-site-health.php:1908’
function and make it print some value or result in the process.Don’t forget to return it back into the original state, if you will decide to modify it.
Forum: Accessibility
In reply to: Redirected too many timesHow you found it? Your certificate looks fine.
If you have a backup, try to restore the site from it to see if it will solve the problem. Each time you need to open your site in incognito and close after because the browser will be remembering this redirect.
You can try the manual update:
Disable all plugins and open the site:
Try manually update your active theme.
If it will not help, rename the theme folder. If your active theme will be not found, the site will show an error or blank page but you will be able to access admin if the redirect is due to the theme. In this case, go to ‘Appearance > Themes’ and WordPress will switch to one od default themes and you will be able to install another one.And for additional information:
Forum: Fixing WordPress
In reply to: When adding a new user the password field just shows bulletsPossibly your staging site still on some previous version of WordPress and not on 5.6?
See this explanation and how to test:
https://github.com/wpmarketingteam/WP5.6Marcomms/blob/master/Questions%20and%20Answers/6_jquery.md#jqueryForum: Fixing WordPress
In reply to: Sitemap tries to open wrong locationHi! I don’t think that Yoast SEO causing this problem. Do you have this CDN service? it looks like it’s responsible for it. Try to clear the cache.
How you are trying to do it anyway? You can add a Custom link in the menu with full sitemap URL and it should be fine but ‘/sitemap_index.xml’ is also working.
You are trying to add Sitemap for robots to the menu for people, it isn’t very convenient. You can add your Sitemap to Google Search Console manually, but it’s only necessary if your site has pages which have no links from other pages on your site.
Forum: Fixing WordPress
In reply to: Site health: Rest API did not behave correctlyHi!
Do you have some problems with The Block Editor or something else?
Try to open a console while editing some post and see what answer will get the request after the attempt to save the post.And also enable debugging log to see if errors will be reported there:
Forum: Fixing WordPress
In reply to: When adding a new user the password field just shows bulletsThanks, it is nice! 🙌
Happy New Year, Lukas! 🎄Forum: Fixing WordPress
In reply to: Unable to create new productsHi! You need to get actual information about the error with a trace of the error, check it in your server error log (sometimes it need to be enabled firstly in your hosting admin panel).
And for less critical cases (conditionally) there is WordPress debug log which can be also enabled: