evgeny17
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Внутренние ссылки ведут на сайтЗдравствуйте, все еще интересует решение данного вопроса…
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Внутренние ссылки ведут на сайтДобрый день, хотел уточнить возможно ли что то сделать по поводу присвоения автоматически всем ссылкам атрибута data-turbo ?
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Внутренние ссылки ведут на сайтКонечно вручную делаем, а как иначе, плагины все глючные, обновишь wordpress что-то да полетит, плюс нагружают сайт, и так много уже их. А список не сложно делать вручную. К тому же плагины тоже не умеют адекватно проставлять этот id к подзаголовкам, та же проблема останется. Ну да, нам и надо в целом то, чтобы все ссылки, отображаемые в турбостраницах работали только в рамках турбостраниц. Насчет якорных ссылок не так критично, как критично то, что пользователи переходят с турбостраниц на основную версию – это нужно как-то исключить, не могу понять, как… Я уже много чего пересмотрел на иностранных форумах, решения по присваиванию атрибутов видел, но не могу реализовать, не хватает знаний.
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Внутренние ссылки ведут на сайтМне ответили, что в качестве якоря можно использовать элементы h1-h6, причем только около них должен стоять id. Но у нас id не к заголовку привязывается, а к тегу “a”, который находится внутри h2. Да это в wordpress такая штука получается, потому что, когда ставишь якорь, он заключается в этот тег, при этом id в нем и прописывается. Непонятно, почему яндекс решили привязывать id только к h. Поэтому скорее всего нужно копать в сторону преобразования ссылок. Я читал, что можно с помощью фильтра навешать на лету атрибут в wordpress, но не разобрался в коде. Думаю, что нужно всем ссылкам просто присвоить автоматически атрибут атрибут data-turbo со значением true. Но я не знаю, как это сделать.
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Внутренние ссылки ведут на сайтВот я нашел информацию в справке Яндекса о том, что, если будет указан атрибут data-turbo и он будет равен true, то по ссылке откроется Турбо-версия страницы…
Вот как с помощью вашего плагина добавить этот атрибут ссылкам всем?
Может как-то через фильтр это сделать можно, чтобы как бы “навешался налету” этот атрибут?
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Внутренние ссылки ведут на сайтМожет через регулярные выражения можно как-то преобразовать все возможные ссылки, включая якорные?
Forum: Themes and Templates
In reply to: [ColorMag] Bug in your themeI also want to note that the following code is displayed on the posts page near the logo:
<div id="header-text" class="screen-reader-text"> <h3 id="site-title">
This strongly contradicts SEO, since h3 in this case is displayed earlier than h1 post title.
- This reply was modified 4 years, 2 months ago by evgeny17.
Forum: Themes and Templates
In reply to: [ColorMag] Bug in your themeThe developers of the theme were just too lazy to think through the logic in which the main page will be static. They thought that the main page would only have an archive of records. But this became a problem for people, because they had to manually delete the code responsible for displaying the site name above the logo with h1.
Forum: Themes and Templates
In reply to: [ColorMag] Bug in your themeApparently, the developers are not going to fix anything in this direction. You can simply delete the line in the code that is responsible for displaying the site name and description. You can also try to replace h1 with something else in it.
- This reply was modified 4 years, 2 months ago by evgeny17.
Forum: Themes and Templates
In reply to: [ColorMag] Bug in your themeI don’t need the h1 that is in the site name. I have hidden the title and title on the site. So I need to have h1 in the page body. Otherwise, it spoils SEO.
The code below is hidden on the site in the theme settings, but it is still displayed in the code
<!-- #header-logo-image --> <div id="header-text" class="screen-reader-text"> <h1 id="site-title">
- This reply was modified 4 years, 2 months ago by evgeny17.
Forum: Themes and Templates
In reply to: [ColorMag] Bug in your themeYou must remove the is_front_page condition so that the header does not change to h2. Your programmer made a mistake when he put it there.
<?php if ( is_front_page() ) : ?> <h2 class="entry-title"> <?php the_title(); ?> </h2>
- This reply was modified 4 years, 2 months ago by evgeny17.
I ‘ve had this setup done before. It doesn’t work. The default category is not assigned to the record. Record is set to save to draft. There are no entries in this category. I checked just now.
- This reply was modified 4 years, 8 months ago by evgeny17.
How can I assign a parent category to a record by default? It is necessary for me not to come to use in the form 2 options “categories.” Since, if I use the “chaid of” function, the parent category is not shown. But I need a parent category, too! How can this issue be resolved?
- This reply was modified 4 years, 9 months ago by evgeny17.
Все получилось! Спасибо за ответ, спустя 4 дня))