Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'post grid'

Home / Forums / Search / Search Results for 'post grid'

Viewing 20 results - 1,341 through 1,360 (of 2,160 total)
  • Author
    Search Results
  • #126668

    Would like my Full Portfolio link not to a post but a page as would like some more formatting flexibility. How would I go about creating a post that would have an image column (before) another image column (after) and then a customer testimonial quotation..

    In page builder that is easy.. but in a post I am limited to one image grid and then quotation..

    Tsk for any help in this matter.

    In forum: Virtue Theme

    Topic: Blog layout

    #125814

    I can’t get the blog page to display as a 2 column. i have changed it to grid post / 2 columns but it does not change. I have emptied the cache.

    want it to display like the below:

    #125725

    Thank you Hannah, thank you Ben,

    Wow, excellent support as always!


    @Ben
    : Yes, like http://themes.kadencethemes.com/virtue-premium/product-category/tshirts/

    but sortable also by product names?


    @Hannah
    /Ben: I would create a page like this by this shortcode? I cannot find a template when I create a new page (like “Blog Grid/Fullwidth etc)


    @Ben
    /Hannah: Honestly I am not sure about the difference between a slider and a Carousel (uupss 🙁 ) – will give an example in the next private post
    will olook into the Virtue Carousel Widget..


    @Hannah
    : so I create a new page and add the shortcode…? Will try right now

    Btw.: is there a way to hide prices from the products (want to use Woo only for Catalaogue)?

    Thx you so much!

    Dan

    #125204

    Hey,
    This is a page: http://themes.kadencethemes.com/virtue-premium/portfolio/

    You can make as many pages as you like that have the portfolio grid template.

    I’m not talking about portfolio posts themselves but the grid page.

    See here: http://docs.kadencethemes.com/virtue-premium/templates/portfolio-page-template/

    Ben

    #125107
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Please help

    #125059

    Hey,
    So you’re wanting a portfolio grid page of just your books is that correct? First you need to create a category type (category) then assign your desired portfolio posts to that type. Then the theme will automatically create a product category page.
    Hope that helps!

    Hannah

    #124962

    Hello Ben and Hannah and a great “thank you” for this wonderful theme.
    I am facing a problem in the theme’s widgets, that are supposed to show some posts. (virtue’s carousel and virtue post Grid in specific)
    While posts are shown in pages and single posts, widgets are blank in categories.
    For example here:

    you can see a virtue carousel in sidebar’s first position, and some post Grid in 3rd place of footer widget.
    while here:

    “nea” is a category
    nothing can be displayed.

    If you have any suggestions, I am willing to provide any additional information.

    #124936

    Hey Daniel,
    I don’t believe there’s an option for this. Unless you created 5 identical portfolio posts. Is that what you’re wanting? Or you could create a gallery and link the gallery images to this one portfolio post. Or if you wanted you could set the post summary to Image Slider and it could show all 5 of your images from one grid item.
    Hope that’s helpful!

    Hannah

    #124931

    You can create as many portfolio posts as you like. Once you add a post it would show on the grid.

    Ben

    #124848
    This reply has been marked as private.
    #124830

    Hey Benjamin,
    The page you linked to is a portfolio grid page, not a portfolio category grid page. This tutorial explains setting up a grid page- https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
    Make sure you are setting featured images for each individual post.

    Hannah

    #124385

    Hi,

    I am trying to use the blog posts shortcode to display specific categories with the Tabs shortcode.
    This is my code

    [tabs]
    [tab title=”Memory” start=”open”]
    [blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=memory]
    [/tab]

    [tab title=”Energy”]
    [blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=energy]
    [/tab]
    [/tabs]

    If you take a look at this page, you will see that the footer is in the middle of the page. Also only the first tab actually displays blog posts. The second tab only shows one post. Is the code above not correct? Is it proper use to use shortcodes in other shortcodes?

    Please help,

    Thank you.

    #124381

    Example of the relevant shortcode:
    [blog_posts items="3" columns="3" orderby="date" type="grid"]

    #124379

    I’m talking about the blog_posts Pinnacle Shortcode.

    When there are two blog_posts Pinnacle Shortcodes on the same page, the CSS style of the kad-blog-grid gets the “position: relative;” but not the “height” which makes it display properly.

    Here’s an example from when there is only one on the page:
    <div id="kad-blog-grid" class="rowtight init-isotope" data-fade-in="0" data-match-height="1" data-iso-selector=".b_item" data-iso-style="masonry" style="position: relative; height: 460px;">

    Here’s what it is when there are two:
    <div id="kad-blog-grid" class="rowtight init-isotope" data-fade-in="0" data-match-height="1" data-iso-selector=".b_item" data-iso-style="masonry" style="position: relative;">

    No height, so the box displays 0 px big. With the blog posts still showing up there normal height, this makes the page collapse on itself.

    Likely the error is that both grids have the same id, mainly “kad-blog-grid,” so the final height can’t get responsively measured and added back in. But that’s just my guess.

    #124200

    We are using two blog_posts widgets on the same page each with different query settings. That worked fine until the most recent update. Now the kad-blog-grid container of each Blog Grid has a height of zero pixels, which collapses the page on itself. Can you release a patch to solve this error?

    In forum: Pinnacle Theme

    In reply to: Posts Page

    #124182

    Thank you for your assistance, I really appreciate the help.

    I have one additional question: Is there any way to have the ability to write custom text for the excerpt that appears under each blog post in the grid? Ideally, I’d like to use the meta description rather than the first n words or characters of each post.

    Best regards,

    Ben

    #124166

    Awesome, thanks!

    Follow up question: The grid option is what I’m after but is there a way to make the grid blocks height even?
    I see there is an option in the theme options (“Display Blog Grid posts at equal height”) and I have put that “ON” but they are still uneven on my homepage?

    #124153

    Hey Thomas,

    To accomplish this, you will want to use a blog grid shortcode. You can simply place this shortcode into a text editor widget, and you will have posts display as in that video:
    [blog_grid orderby=date items=2 columns=2]

    Try that and let me know if it works for you! Here is more information regarding the available shortcodes within Virtue theme.
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    -Kevin

    #124124

    Hi!

    It feels like I’ve tried everything but I can’t get this to work.
    I use the page builder for my home page, set up the “Virtue Recent Posts” widget and expect to get my posts to look something like at 10:02 in this video tutorial:
    Tutorial Virtue
    Or even better, something like this:
    Virtue Premium Blog Example
    Where you get a landscape mode image above the text.

    But this is how the recent posts turn out in my case.

    What am I doing wrong?

    Cheers!

    In forum: Pinnacle Theme

    In reply to: Posts Page

    #124079

    Hey,
    1.you just need to set the page template as “blog grid” and not set it as your latest posts page in settings > reading.

    Ben

Viewing 20 results - 1,341 through 1,360 (of 2,160 total)