DmitrySh
Forum Replies Created
-
HI @numbnerd14 ,
I don’t have a premium account to submit tickets. You can easily replicate this error by configured Permalinks for Custom Structure without trailing slashes:
/%postname%
in your site.
Thanks, DmitryHi @numbnerd14 ,
I don’t want the trailing slash to appear in my URLs.
I have tried to add a redirection rule to my .htaccess file from your message, but issue with canonical url for paginated category and tag pages steel happend.
I have tried other SEO plugin and canonical urls for these pages are displayed correctly:
<link rel="canonical" href=".../category/slug/page/2" />
with “/” between “slug” and “page”
Thanks, Dmitry
Hi @numbnerd14 ,
I have
- in general options site url and home without trailing slashes, like this
https://site.url
- in Permalinks -> Custom Structure without trailing slashes, also:
/%postname%
I have clicked Save Changes (without any changes before) but error still happening
Thanks, Dmitry
Hi @numbnerd14 ,
I have provided several links in this table: https://docs.google.com/spreadsheets/d/1d2AXfa5_8Nb5sfURzfW2gyT_UeISPOT5jlWFsaDcW2k/edit?usp=sharing
Checked all steps from https://aioseo.com/docs/how-to-troubleshoot-issues-with-all-in-one-seo-pack/ also.
Thanks, DmitryHi Patrick,
Thank you, your video-instruction works. In my steps i didn’t save changes after UNBLOCK IPS. I thought, when i press unblock button, the changes were saving.Is it possible to unblock IP in one step from one place?
Thanks, Dmitry.
Hi,
I have tried to unblock from temporary ban list. Status on Temporary IP Block List tab was changed, but IP is stil on the:
* Blocklist on IP Banning tab
* Logs tab
* wp_defender_lockout tableThanks, Dmitry
Sorry, i have found solution on https://wpmudev.com/docs/wpmu-dev-plugins/defender/. Regular expressions supports!
Thanks, Dmitry
Hi Adam,
Your are right, notifications work only for default user’s email on ADD USERS tab and for emails on INVITE BY EMAIL tab and doesn’t work for other users on ADD USERS tab.
Thanks, Dmitriy
Forum: Plugins
In reply to: [Strong Testimonials] s.style is undefinedHello Beatrice,
The issue still happen with troubleshoot mode and only activate Strong Testimonials.
Thanks, Dmitry
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Database exceeding 5gbHaving the same problem. Is there a way to delete this data?
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Вебвизор для турбоДобрый день.
Сами визиты отображаются в вебвизоре, но с неактивным значком воспроизведения и без указания продолжительности визита на странице, соответственно воспроизвести визит не получается.
Так и должно быть или где-то ошибка / неправильная настройка плагина?Forum: Plugins
In reply to: [User Login History] User registrationHi Faiyaz,
yes, https://prnt.sc/sc133b
Thanks, DmitryHi,
I have several sitemaps: testimonials-sitemap1.xml, testimonials-sitemap2.xml, category-sitemap (wich works with first code snipet) and i have modified your code:if ( !function_exists( 'yith_wcan_customization_all_in_one_seo_fix' ) ) { add_filter( 'init', 'yith_wcan_customization_all_in_one_seo_fix' ); function yith_wcan_customization_all_in_one_seo_fix() { $uri = !empty( $_SERVER[ 'REQUEST_URI' ] ) ? $_SERVER[ 'REQUEST_URI' ] : false; $is_dynamix_xml = $uri && (preg_match( '/(testimonials-sitemap[0-9]\.xml)$/', $uri ) || preg_match( '/(sitemap\.xml)$/', $uri )); if ( function_exists( 'YITH_WCAN' ) && $is_dynamix_xml ) { $yith_wcan = YITH_WCAN(); if ( !empty( $yith_wcan->frontend ) ) { remove_filter( 'the_posts', array( $yith_wcan->frontend, 'the_posts' ), 15 ); } } } }
Is it correct?
Could you fix this bug in next versions?
Thanks, DmitryForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Incorrect manage subscriptions linkHi,
I have found the reason. The plugin iThemes Security with turn on option “Suspicious Query Strings” adds rule
RewriteCond %{QUERY_STRING} https?: [NC,OR]
to .htaccess.
It will be good to consider compatbility with this plugin, if you can.
Thanks, DmitryForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Incorrect manage subscriptions linkHi Reedyseth,
Thank you for quick reply.
But i have error when clicking this link:
“Forbidden
You don’t have permission to access /manage-subscriptions on this server.”The link https://my_site_url/manage-subscriptions work correct.
Thanks, Dmitry
- in general options site url and home without trailing slashes, like this