Yworld
Forum Replies Created
-
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Settings are missingThe errors disappeared after deleting the browser cache.
@m_uysl Thank you for your work, I will try to take advantage of this opportunity in the near future.
And these problems appeared on our sites.
Plus, even without changes in the records, a warning pops up “Close site? Changes may not be saved.” When disabling the plugin, everything returns to normal.Console:
wp.editPost.PluginDocumentSettingPanel is deprecated since version 6.6. Please use wp.editor.PluginDocumentSettingPanel instead.
wp.editPost.PluginPostStatusInfo is deprecated since version 6.6. Please use wp.editor.PluginPostStatusInfo instead.
wp.editPost.PluginSidebarMoreMenuItem is deprecated since version 6.6. Please use wp.editor.PluginSidebarMoreMenuItem instead.
wp.editPost.PluginSidebar is deprecated since version 6.6. Please use wp.editor.PluginSidebar instead.
wp.editPost.PluginPostPublishPanel is deprecated since version 6.6. Please use wp.editor.PluginPostPublishPanel instead.
styles for wp.components.ToggleControl is deprecated since version 6.7 and will be removed in version 7.0. Note: Set the __nextHasNoMarginBottom prop to true to start opting into the new styles, which will become the default in a future version.Thank you @m_uysl, everything is clear, I’ll try.
Forum: Plugins
In reply to: [Asgaros Forum] Warning that would appear with WordPress 6.7.0@asgaros Здравствуйте.
php 8.3 (maybe on others too) does not depend on plugins. This is after updating WP for all plugins. View via Query Monitor.Forum: Plugins
In reply to: [Asgaros Forum] Сделать названия тем жирным шрифтомПривет. Насчет положения профиля, наверно надо что-то переписать в шаблоне. Насчет жирного шрифта…Куда-то в стили дополнительные в настройках темы сайта или в другое удобное место добавьте примерно такое (цифру можно менять):
#af-wrapper .forum .forum-title {
font-weight: 700;
}Forum: Plugins
In reply to: [Asgaros Forum] Mobile View is not working@neighbourtom , Hi, everything works.
Clear your browser cache and plugins.
https://ibb.co/JQHx1YT
https://ibb.co/nkhqg7vIf I understood the question correctly.
Forum: Plugins
In reply to: [Asgaros Forum] /forum/ vs /forum@mauri01. You can make your own menu completely. Look at the hooks and filters, there are many of them in the plugin. https://github.com/Asgaros/asgaros-forum/blob/master/hooks.md#asgarosforum_filter_header_menu
Forum: Plugins
In reply to: [Asgaros Forum] /forum/ vs /forumI am not the author of the plugin and I can not say the motives. Perhaps there is a solution on the official site and someone has already looked for it and received it. https://asgaros.com/support/
Forum: Plugins
In reply to: [Asgaros Forum] /forum/ vs /forumПривет, @mauri01 .
There is a filter, I have nowhere to check it now, but do something with it.. This is how we remove the slash, try adding it.function remove_trailing_slash($slash) {
return '';
}
add_filter('asgarosforum_seo_trailing_slash', 'remove_trailing_slash');By the way, the canonical code in your page is correct and should not affect SEO.
- This reply was modified 1 year, 8 months ago by Yworld.
Forum: Plugins
In reply to: [Instant Indexing for Google] Problem sending URL@bishalpokhrel, These rules have always been there. It just scanned any sites. Something changed in the technical part. But anything can happen.
Forum: Plugins
In reply to: [Instant Indexing for Google] Problem sending URLNot only this plugin doesn’t work, all script variants don’t work. Google changed something.
Hello @monligan. Try changing the timeout settings in the Nginx configuration file. Or contact your host. Check the server error log.
Forum: Plugins
In reply to: [ReCrawler] Исчезли настройкиДа, спасибо, сработало. Работает отлично!
Forum: Plugins
In reply to: [ReCrawler] Исчезли настройкиПривет, @mihdan. Видимо такое происходит на сайтах где была миграция. Если просто активировать, вроде ошибок нет.