goutm
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Setting up Query loop for a lot of postsSure.
The solution was to have the right block chosen for corresponding options.
https://snipboard.io/wyz3MH.jpg
So, if you choose query loop, you will have an additional button on the panel.
Forum: Plugins
In reply to: [Gutenberg] How can I make all blocks within a row with ONE height?I have this kind of effect:
https://file.io/TExre4ebsPleThis is screen recording
Forum: Plugins
In reply to: [Gutenberg] Stretching row for the footer@zoonini Kathryn, thanks for keeping answering my questions.
https://file.io/KTvbBfyI8s25
Here’s screen video. I thought this is Gutenberg issue, but please advise should I keep asking here or better to go to the 2022 topic?Forum: Plugins
In reply to: [Gutenberg] Categories for custom post type@mrfoxtalbot Thanks for your reply! I do agree that Query loop does work correctly with custom post type — unless you need to show categories on the page.
https://snipboard.io/DEb8Vj.jpg
A few more screenshots of CPT and categories
https://snipboard.io/HQIla0.jpg
https://snipboard.io/GdhHr0.jpg
https://snipboard.io/WoHF8w.jpgForum: Plugins
In reply to: [Custom Post Type UI] Category for custom post type@tw2113 Michael, thanks!
Solved.Forum: Plugins
In reply to: [Gutenberg] Setting up Query loop for a lot of posts@zoonini Kathryn, that’s right, solved. I confirm. I didn’t see the option to delete the topic, so I marked it as solved. Thank you!
Forum: Plugins
In reply to: [Gutenberg] How can I make all blocks within a row with ONE height?@zoonini Kathryn, I would rather say I do not want padding — but it occurs beyond my will when I set color background for the content block! And in this case I can’t remove this padding, because in block settings padding is not set.
Look at this screenshot:
https://snipboard.io/BIwoUX.jpg
Here I applied color background to the center (02) content block and its view has changed like there’s a padding. But no padding or anything else in the settings!Forum: Plugins
In reply to: [Gutenberg] Stretching row for the footer@zoonini Kathryn, I use default 2022 wordpress theme. This “site” is kind of an experiment, so it is “closed” by “maintenance mode”. But if you would like — I can give you an access.
Before of this, I tried to edit default footer — and it has the same issue: I can’t fill 100% width of browser if I add new row (but I can do this with the row that already exists!)
@devnihil, many thanks for your reply! Yes, it was plugin-related issue. For the record and statistics: that was Permalink manager Lite.
Forum: Plugins
In reply to: [Gutenberg] How can I make all blocks within a row with ONE height?Kathryn, thanks! It works. Almost.
I did as you said and it looks fine. But after that I decided to change the color of the column, so I removed background form the content section (because it just overlaps column color). And after that text immediately sticked to the column border.
https://snipboard.io/pX4bxQ.jpgSo, if I apply color background to the column — text block remain as close to the border as possible. And if I apply color background to the content block — the text moves away from the border even no padding is applied.
https://snipboard.io/BIwoUX.jpgThis is quite unexpected to me, could you please give more clarification about such behaviour?
Forum: Plugins
In reply to: [Selectel Storage Upload] Ошибка при синхронизацииЯ не пользуюсь ничем из этого, но судя по джабберу, ты юзер дефолта. Написал тебе в личку там.
Forum: Plugins
In reply to: [Selectel Storage Upload] Ошибка при синхронизацииВот правильный код страницы с настройками плагина
<!DOCTYPE html> <!-- [if IE 8]> <html xmlns="http://www.w3.org/1999/xht… --> <!-- [if !(IE 8) ]><! --> <html class="wp-toolbar" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <!-- <![endif] --> <head></head> <body class="wp-admin wp-core-ui js jetpack-connected settings_page_se…-4-0 admin-color-midnight locale-en-us customize-support svg"> <script type="text/javascript"></script> <script type="text/javascript"></script> <div id="wpwrap"></div> <!-- wpwrap --> <script type="text/javascript"></script> </body> </html>Forum: Plugins
In reply to: [Selectel Storage Upload] Ошибка при синхронизацииИ, кстати, вот ещё что.
Я попробовал плагин на другом блоге wordpress, который вообще почти без плагинов и на другом хостинге (тоже shared): там точно такие же симптомы.Forum: Plugins
In reply to: [Selectel Storage Upload] Ошибка при синхронизацииНо вообще он по несколько файлов в контейнер загрузить успевает. И даже загрузил плагин с временным решением, который я пытался установить ( но он не захотел, потому что папка уже создана – наверное, нужно сначала удалить уже установленный плагин)
Forum: Plugins
In reply to: [Selectel Storage Upload] Ошибка при синхронизацииКак я и писал выше, настроки Полный URL-путь к файлам (Full URL path to files) в настройках медиафайлов = Полный URL-путь к файлам в настройках плагина, изменяя одно, меняется другое.
Я понял свою ошибку. Для меня было не явно, что в случае, когда нужно указать полный путь, нужно использовать основной домен, а не поддомен контейнера. Но на работоспособность это не повлияло.
По поводу ошибки. Какую версию WordPress вы используете?
Последнее доступное официальное обновление.
Загрузка файлов, как и проверка соединения реализованы через Ajax, используется библиотека JQuery. Проверьте подключается ли эта библиотека в админке. Проверить это можно просто изучив исходный код страницы. Подключаться JQuery должен раньше, чем javascript файл плагина.
<!DOCTYPE html> <!-- [if IE 8]> <html xmlns="http://www.w3.org/1999/xht… --> <!-- [if !(IE 8) ]><! --> <html class="wp-toolbar" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <!-- <![endif] --> <head></head> <body class="wp-admin wp-core-ui js jetpack-connected index-php admin-…-4-0 admin-color-midnight locale-en-us customize-support svg"> <script type="text/javascript"></script> <script type="text/javascript"></script> <div id="wpwrap"></div> <!-- wpwrap --> <script type="text/javascript"></script> <div class="quick-draft-textarea-clone" style="display: none; font-family: "Open Sans",sans-serif; font-siz…ding: 6px 7px; white-space: pre-wrap; word-wrap: break-word;"></div> <div id="customize-container"></div> </body> </html>Могу лишь точно сказать, что начиная с версии 3.8+ wordpress, 5.3.3+ PHP, с модулем cURL 7.16.2+ с включенным OpenSSL, а это есть на любом вменяемом хостинге из коробки, плагин работает без проблем.
Я не спорю, что плагин в принципе работоспобный, но в чем в моём случае причина?
З.Ы. А почему у вас плагин на английском? У вас wordpress английский?
Да, английский. Не люблю переводы.