Edward
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP5.5: newly added tag is not foundCould someone try to create a tag on 5.5 so I can understand if this issue is common or not?
Forum: Fixing WordPress
In reply to: 5.5 – delete multiple usersDavood,
thank you for your help. I’ll check
Forum: Fixing WordPress
In reply to: Telegram icon to Social Networks blockThank you
on test env, WP 5.4.2–ru_RU I
1) upgraded RUA plugin to the latest v.2.0, then
2) disabled the second affected plugin (“User Menus” by Code Atlantic) and then
3) switched to Twenty Twenty theme that seems to be default theme for WP 5.4The issue is stil here:
https://prnt.sc/tkvm16Forum: Fixing WordPress
In reply to: Reusable blocks are not accessible from Gutenberg editorIn the end, I found the reason thanks to similar topics. The reason is Firefox. Probably due to the recent automatic update of firefox to 78.01. All you need to do is clear the firefox cache. I was confused because in the neighboring browser tabs one site worked and the other did not. The cache is site-based.
The topic can be closed.Joachim,
my prod site is still on 1.3v.
On my test site I updated RUA to the latest 2.0 version, then deactivated all plugins and activated them again one by one.
RUA duplicates “Access Levels” fields by itself when the other plugin (that’s responsible for Visibility fields) is not yet activated.Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] URL текущей страницы/постаСпасибо!
Все получилось с одинарными кавычками для параметров шорткода. Видимо это из-за обрамляющих сам URL двойных кавычек.Hi Joachim,
I don’t see link for opt in/out from freemius. That’s why I asked the question. On the plugins page under Restrict User Access plugin I only have three links:
Documentation & FAQ | Deactivate | Translate
The third link was added by Loco Translate plugin.
I use RC as a common framework for user registrations, subscription plans, etc.
Yes, I do understand that both shortcode styles can’t be used
Forum: Plugins
In reply to: [Yandex Metrica Counter] асинхронная загрузкаЯ наверное был неправ, похоже tag.js по умолчанию грузится ассинхронно. Но все равно забирает на себя 600-700 мс, судя по тесту Google. Это очень много для мобильных.
Можно ли добавить опцию в настройки плагина, чтобы подхватывать локальный файл tag.js как в этом примере https://yandex.ru/blog/metrika-club/skript-metriki-tag-js-sedaet-protsessornoe-vremya-pri-zagruzke ? Настроить дополнительно крон – не проблема.
Что-нибудь типа чекбокса: Забирать файл tag.js 1) c Яндекса (default); 2) локально, (укажите путь к файлу в поле ниже)
Yes, it is displayed twice as “Subscriber Level, Subscriber Level” for new WP users. “New” means that user was created after RUA plugin had been installed. For “old” users Access List Column shows correct “Subscriber Level”.
I have 3 Levels in total, all Levels are synched with roles.I would suggest the following
When you type a part of page name to find and add a page to Level then page candidate list appears below. Add relative page path (at least beginning) after each page name to this list.
For already added level pages show their relative path via hover effect when point mouse cursor over the page name.
Thank you
Paddy,
your string has two type attributes, that’s incorrect.
This one should work for you:
<input type=”number” name=”two_factor_code” id=”simba_two_factor_auth” autocomplete=”off” data-lpignore=”true”>
Also for Chrome testing on desktops have a look at Authenticator extension. It’s able to fill TFA field just in one click, no typing when TFA field is empty.
David,
with maxlength=”6″ Chrome still uses autocomplete, just cuts long usernames to first 6 symbols.
I’ve noticed a funny thing. When login page is displayed Chrome autocompletes username and password fields. Correct.
When I ignore these values and just retype the same username & password then Chrome will not autocomplete TFA field.Perhaps, you couldn’t reproduce the issue because don’t use stored passwords with Chrome?
The problem is obviously not in the TFA plugin, but in how Chrome determines the username field. Perhaps Chrome analyzes the attributes of id and name of all forms on the page. That is why I asked you a question.