Igor Radovanov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Something went wrong with the plugin API@maazkhattak67 You might want to inspect the Network tab in your Browser console. Your VPS firewall may be preventing access to the ww.wp.xz.cn servers.
Forum: Everything else WordPress
In reply to: Website sometimes does not open in first attemptHello @davide1991,
I see that you use both Autoptimize and W3 Total Cache.
Do you have a minification process enabled in both plugins or just in Autoptimize?
Incorrect settings for the script minification may lead to such issues you are experiencing.
As a first step towards resolving this issue, I would advise you to temporarily disable the Autoptimize plugin and see if that resolves the issues.
If that is the case, you may want to revise your Autoptimize plugin and exclude your theme/plugins from the minification process.
Forum: Developing with WordPress
In reply to: Custom CPT Archive TitleHi @ayrancd,
Have you tried to provide the CPT name to a
is_post_type_archive()function, in this case it would beis_post_type_archive('recipe')?Forum: Fixing WordPress
In reply to: Can’t edit sidebars after WordPress update@filmcritic23 That is a good sign, it indicates that the latest jQuery migrate script has been loaded from the WordPress core.
Are there any other red/error messages listed within your console when you try to edit or click on the element that contains the sidebar edit buttons?
Please also check if you have Enable jQuery Migrate Helper plugin installed and activated on your WordPress website. If not, you may want to install the plugin and give it a chance to see if the issues is caused by outdated jQuery functions in your active theme or installed plugins.
Forum: Fixing WordPress
In reply to: arrow keys for tags not workingHello @outrospective,
This could be related to a jQuery migrate script which was recently updated within the WordPress core.
Have you tried to install and activate the Enable jQuery Migrate Helper plugin and see if that resolves the issue you have with the tag section?
Forum: Fixing WordPress
In reply to: Can’t edit sidebars after WordPress updateHello @filmcritic23,
This could be related to a jQuery migrate script which was recently updated within the WordPress core.
When you open your browser console, is there an error that indicates that there is an outdated or undefined jQuery function/method?
To open your browser console, press CTRL+SHIFT+J buttons on your keyboard (press again to close).
Forum: Fixing WordPress
In reply to: Site not loading images from https://i0.wp.comHello @juantrigo,
Do you have the Jetpack plugin installed? If yes, try to temporarily disable the plugin and see if that resolves the issues. This looks like a caching issue so a simple plugin deactivation and activation should do the trick.
Forum: Everything else WordPress
In reply to: Registration Button on Checkout Page missingHello @innobuzzk,
You will want to check under General WordPress settings if user registration is allowed.
Under General Settings, the checkbox beside ‘Anyone can register’ needs to be checked in order to allow account creation on the WooCommerce checkout.
Forum: Fixing WordPress
In reply to: Question about missing categories function in WordPress postHello @motix,
It could be the case where another plugin or the theme itself manages the visibility of the category taxonomy for the regular Posts type.
Have you tried basic troubleshooting steps including plugins and themes troubleshooting?
Forum: Plugins
In reply to: [WooCommerce] Cannot get Product data under products to updateHello @mhha01,
Looks like this is the product where you are experiencing such issue: https://mothershelpinghandsatlanta.com/product/consultation/
Is this a simple or variation product? If the product is based on variation, you will need to update the stock and price for each variation in order for the product to become available again.
Forum: Fixing WordPress
In reply to: Launching site issueHello @thuyalicenguyen
This message indicates that your WordPress account doesn’t have sufficient permissions to perform that action. You can learn more about the WordPress roles here: https://ww.wp.xz.cn/support/article/roles-and-capabilities/
Most likely, you will need an administrator account to perform this action.
Hello @baquiri ,
The error you are receiving is most likely caused by the improper directory permissions on your server.
Please see https://ww.wp.xz.cn/support/article/changing-file-permissions/
Your directory should have 755 (rwxr-xr-x) and other files should have 644 ( rw-r–r–) permissions set.
Please see Changing file permissions
You can change this in your hosting panel or ask your hosting provider to re-configure it for you.
Forum: Localhost Installs
In reply to: Setting up on ApacheHello @bluedee ,
This is most likely a server configuration issue – not related to WordPress.
Does the issue occur on all file types (.html, .css) or just .php?
Forum: Fixing WordPress
In reply to: Videos disappearing after PublishingHello @tdbradshaw97
Are you uploading the images and videos from your machine or linking them from a third-party service? If you use the second, the rate-limiting is what may be causing this issue for you.
Forum: Everything else WordPress
In reply to: Site Health Issue@wanderingon Awesome – I’m glad I was able to help 🙂