• Shamsung

    (@shamsung)


    I want make gallery or post-list near each other in 2 columns.

    but i can’t find way to make it using make-template.

    it works if I use code like this in normal WP template, but it’s not working if I switch to make-template. Any ideas how to do it using make-theme functionality?

    [wc_row][wc_column size="two-third" position="first"]
    <section id="builder-section-1411489929805" class="builder-section builder-section-first builder-section-postlist builder-section-next-text">
    	<header class="builder-section-header">
    		<h3 class="builder-post-list-section-title">Title1:</h3>
    	</header>
    	<div class="builder-section-content container">
    		[ttfmp_post_list columns="2" type="post" sortby="date-desc" keyword="" count="6" offset="0" taxonomy="tag_1" show_title="1" show_date="1" show_excerpt="1" show_author="0" show_categories="0" show_tags="0" show_comments="0" thumbnail="none"]
    	</div>
    </section>
    
    [/wc_column][wc_column size="one-third" position="last"]
    
    <section id="builder-section-1426245743" class="builder-section builder-section-prev-postlist builder-section-postlist builder-section-last">
    	<header class="builder-section-header">
    		<h3 class="builder-post-list-section-title">Title 2</h3>
    	</header>
    	<div class="builder-section-content container">
    		[ttfmp_post_list columns="1" type="docs" sortby="date-desc" keyword="" count="3" offset="0" taxonomy="tag_2" show_title="1" show_date="0" show_excerpt="0" show_author="0" show_categories="0" show_tags="0" show_comments="0" thumbnail="none"]
    	</div>
    </section>
    
    [/wc_column][/wc_row]
Viewing 3 replies - 1 through 3 (of 3 total)
  • Jyn

    (@jynmeyer)

    I’m not sure I understand what you are asking, but let me tell you what I think you are asking and give you an example of how I achieved it.

    I wanted a page with 3 categories, each with an image linking to the category I wanted them to go to. In my case it’s my portfolio with ‘Children’, ‘Pregnancy’, and ‘Birth’ photography.

    When you click the image, it would take you to the gallery of that image.
    I made a page titled ‘Portfolio’ and selected the ‘Columns’ option through the page builder. I put three images representing each category to choose from in the provided boxes.
    Then made three pages- one for each category- and put a ‘Banner’ option in them with my images. For each of the pages I selected ‘Portfolio’ as the parent menu item from ‘Page Attributes on the right. This way the pages wont show under the main menu but as a child menu under Portfolio.

    Then, in my Portfolio page, I went to each image setting in the upper right of the image and put in the URL of each of the category pages.
    That way when you click on it, you will be taken to the corresponding page for that section.

    Does this help?

    Thread Starter Shamsung

    (@shamsung)

    Thx, but its not the same I want.

    Please look at img

    its 2 different post-lists with different template for each.

    I’m adding posts with many tags.
    I want see new post marked tag1 in red zone with pubdate etc. and near in green zone other posts (or custom type posts) marked tag2 with different template.

    I made it using code in 1 post, but I cant manage it using builder-template.

    I made 2 sections I want top and bottom. switch to normal WP template. add column short code 2/3+1/3 and insert both sections to the needed part, but it works only with normal template. If I switch back to builder-template both section again became top and bottom not 2/3+1/3 as I want.

    Jyn

    (@jynmeyer)

    Ah, Im not sure then.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to use different sections inside columns?’ is closed to new replies.