romelir
Forum Replies Created
-
Hello there,
We are working on a new version to fix this problem as soon as possible. Please stay tuned for the new plugin update.Hello there,
Could you please update to the latest version of BuddyForms Hooks and verify if the issue has been fixed.
Hello there,
What theme are you using?
Forum: Developing with WordPress
In reply to: Can the query block pagination link to anchor?Hello,
I think to achieve this you would have to edit the href attr of the pagination link with a custom script, since (as far as I know) there is no way to specify an id to jump to within the settings of this block. For example, you could use the hook
wp_head
to include a script and edit the element using jQuery.Forum: Fixing WordPress
In reply to: wp-admin ajax to much requests to the serverHello there,
You could try deactivating the WP Desk plugin(s)/theme you have and see if the issue goes away. In case those calls are actually slowing down the site, I think it is possible to activate the SSL verification using the filter hooks
https_ssl_verify
andhttp_request_args
, you have to include the parameter$args[ 'sslverify' ] = true;
Forum: Networking WordPress
In reply to: login logout issue in multisiteHello there,
Your website has a valid SSL certificate installed?
https://www.ads-software.com/documentation/article/https-for-wordpress/
On the other hand, if you have a cache plugin/service, I recommend you disable it and check if the issue persists.
Forum: Fixing WordPress
In reply to: wp-admin ajax to much requests to the serverHello there,
Maybe the first thing you should do is enable the .log in your WordPress installation and check if it throws any critical error when accessing the admin panel. You can check how to do it here:
https://www.ads-software.com/documentation/article/debugging-in-wordpress/#wp_debug
There are also some plugins that allow you to monitor the queries that are made to the database.
Forum: Fixing WordPress
In reply to: CPT only saving as Auto DraftHello there,
It is most likely due to a conflict between plugins, so it would be best to disable them one by one. If you can’t do it on the production site, why don’t you generate a copy without sensitive data and test locally? You already have All in One WP Migration installed, so you can easily generate the copy.
Forum: Everything else WordPress
In reply to: dynamic internal hyperlinks how to do ?Hello there,
Some hosting servers have a tool to do this, so perhaps the first option you have is to contact your hosting support team and ask them if you can do it directly from your dashboard. There are also free plugins that allow you to do this. In both cases I recommend you make a backup of the site before trying to update the links.
Forum: Fixing WordPress
In reply to: error 500 wp-config.phpHello there,
Вы проверили, включен ли открывающий тег “<?php” в первую строку?
Forum: Fixing WordPress
In reply to: GoDaddy Managed WordPress www issueHello there,
Did you check if there is a CNAME record for “www” in your domain configuration?