• Resolved v0van

    (@v0van)


    EN:
    The theme properties say “grid-layout”, “three-columns” – where are they? I have not found it anywhere in the theme settings.
    how to make a tile layout in categories?
    or is it only in the premium version?
    like here – https://demo.mysterythemes.com/flexible – landing page. layout with news tiles https://ibb.co/Mskxgy0 and photos (like in instagram) https://ibb.co/gJj2yGP

    RU:
    В свойствах темы указано “grid-layout”, “three-columns” – где это? Я не нашол нигде в настройках темы.
    как сделать вёрстку плиткой в категориях?
    или это только в премиумном варианте?
    типа как здесь – https://demo.mysterythemes.com/flexible – лендинг. вёрстка плиткой новостей https://ibb.co/Mskxgy0 и фоток (как в instagram) https://ibb.co/gJj2yGP

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @v0van

    According to your question grid-layout and three-columns sections are called Portfolio and Latest News respectively. And also they have managed from the MT: Portfolio Section and MT: Latest News widget.

    https://prntscr.com/12l0ewp

    Thanks,

    Thread Starter v0van

    (@v0van)

    EN:

    Thanks for answering!

    by default this widgetaria is not displayed in widgets!

    you need to change the setting:
    main Page settings
    On the main page display
    * Static page

    then for the main page do
    template “HomePage”
    \wp-content\themes\flexible-lite\templates/flexible-lite-home.php

    and only after that does it dance
    “Front Page Widgets Area”

    happened:
    MT: Portfolio Section – there is no 1 element. Should I fill in a separate type of elements in the admin panel? post_type=MT_Portfolio? why can’t you deduce one of the available categories?
    MT: Latest News – Displays 3 news items.

    inconvenient and incomprehensible! for me the theme is not good.

    The fact is that for the index there are many Gutenberg blocks, widget plugins and shortcodes for displaying posts in tiles, list, etc.

    But in categories it is more difficult. plugins usually do not change their layout. Here:
    archive.php

    <?php if ( have_posts() ) ?>
    <?php while ( have_posts() ) : the_post(); ?>
    <?php get_template_part( 'template-parts/content' ); ?>
    <?php endwhile; ?>

    So I’m looking for themes with this kind of built-in category settings.

    ================================

    RU:

    спасибо что ответили!

    по умолчанию эта виджетариа не отображается в виджетах!

    надо менять настройку:
    Настройки главной страницы
    На главной странице отображать
    * Статическую страницу

    затем для главной страницы сделать
    template “HomePage”
    \wp-content\themes\flexible-lite\templates/flexible-lite-home.php

    и только после этого плявляется
    “Front Page Widgets Area”

    получилось:
    MT Portfolio Section – ПУСТО. нет ни 1 элемента. Это я должен заполнять отдельный тип элементов в админке? post_type=MT_Portfolio? почему нельзя вывести одну из имеющихся катеорий?
    MT: Latest News – вывело 3 новости.

    неудобно и непонятно! для меня не годится тема.

    Дело в том, что для главной существует много блоков Гутенберг, плагинов виджетов и шорткодов для вывода записей плиткой, списком и т.п.

    А вот в категориях сложнее. плагины обычно не меняют в них вёрстку. Вот здесь:
    archive.php

    <?php if ( have_posts() ) ?>
    <?php while ( have_posts() ) : the_post(); ?>
    <?php get_template_part( 'template-parts/content' ); ?>
    <?php endwhile; ?>

    Поэтому я ищу темы с такими встроенными настройками для категорий.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @v0van

    Static page for the homepage is one of the methods to display the widgets as a front-page without the latest posts.

    In the free theme portfolio elements are managed from pages which have separate page template like a portfolio. This one is quite a lengthy process because we can’t create a custom post type in a free theme.

    In the latest news section, there was an option to choose multiple default categories.

    In the free theme, archive pages do not have multiple layouts. But we have multiple layout in pro version.

    PS: If you have knowledge how to customize the theme then, you can customize out theme and achieve all your requirements or hire developer for it as well.

    Thanks ??

    Thread Starter v0van

    (@v0van)

    In the free theme portfolio elements are managed from pages which have separate page template like a portfolio. This one is quite a lengthy process because we can’t create a custom post type in a free theme.

    In principle, I don’t need it. but
    If I don’t understand how to fill with Portfolio elements, many others don’t understand either.

    found:
    /wp-admin/themes.php?page=flexible-lite-settings
    Documentation – https://docs.mysterythemes.com/flexible/#!/setup_home_page

    3. Flexible: Portfolio Section
    * Add title for the section in section title field on portfolio widget
    * Add description in Section Info field on portfolio widget
    * Create a page for portfolio section
    * Enter page title, page description and feature image and select Portfolio Template to display portfolio pages., Publish it.
    * Add number of pages to display of portfolio section

    ===================
    OK

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I have not found in the theme options “grid-layout”, “three-columns”’ is closed to new replies.