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 - 161 through 180 (of 2,160 total)
  • Author
    Search Results
  • #284865

    Hi Donna,

    Thanks for writing in.

    To display blog posts in a static page with pagination, you can use the Gutenberg Query Loop block. Here’s a link for your guide: https://wordpress.org/documentation/article/query-loop-block/

    As for the free Kadence Blocks, you can use the Posts block. However, it does not have pagination. The Post Grid/Carousel is indeed a premium block and you will need the Kadence Blocks Pro plugin.

    Let us know how we can assist further.

    Best,
    Chito

    #284848

    Hi Ben, Hannah,

    Thanks for providing a CSS solution to align the read more buttons of a post grid/carousel! However, I’ve noticed this doesn’t properly work on mobile, on mobile the read more button on now shown way below the post excerpt (screenshot below). Would it be possible to provide a solution that also works for mobile? Thanks in advanced!

    Currently used CSS:

    .kt-blocks-post-grid-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    }
    .kt-blocks-post-grid-item-inner-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    }
    .kt-blocks-post-grid-item-inner .entry-content {
    flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;
    }

    .kt-blocks-post-readmore-wrap {
    flex-grow:1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    }

    Best regards,
    Arnaud

    image

    #284810

    I have a static home page with a limited number of “Latest Posts” showing. But as there is no way to get from the last of those posts to the earlier one, I plan to put a top link to a blog. But I can’t figure out how to configure a blog page that will the most current posts automatically showing when posted with page numbers at the bottom to reach earlier posts. All the research I’ve done says I have to use “post grid/carousel” for this. But the free version of Kadence DOESN’T HAVE post grid/carousel. Obviously, most blogging sites need to make a blog page. So how the heck do I set up a blog page without this block?

    TIA
    Donna

    #284792

    Can’t seem to find a way to allow product short description to be shown as an custom excerpt with specific number of words. Does a method exist that I am not seeing?

    I want to show a list of products either in a grid or in columns, with:

    Image
    Title
    Summary (e.g. 20 words or customised amount)
    Read more / buy now button

    Examples:

    – “product carousel” – but no excerpt option exists
    – “products” (beta) woocommerce block – but product summary / or post excerpt does not exist
    – “products by category” – but no excerpt is available
    – “post grid / carousel” – excerpt exists, but doesn’t work on products!
    – “Posts” then select products, then modicy the content settings to enable excerpt and custom excerpt length – but these don’t work.

    I added a feature request here:

    #284723

    Hi Claire,

    Thanks for sharing website access. I logged into your website and checked the post grid carousel on the homepage.

    In the block settings for the USA national parks, the Offset Starting Post was set to 1.

    Offset allows you to skip a certain number of WordPress posts before starting output.

    Now the Yellowstone post is showing in the carousel. Check the screen recording: https://share.getcloudapp.com/JruepjR9

    Check the screenshot: https://share.getcloudapp.com/jkuRAg9x

    I hope this helps, and let us know if we can assist you further.

    Best Regards,
    Archita

    #284720

    Hi Claire,

    I am unable to replicate the issue on my test website. The Post Grid carousel with taxonomy selection is working fine at my end. Check the screen recording: https://share.getcloudapp.com/xQuER4KA

    [Troubleshoot]

    If you are still experiencing an issue, can you give us temporary admin access to your website and give us permission to make changes to your website, so we can investigate? You can use this plugin https://wordpress.org/plugins/temporary-login-without-password/ and send us the login link as a reply here.

    You can post using “set as private reply”.

    Best Regards,
    Archita

    #284703

    Hi there,

    On my homepage I have a Post Grid Carousel with the taxonomy selected as “Categories” and the category is “USA National Parks”. I posted a Yellowstone Hiking Itinerary on July 4th and it is not showing up in this carousel. I have cleared all cache within WordPress and also my browser many times since July 4th. I tried editing my homepage by choosing a different category for this carousel and then changing it back to the USA National Parks category again, thinking it just needed a nudge to reload. I double checked that I actually assigned the USA National Parks category to the post in question, and I did. Any ideas?

    It doesn’t show up correctly regardless of whether I am logged into WordPress or not, which I thought was weird. Usually when I have a cache related issue, it looks right when I’m logged in and only looks wrong when I’m logged out.

    Thanks,
    Claire

    #284579

    Hi Fabio,

    You can set the media size option from the post grid carousel block settings. Check the screen recording: https://share.getcloudapp.com/wbuLYgrR

    According to your screenshot, you are not using post grid carousel block. Can you share the exact block you are using?

    You can use the apps like Zight or Loom to record your screen or capture screenshots of the issue and easily share the links with us.

    Let us know how we can help further.

    Kind regards,
    Archita

    #284576

    Hello,
    I don’t see the media size options in style tab/content section of the Post Grid/Carousel block and I can’t change the padding and margin on tablet/mobile.
    It’s a bug or I’m missing something?

    The block is from Post Loop 8 template.

    Thank you

    #284561

    Hi There,

    If you are using Kadence Blocks Pro, you can use the Post Grid Carousel block to create similar functionality.

    It has a Display Filter option in the Post grid carousel, that will allow you to select categories. Check the screen recording: https://share.getcloudapp.com/6quJE0ED

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Archita

    #284425

    I don’t know if there was a recent theme update but my whole home page is broken now. It only looks correct when I view it while logged into WordPress. If I view it while logged out, or on a different browser, the Post Grid carousels and some other design elements are messed up. I purged all cache, both within WordPress and also cleared my browser history. I cleared Autoptimize cache as well. Any ideas? See screenshots. I named them “correct” vs “incorrect” so you can see what it’s supposed to look like vs. what it actually looks like.

    #284373

    Hello Claire,

    You can use this sample custom CSS:

     .wp-block-kadence-postgrid .splide__track {
         padding-top:20px !important;
         padding-bottom:20px !important;
         padding-left:20px !important;
         padding-right:20px !important;
     }

    Adjust the values to your liking and add the code in Appearance > Customize > Additional CSS.

    I hope this helps, and let me know if you need further assistance.

    Best,
    Chito

    #284369

    Hi there,

    When I insert a “Post Grid” block and choose the carousel layout and add a box shadow, I get a pop-up box telling me “for the box shadow to work properly with the carousel layout, padding must be applied to the .wp-block-kadence-postgrid .splide_track via custom css.” I see why; some of the box shadow is cut off.

    I tried Googling this phrase and searching the forums as well but am not seeing what custom css I should be using?

    Thanks,
    Claire

    In forum: Kadence Theme

    In reply to: Read More Font Size

    #284326

    Hey Olivia,

    There isn’t a built-in way to change the ‘Read More’ font size. However, you can do this using Custom CSS. You can add Custom CSS in your Customizer > Additional CSS. https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/

    .wp-block-kadence-posts .post-more-link {
      font-size: 16px !important;
    }

    If you would like this to only apply to one Posts Block, then you can do this by adding a Custom CSS Class to the Posts Block.

    You can do this by selecting the Posts Block and going to the Block Settings -> Advanced Tab.
    Then you can expand the Advanced settings and add “custom-readmore” as the Custom CSS Class.
    Then you can use this Custom CSS instead:

    .custom-readmore .post-more-link {
      font-size: 16px !important;
    }

    Here is a video of this process for reference: https://share.getcloudapp.com/xQuELmqk

    The Post Grid/Carousel Block has built-in options to adjust the “Read More” text. This block, however, is a Pro Block. You can learn more about the Post Grid/Carousel Block here: https://www.kadencewp.com/help-center/docs/kadence-blocks/configure-a-blog-list-with-post-grid-carousel-block/

    I hope this information was helpful to you. Please let me know if I can help you further.

    Best regards,
    Victor

    #284125

    Hi Mate,

    Currently, there is no in-built functionality to show add-to-cart and price in the “Post Grid/Carousel” block.

    There is another Kadence block “Product carousel” which will allow you to display prices and add to cart. Check the screenshot: https://share.getcloudapp.com/6quJ0078

    I hope this helps answer your inquiry. Please let us know if you have further questions; we’ll be happy to help.

    Best regards,
    Archita

    #284113

    Hi,

    I want to add product carousel on the web page. I noticed that “Post Grid/Carousel” block have much more settings than “Product Carousel”. Also, in “Post Grid/Carousel” block there is setting where I can choose products (Select Posts Type: Products).

    What I like in “Post Grid/Carousel” is that I can set image ratio portrait (3:4) under “Image settings”. In “Product Carousel” there is no such a setting.

    But in “Post Grid/Carousel” block I can’t find setting to add product price and add to cart button. Is there any way I can add this two elements in “Post Grid/Carousel” block?

    Thank you very much.

    In forum: Kadence Theme

    In reply to: Center Inline Image

    #284091

    My, next question is:

    How can I exclude particular posts from Post Grid block?

    Like in one grid i want to exclude “review” and “quart” words posts.

    And

    In second post grid I want to include posts having “quart” word.

    In both scenarios, posts belong to same category.

    Thank you

    #284040

    Hi there,

    The closest block/feature we have for this is the Post Grid/Carousel block and the Portfolio Grid/Carousel block. This Pro Kadence block will let you display a post/page/custom post type and then use the category to filter the items in the block.

    You can enable the filter feature in the Post Grid/Carousel block’s Display Filter settings. See Video: https://share.getcloudapp.com/5zu2n5gq

    However, this is just a simple filter feature, it does not support multiple categories selection for the filter. You can only select 1 category at a time.

    Another option is to use a third party plugin like https://wordpress.org/plugins/blog-filter/ or something similar, dedicated to creating a blog archive with filtering options.

    Here’s a screen recording for reference: https://share.getcloudapp.com/wbuXAlz7

    I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.

    Best regards,
    Teejay.

    #284021

    Hi,

    I want to build a page that displays a category of Posts in a grid. Above that grid, I would like to give the user an option to sort and search the posts.

    Domething like this:

    Anyone heard of a plugin that can do this? Code snippets?

    #283960

    Hi there,

    There is no option to select the posts to be displayed in the Post Grid/Carousel block based on the parent to child relationship of pages or posts.

    One option and perhaps an easier way to do this is to enable the Categories taxonomy on your pages.

    Categories and tags are not enabled by default on WordPress. You can install a plugin like https://wordpress.org/plugins/pages-with-category-and-tag to enable them.

    Once enabled, you can set categories and tags to your dictionary pages and the Post Grid/Carousel block will also be able to detect and use them for the display condition.

    Here’s a screen recording for reference: https://share.getcloudapp.com/z8ubAkwA

    Please let us know how it goes, we’ll be more than happy to help.

    Best regards,
    Teejay.

Viewing 20 results - 161 through 180 (of 2,160 total)