• Resolved diablo243

    (@diablo243)


    How do I edit the layout templates such as 1 column, 2 column, etc. I want to eliminate the next article function in the 1 column, and edit what is show on the sidebar in the 2 column. Thank you for your help

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Hidekazu Ishikawa

    (@kurudrive)

    First of all, You are now using old generation mode.
    I recommend change to Generation 3 from
    Appearance > Customize > Lightning Function Setting.

    But… Generation 3 don’t have front page widget area that, you have to some changes.

    1. Please take a full backup with tools such as UpdraftPlus plugin before making any changes.
    2. Install and activate plugin VK Block Patterns
    3. Move to the front page ( post ) edit screen
    4. [ + ] -> Patterns -> PR Content -> Column Icons and modify it.
    5. Change to Generation 3 from Appearance > Customize > Lightning Function Setting.

    Theme Author Hidekazu Ishikawa

    (@kurudrive)

    6. Appearancr > Customize > Additional CSS

    In case of Generation3 ( all pages )

    .vk_posts.next-prev{ display:none; }

    In case of Generation3 ( one column only )

    .main-section:where(:not(.main-section--col--two))  .vk_posts.next-prev{ display:none; }

    In case of Generation2 ( one column only )

    .mainSection-col-one .vk_posts.postNextPrev{ display:none; }

    In case of Generation2 ( all pages )

    .vk_posts.postNextPrev{ display:none; }
    Theme Author Hidekazu Ishikawa

    (@kurudrive)

    edit what is show on the sidebar in the 2 column.?

    Put the VK Post List widget or VK Taxonomy list widget and so on

    Appearance > widget > sidebar(post)

    Thread Starter diablo243

    (@diablo243)

    Excellent, thank you!

    Theme Author Hidekazu Ishikawa

    (@kurudrive)

    your wel come ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘edit layout templates’ is closed to new replies.