http1 Posted November 28, 2015 Report Share Posted November 28, 2015 привет как убрать надпись Forums над форумами ? Quote Link to comment Share on other sites More sharing options...
alexis Posted November 28, 2015 Report Share Posted November 28, 2015 7 минут назад, http1 сказал: привет как убрать надпись Forums над форумами ? вставьте это в custom.css: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } http1 and extrim 2 Quote Link to comment Share on other sites More sharing options...
http1 Posted November 28, 2015 Author Report Share Posted November 28, 2015 3 часа назад, alexxis сказал: вставьте это в custom.css: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } спасибо тебе Quote Link to comment Share on other sites More sharing options...
XAHJOB Posted November 28, 2015 Report Share Posted November 28, 2015 4 часа назад, alexxis сказал: вставьте это в custom.css: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } А как можно название сменить на другое ? Quote Link to comment Share on other sites More sharing options...
alexis Posted November 29, 2015 Report Share Posted November 29, 2015 13 часов назад, XAHJOB сказал: А как можно название сменить на другое ? в Языках (где перевод делается) ищите по слову Forums и переводите его на то, которое вам нравится. Quote Link to comment Share on other sites More sharing options...
Donjuan Posted March 31, 2021 Report Share Posted March 31, 2021 Может кому надо? Я заменилтвезде сдово «Форум» на «Категории» и т.д.. Quote Link to comment Share on other sites More sharing options...
aLEX49566 Posted May 18, 2022 Report Share Posted May 18, 2022 (edited) В 28.11.2015 в 16:32, alexis сказал: вставьте это в custom.css: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } Это убирает не только слово "Форумы", но и всю строку: Если нужно убрать именно слово "Форумы, то пропишите в Custom.css: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader h1{ display: none; } Получится следующее: Edited May 18, 2022 by aLEX49566 Quote Link to comment Share on other sites More sharing options...
001 Posted May 19, 2022 Report Share Posted May 19, 2022 есть такой плагин - Remove Forums Title Quote Link to comment Share on other sites More sharing options...
aLEX49566 Posted May 19, 2022 Report Share Posted May 19, 2022 12 минут назад, 001 сказал: есть такой плагин - Remove Forums Title еще в custom.css можно вставить: body[data-pagemodule="forums"][data-pagecontroller="index"] #ipsLayout_mainArea > .ipsPageHeader > h1{ display: none; } Вот вам и весь плагин 😁 Quote Link to comment Share on other sites More sharing options...
SlawkA Posted May 19, 2022 Report Share Posted May 19, 2022 а еще можно ручками удалить или закоментить нужный код в стиле. без мам, пап и плагинов 🤣 Quote Link to comment Share on other sites More sharing options...
001 Posted May 19, 2022 Report Share Posted May 19, 2022 aLEX49566 SlawkA определённо для большинства пользователей лучшим вариантов будет именно установка плагина, чем правки. SlawkA 1 Quote Link to comment Share on other sites More sharing options...
aLEX49566 Posted May 19, 2022 Report Share Posted May 19, 2022 Каая разница, кто как собирает этот "конструктор")) Quote Link to comment Share on other sites More sharing options...
001 Posted May 19, 2022 Report Share Posted May 19, 2022 aLEX49566 один е...т другой дразнится - разница очевидна aLEX49566 1 Quote Link to comment Share on other sites More sharing options...
desart Posted September 23, 2022 Report Share Posted September 23, 2022 Подскажите: У меня на главной - Страницы (новости), чтобы удалить похожий блок и кнопку Добавить, я в /Category 2 Column Image/index - закомментировал 2 первых "блока кода" или как их там... В результате - блок контентной (центральной) части - ниже чем правый блок с виджетами... выглядит так, как будто там строчка пустая... Что не так сделал? На главной странице форума сделал: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } - и всё ровно! Подскажите, какой тут pagemodule="forums"? А то "метод перебора полного серверного пути" - заколебал! ))) *articles, pages, database - не подходит ((( Quote Link to comment Share on other sites More sharing options...
Exception Posted September 23, 2022 Report Share Posted September 23, 2022 23 минуты назад, desart сказал: Подскажите: У меня на главной - Страницы (новости), чтобы удалить похожий блок и кнопку Добавить, я в /Category 2 Column Image/index - закомментировал 2 первых "блока кода" или как их там... В результате - блок контентной (центральной) части - ниже чем правый блок с виджетами... выглядит так, как будто там строчка пустая... Что не так сделал? На главной странице форума сделал: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } - и всё ровно! Подскажите, какой тут pagemodule="forums"? А то "метод перебора полного серверного пути" - заколебал! ))) *articles, pages, database - не подходит ((( Причем тут форум и страницы? body[data-pagemodule="pages"][data-pagecontroller="page"] .ipsPageHeader{ display: none; } desart 1 Quote Link to comment Share on other sites More sharing options...
desart Posted September 23, 2022 Report Share Posted September 23, 2022 34 минуты назад, ZIKURIK сказал: Причем тут форум и страницы? Я подумал по аналогии... А тогда почему /Category 2 Column Image/index - закомментировал 2 первых "блока кода" - остаётся строчка(примерно). Ведь я закомментил 2 самых первых... Получается туда еще что-то подгружается?! или эта страница загружается в основную(главную)... Quote Link to comment Share on other sites More sharing options...
desart Posted September 23, 2022 Report Share Posted September 23, 2022 1 час назад, ZIKURIK сказал: body[data-pagemodule="pages"][data-pagecontroller="page"] .ipsPageHeader{ display: none; } Поторопился и даже этот код не увидел, перепутал со своим ))) Спасибо! А кнопку правильно отключил: body[data-pagemodule="pages"][data-pagecontroller="page"] .ipsButton{ display: none; } Правильно! ))))))))))))))))) а разница в высоте стала еще больше((( Quote Link to comment Share on other sites More sharing options...
AHristich Posted September 24, 2022 Report Share Posted September 24, 2022 (edited) 9 часов назад, desart сказал: Поторопился и даже этот код не увидел, перепутал со своим ))) Спасибо! А кнопку правильно отключил: body[data-pagemodule="pages"][data-pagecontroller="page"] .ipsButton{ display: none; } Правильно! ))))))))))))))))) а разница в высоте стала еще больше((( эти display: none; ... Удали, в твоем примере,в /Category 2 Column Image/index весь код до <section class='ipsType_normal ipsSpacer_both'> а чтобы убрать появившуюся пустую строку,в этой строке убери ipsSpacer_both Итог Edited September 24, 2022 by AHristich desart and by_ix 1 1 Quote Link to comment Share on other sites More sharing options...
Grofaiter Posted November 2, 2022 Report Share Posted November 2, 2022 В 19.05.2022 в 13:20, aLEX49566 сказал: Каая разница, кто как собирает этот "конструктор")) как изображение добавил?) Quote Link to comment Share on other sites More sharing options...
SlawkA Posted November 2, 2022 Report Share Posted November 2, 2022 1 час назад, Grofaiter сказал: как изображение добавил?) только за место текста ссылка на изображение с настройками Спойлер by_ix 1 Quote Link to comment Share on other sites More sharing options...
Grofaiter Posted November 3, 2022 Report Share Posted November 3, 2022 15 часов назад, SlawkA сказал: только за место текста ссылка на изображение с настройками Скрыть контент не получилось( Quote Link to comment Share on other sites More sharing options...
Exception Posted November 3, 2022 Report Share Posted November 3, 2022 7 часов назад, Grofaiter сказал: не получилось( так и тема не та, с чего бы должно получиться Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.