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'
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Listing posts on Posts page in ascending order
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,
HannahIn forum: Ascend ThemeIn reply to: Listing posts on Posts page in ascending order
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?
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.)
In forum: Ascend ThemeIn reply to: Listing posts on Posts page in ascending order
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,
HannahIn forum: Pinnacle ThemeIn reply to: footer shortcode
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
In forum: Kadence BlocksSeptember 20, 2020 at 8:49 am #257225Howdy,
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!
LyleIn forum: Virtue ThemeIn reply to: post excerpt change calendar icon to full date
September 17, 2020 at 4:35 pm #257105Hey,
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
In forum: Kadence ThemeThis reply has been marked as private.September 17, 2020 at 1:02 am #257056In forum: Kadence ThemeSeptember 16, 2020 at 8:55 am #256969Hello 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
In forum: Virtue ThemeIn reply to: post excerpt change calendar icon to full date
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
In forum: Virtue ThemeHello,
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.
*Login to see link
Can you please help me with that problem?
greets JanIn forum: Membership ForumsIn reply to: Pagination in Post Grid Block
In forum: Membership ForumsHi 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: *Login to see link
Hope you direct me to the Pagination feature or add one (if possible)
Sherif
In forum: Membership ForumsIn reply to: Post Grid/Carousel – Read More top margin ignored
September 11, 2020 at 11:40 am #256722There 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
In forum: Membership ForumsIn reply to: Post Grid/Carousel – Read More top margin ignored
In forum: Membership ForumsIn forum: Kadence ThemeIn reply to: Virtue: Recent Posts
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
In forum: Kadence BlocksHi!
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.
In forum: Kadence BlocksAugust 31, 2020 at 1:35 pm #256095I 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 – *Login to see link
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
In forum: Kadence BlocksAugust 28, 2020 at 9:59 am #255959Post 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 ThemeIn reply to: Portfolio Shortcodes
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 -
This topic was modified 5 years, 8 months ago by
-
AuthorSearch Results



