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 - 501 through 520 (of 2,160 total)
  • Author
    Search Results
  • #260088
    This reply has been marked as private.
    #260087

    Hi,

    Can the post grid block either hide the separator or display “0 comments” when there are no comments?
    Currently it appears to just display the separator with nothing after it and it appears to be a display error – see attached image. I have also uploaded an image displaying how meta displays on the post details page. It has no problem displaying “0 comments” and also it has option to display icons for separators. Could Post Grid have an icon option, as this looks more professional?

    Thanks

    #260057

    Thanks for posting, this is a bug, I’ve added a temp fix in your custom css box:

    .kt-post-grid-layout-masonry-wrap .kt-post-masonry-item.kt-post-masonry-trigger-animation {
    	animation: none;
    	opacity: 1;
        transform: none;
    }

    I’ll include this in the next update.

    Ben

    In forum: Kadence Theme

    In reply to: Change Read More text

    #259983

    Hi Marie,
    So glad you’re enjoying the theme!
    You can use a plugin like this to change that text: https://wordpress.org/plugins/say-what/
    Or, if using the Post Grid/Carousel block from Kadence Blocks pro you can change this text within the block settings.
    Hope that’s helpful!

    Best,
    Hannah

    #259968
    This reply has been marked as private.
    #259840

    Hey Tom,
    You can use css to pull your content up to overlap the row. Let me know if you would like help with that.
    I recommend using the Post Grid/Carousel block from Kadence Blocks Pro. It allows for pagination and it will make your images link to the post.
    http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/
    Hope that’s helpful!

    Best,
    Hannah

    #259502

    Hi Anita,
    There isn’t a way to add text under the blog posts when using the blog template. You would either need to add your blog posts via shortcode or via block (you could use the post grid/carousel block from Kadence Blocks).
    Let me know if you would like further help with this!

    Best,
    Hannah

    #259427
    This reply has been marked as private.
    #259426

    Hi,

    Is there any option or method to display the post grid block with a fexible layout for responsive website nature?

    For instance – I have put in a post grid with 4 columns and 6 items on a home page. On page load it looks ok. However if the user decides to reduce their browser window size, they end up with a mess – text running into other boxes, content below overlaying and the boxes aren’t stacking or wrapping.

    thanks

    In forum: Kadence Blocks

    In reply to: Portfolio Pages

    #258871

    Hi, thanks for the response. How would I manually add them in? I don’t see the individual post headings in the edit page, it is only when I go to the published page that I can see the grid. Thanks.

    Screen-Shot-2020-10-15-at-10-32-01-AM Screen-Shot-2020-10-15-at-10-32-04-AM Screen-Shot-2020-10-15-at-10-32-14-AM

    #258855

    I was able to fix it. I had to add a period to the category base field. One more question. Do you know how I can make the posts stack on top of each other instead of being in a grid? They currently display two to a row. I could probably do it with CSS but if there is a setting I’d rather just change that.

    #258693

    Hi Hannah

    The post grid/carousel block also enables pages to be displayed just like posts as well as by selecting individually as required.

    This is a great feature I have been using instead of child page shortcodes for some time now.

    Having the excerpt available for Pages would be useful in some use cases.

    Regards

    Chris

    #258657

    The post grid/carousel block is for posts, not pages. Let me know if there’s anything else I can help you with!

    Best,
    Hannah

    #258615

    Hi Hannah

    Hadn’t noticed that the excerpt was missing from Pages until now.

    I wanted to be able to add a crafted excerpt when using the post grid/carousel block to display pages to avoid displaying text from the page as per the normal excerpt. i.e. instead of displaying x characters (as per excerpt setting)

    I wanted to limit it to one sentence. Not a big deal and have simply turned off the excerpt. Client wanted to have a catchy intro to the page under the header…

    Have added a suitable SEO excerpt via YOAST.

    Regards

    Chris

    #258525

    I have a CPT, created with CPT UI plugin. I have added a Kadence Post Grid to a page and it displays the posts correctly. However, if there are no posts it displays the default “No posts”, rather than the text configured text from the CPT in the not_found label as I would expect.

    #258360

    Hi Dana,
    Sorry for the delay! Depending on the CPT, you should see an option to select a specific taxonomy. Do you see this? You can also choose to individually select posts for each grid/carousel.
    Hope that helps!

    Hannah

    In forum: Kadence Blocks
    #258316

    Hi. I am using a Portfolio Grid to show different headings for wedding details:
    In the individual portfolio pages, like Is there anyway to have the text come first? I think you will see that it would make a lot more sense. Also, is there a way to not display the post title the second time in the post, the title after the photos and before the body text.

    Also, at the bottom with the page navigation, anyway to change “previous project” and “next project”, and change the name to something like “previous gallery” and “next gallery”?

    Thanks!

    • This topic was modified 5 years, 7 months ago by Kevin Heslin.
    • This topic was modified 5 years, 7 months ago by Kevin Heslin.
    #258294

    Hey,
    To do this you would have to use a child theme or code snippet plugin. There you would add a function that hooks in on “kadence_blocks_post_loop_header”

    For example:

    add_action( 'kadence_blocks_post_loop_header', 'my_custom_field_add_to_blocks_grid' );
    function my_custom_field_add_to_blocks_grid() {
    echo 'Custom Field Output Here';
    }

    Ben

    #258271

    Hello, I am building a website for therapy providers.

    I’ve created pages with their main services and specialties that they offer (24 in total). Each of these services and specialties has a button, “See Providers” that I would like to have link to a page showing only those providers who offer those specialties and services.

    I’ve set up a provider page as a portfolio item and added tags to it with that provider’s services and specialties.

    The only way I’ve thought of so far to get this to work now is to set up 24 separate pages (one for each service and specialty), each with the Ascend: Post Grid on it set up to only show those portfolio items (providers) tagged with that particular service or specialty.

    Is there a better way?

    #258199

    Hi,

    Is there a way to use the Post Grid/Carousel to display posts from multiple CPTs, but filter by taxonomy only? For example I want to create a list of featured posts and events, so I want to display both CPTs that have the Featured Category. Is there a way to accomplish this?

    Thanks!

Viewing 20 results - 501 through 520 (of 2,160 total)