Images in mobile theme

Posted in: Newspaper
Post count: 37

На мобильной теме newsmag изображения в начале страницы обрезается слишком тонко. Как исправить, чтобы они показывали нормально или поставить другую сетку?

The mobile theme newsmag image at the beginning of the page is cropped too thinly. How to fix that they showed normally or to put other grid?

Post count: 20688

Hi,

Please provide some more details or screenshots in this matter, for a better understanding. The Newsmag theme does not have a mobile theme, only Newspaper does. If you are referring to Newspaper and the mobile theme plugin, this is a guide
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Post count: 37

Добрый день, Simion. С узкими размерами изображений в top grid разобрался. Нашел, где можно не 3 фото top grid, а сколько угодно поставить /Newspaper/mobile/includes/shortcodes/td_module_mob_1.php. Там можно поставить лимит top grid.
Вопрос другой теперь.
Можно ли отдельно в мобильной теме править заголовки в CSS.? И как уменьшить размер логотипа в footer в мобильной теме?
Спасибо за внимание. И за ответ, если будет.

Good afternoon, Simion. With the narrow size of the images in the top grid figured out. I found where you can get 3 photo topgrid, and any put /Newspaper/mobile/includes/shortcodes/td_module_mob_1.php. There you can set the limit of top grid.
Question the other now.
Is it possible to separate mobile theme to edit the header in CSS.? And how to reduce the size of the logo in footer in mobile theme?
Thank you for listening. And for the answer, if will.

Post count: 20688

Indeed the mobile theme has different files then the main theme. These are located in the mobile folder
https://www.screencast.com/t/hgrGL0lYiGh
That is where all the mobile theme files are located, if you want to make modifications to them. For the footer logo on mobile you could use a code like this to reduce it if needed
https://www.screencast.com/t/PFltz9Kjk8

.td-footer-logo img {
max-width: 50%;
}

Mobile theme custom CSS can be entered in Theme panel->Mobile theme->Custom code.

Post count: 37

Спасибо

Post count: 37

Good day Simion again. Whether in the window to advertise the mobile theme to put some widget?

https://cloud.mail.ru/public/4KfP/tpdxKCi7m

For example default sidebar. How to do it?

Добрый день Simion еще раз. Можно ли в окно для рекламы мобильной темы поставить какой-нибудь виджет? Напимер default sidebar. Как это сделать?

Post count: 37

For the mobile theme in the grid displays the last few posts, after the same posts are displayed in the last records. How to make a filter on them?
В мобильной теме в гриде отображаются несколько последних постов, после него эти же посты отображаются в последних записях. Как сделать на них фильтр?

Post count: 37

How to make a smaller indent on the bottom of the blocks? Such a large indentation in all units
https://cloud.mail.ru/public/5dmM/EdMaJUBTJ

Как сделать меньший отступ снизу блоков? Такой большой отступ во всех блоках

Post count: 37

A smaller indentation at the bottom of the blocks can be adjusted in the themes panel, if it is a block. And if you use a sidebar, there is no CSS style in the panel

Меньший отступ снизу блоков можно поправить в панели темы, если это блок. А если использовать сайдбар, то стиля CSS в панели нет

Post count: 37

For the mobile theme in the grid displays the last few posts, after the same posts are displayed in the last records. How to make a filter on them?

find a solution. It was necessary to create a category of Featured.

The question is still relevant
A smaller indentation at the bottom of the blocks can be adjusted in the themes panel, if it is a block. And if you use a sidebar, there is no CSS style in the panel

Post count: 23312

Hello bellendir,

For more information about our mobile theme, please check our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/ Regarding on images on the block, try to regenerate all of your images using the Force Regenerate plugin with Thumbnail Regenerate, clear all the caches and check the results. Please check the documentation from here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks for your understanding!

Post count: 37

Thanks.
Is it possible to make the mega menu drop down when you click rather than hover?

Спасибо.
Возможно ли сделать мегаменю выпадающем при нажатии мыши, а не при наведении?

Post count: 23312

Hello bellendir,

Sorry but the theme does not have any such an option for this.

Thanks for your understanding!

Post count: 37

Мобильная тема. В описании написано: top grid – displays 3 featured posts (posts included in the Featured category). Не работает. Показывает по времени. Менял все файлы мобильной темы. Как показывать определенную рубрику?

The mobile theme. The description says: top grid-display 3 featured posts (posts included in the Featured category). It’s not working. Shows on time. Changed all the files in the mobile theme. How do I show a specific category?

Post count: 37

Сделал сам: удалил рубрику “Featured category” и создал заново.
Комментариях в мобильной теме сразу после записи так и не смог сделать

Made by myself: removed the section “Featured category” and re-created.
The reviews for the mobile theme right after the recording was never able to do.

Post count: 20688

The mobile front page grid will only display posts that are included in the Featured category
https://forum.tagdiv.com/featured-posts-2/
This is a similar topic where a category is added in the code, so the grid will display only posts from it, if this is what you want to do
https://forum.tagdiv.com/topic/mobile-theme-featured-posts/

Post count: 37

Thanks. That’s what you need.

Post count: 37

Hello! The image size for the mobile theme, cropped narrow. In which file can I adjust the image size?

https://cloud.mail.ru/public/FVg4/vJu7pHv3N

Post count: 20688

Hi,

Actually the thumbnail is bigger, this is simply the design that was decided. If this is required for you you could increase the thumbnail size of the front page grid with a code like this
https://www.screencast.com/t/6oe0SSbxm
This is the code used in the example, if you decide to use it enter it in Theme panel->Mobile theme->Custom CSS

.home .td_module_mob_2 .td-module-thumb,
.home .td_module_mob_2 .td-module-thumb a:last-child {
height: 250px;
}

You can make modifications to it if needed.

Post count: 37

Thanks. This helped

Post count: 26

.home .td_module_mob_2 .td-module-thumb,
.home .td_module_mob_2 .td-module-thumb a:last-child {
height: 250px;
}

This fix the grid in Main page how to fix them in category pages…?

Post count: 27744

Hello,

Please replace that code with this code
.td_module_mob_2 .td-module-thumb,
.td_module_mob_2 .td-module-thumb a:last-child {
height: 250px;
}

Set the code in Theme Panel -> Mobile Theme -> Custom Code -> Custom CSS => https://www.screencast.com/t/WfVOQkaGJwwm

Let me know about your results!

Thank you!

Viewing 22 posts - 1 through 22 (of 22 total)
The forum ‘Newspaper’ is closed to new topics and replies.