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 - 521 through 540 (of 2,160 total)
  • Author
    Search Results
  • #257926

    Hey Daniel,
    In the Post Grid/Carousel block settings under Image Settings, you can set Align Image to Left.
    There isn’t an option for infinite scroll, but you can set the number of posts to show up to 300 and you can turn off pagination.
    There’s also an option within the Post Grid/Carousel settings to Allow (or not allow) Sticky Posts.
    I hope that’s helpful! Let me know if you need further guidance.

    Best,
    Hannah

    #257792

    First, I figured out why the old style page with limited capabilities appeared (and not the Gutenberg looking editor). I had set under “Reading / Settings” the Posts page to “Posts”. When I removed this value (that is, set it back to “-Select-“), I now see the Gutenberg editor.

    The Kadence Blocks Pro Post Grid/Carousel Block does not seem to have the “standard” look that I like on desktops, with the thumbnail on the left and the category/title/initial text on the right. See attached image as site is currently displayed. Can I recreate it to look the same way using Kadence Blocks?

    Screen-Shot-2020-09-28-at-1-36-31-PM

    If so, I would like to use that Kadence block, but I may encounter another problem that you helped me resolve earlier. I want to have infinite scrolling, so that the user can scroll through all posts on the same page. Can I do that with the Post Grid?

    If not, what is the easiest way to have the current Posts page (https://goodnessparty.org/posts/) display all posts in chronological order?

    (FYI, as an aside…I tried using the “Shortcode” widget that comes with Gutenberg. The shortcode text simply appears when rendering the page, rather than executing. Not sure why.)

    #257780

    Hey Daniel,
    Using a shortcode is likely your simplest solution. Rather than using the blog page template, you can just paste the shortcode into the content area of a default template page. Or, if using the Gutenberg editor and Kadence Blocks Pro you can Post Grid/Carousel Block as that will allow you to set the order to ascending. http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/
    Hope that’s helpful!

    Best,
    Hannah

    In forum: Pinnacle Theme

    In reply to: footer shortcode

    #257721

    Hi hannah,

    Thanks! used the resubale-blocks-extended and pasted the shortcode of a block in the sitewide footer shortcode section.
    Works great, but somehow only on the blog grid page and all blog post pages alle columns are squeezed to the right..

    Any idea why this is happening?

    https://kloekkefotografie.nl/fotografieblog/

    Rick

    #257225

    Howdy,

    I have posts in 10 categories yet some show none when selected from the filter bar and others show only some. E.g. – one category has 15 posts but only 5 show up even with 6 being set as the number to show. Along this line, it is curious that pagination cannot be selected as in this case, 6 should show with the remaining 9 showing on 2 subsequent “pages”. Or am I just not ‘getting’ how this is supposed to work (could very well be 😉 ).

    Cheers!
    Lyle

    #257105

    Hey,
    I suggest using Kadence Blocks and the Post Grid/Carousel Block, the plugin is included in your theme package.

    If you want to custom function you can use this in a child theme or snippets plugin:

    
    function my_custom_init() {
    	remove_action( 'virtue_post_grid_excerpt_header' , 'virtue_post_grid_header_meta', 20 );
    	remove_action( 'virtue_post_grid_small_excerpt_header', 'virtue_post_grid_header_meta', 20 );
    	add_action( 'virtue_post_grid_small_excerpt_header', 'my_custom_meta_tooltip_subhead', 25 );
    	add_action( 'virtue_post_grid_excerpt_header', 'my_custom_meta_tooltip_subhead', 25 );
    	function my_custom_meta_tooltip_subhead() {
    		echo '<div class="my_custom_meta_date">';
    		    echo '<span class="updated kt_bold_date" itemprop="datePublished"><span class="postday">'.get_the_date('F j, Y').'</span></span>';
    		echo '</div>';    
    	}
    }
    add_action('init', 'my_custom_init');

    Ben

    #257056
    This reply has been marked as private.
    #256969

    Hello everyone, I am using Kadence pro and pro blocks and when adding Blog Grid/carousel I am unable to update the page I am working on.

    The page throws up a default message…. Updating failed. Unexpected token < in JSON at position 0

    I am loading the grid inside a row.

    The page looks OK and all the blog post do display. But once you load the Grid nothing further will save.

    Thanks

    #256961

    Hello Hannah,

    here is the link to the blog-grid:

    https://www.hor-dresden.de/aktuelles/

    The php-code from the post above is active in the functions.php but it still shows the calendar icon.

    greets Jan

    #256892

    Hello,
    i have a post-grid that shows the date as calendar icon in the head of the excerpt. Is it possible to show the full date as numbers instead the icon?
    I use a child-theme and i found this post with some php-code to add at functions.php but it doesn´t show any affect.

    Can you please help me with that problem?
    greets Jan

    #256766

    Hello Ben,

    But this is in the portfolio block, I do not see this in the Post Grid/Carasoul.

    Thanks

    #256743

    Hi team,

    Does the Post Grid block has a pagination option? I have been looking for it, but can not see it.

    My use case is creating a custom Category page and redirect the default page to it.

    This is good for SEO to have a custom page with more content.

    Here is a test page:

    Hope you direct me to the Pagination feature or add one (if possible)

    Sherif

    #256722

    There isn’t an option for that currently. I’m looking to possibly add a post grid that just uses theme styling which would get what you want.

    Ben

    #256615
    This reply has been marked as private.
    #256614

    Hi,

    I’m setting a top margin on the Read More in Post Grid Settings however it appears to be ignoring it – see screenshot.

    Please advise

    In forum: Kadence Theme

    In reply to: Virtue: Recent Posts

    #256370

    Hi Bill,
    You can use a plugin like the following to add a block to a widget area: https://wordpress.org/plugins/reusable-blocks-extended/
    Then you could add a Post Grid/Carousel block from Kadence Blocks. Would this work for you?

    Hannah

    #256183

    Hi!

    Would it be possible to implement “Random” ordering for Posts in the Post Grid/Carousel. This would be useful in some cases when you would like to display statements written as posts and display them in an random order.

    Would it also be possible to change the amount of words/characters the “Exerpt” contains? And also display the whole Post content strippet of styling or with styling?

    Or is this possible to create this with some of the other Kadence WP blocks?

    • This topic was modified 5 years, 8 months ago by Backend.
    #256095

    I have installed the CPT UI plugin and created some custom posts to display as a Portfolio, using the Portfolio Grid/Carousel block plugin.

    Although I will probably use the carousel layout, I was curious to see how things might look using a grid layout, with excerpt text.

    You can see how it looks in this test environment –

    I don’t seem to be able to get any excerpt text showing on the page. I have this enabled in the custom post settings, as shown in this pic –

    On the Portfolio page under block settings I have “Excerpt” turned on, as in this pic –

    I’m not sure what I am missing, to get the excerpt showing?

    Any suggestions would be most welcome.

    Myles

    #255959

    Post Grid/Carousel pagination arrow and page number nav reloads the entire page instead of cycling thru posts, making for a confusing user experience when the block is halfway down the page. Am i missing something here?

    In forum: Ascend Theme

    In reply to: Portfolio Shortcodes

    #255877

    Hi Annette,
    There isn’t a built-in option to display your portfolio posts by tag when using a shorcode, but you can by type. So a workaround would be to create types (categories) for each of your tags and assign each portfolio post accordingly. You can see a full list of shortcodes here: http://docs.kadencethemes.com/ascend-premium/shortcodes/
    Just FYI, the Portfolio Grid/Carousel block from Kadence Blocks Pro allows you to filter your portfolio posts by tag.

    Best,
    Hannah

Viewing 20 results - 521 through 540 (of 2,160 total)