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 - 741 through 760 (of 2,160 total)
  • Author
    Search Results
  • #238409
    This reply has been marked as private.
    #238357

    Hi

    I’ve setup a shortcode to display posts as one column (Header & text descriptions only):

    [blog_posts orderby=date items=20 word_count=30 columns=1 fullpost=false cat=ian-blog]

    Individual posts head content set at “None”
    Post summary set at “Text”

    Page set at fullwidth

    Site settings: Show Summary
    No page has been set for the blog page

    On the page in question, the posts are still showing in a grid with the head content image (Featured image)

    can you assist?

    #238077

    Hey,

    initially there was the thought there would be the ability of building woo category archive pages as category grid… which is no the case sadly (a least theres was completely no way found to do so).

    Can you explain to me more what this means? You can create a template that can apply to any category. Within that template, you can add whatever you want. If you can explain what you are wanting or provide an example I would be more then happy to see if I can help.

    but where the hell is the live preview whilst editing??? theres no way to set up a preview scenario alike elementor for templates. is that true?
    none of the tests we started showed any preview in editor …!

    Which theme are you using? I am able to see the output in the editor. Which widgets are you adding?

    totally big disappointment: obviously no support for acf-fields!!! this is frankly a shame, as elementor itself does.
    they can be selected in editor but doesnt render on frontend.

    I believe the way elementor pulls in acf-feilds is through the page ID when you have inner posts it doesn’t loop though those when pulling in dynamic feilds. I can check on that. I’m not sure it’s possible to add support for the way elementor does dynamic but perhaps I can create a custom widget that would pull them in for content inside a loop by looking at the current looped item. It’s certainly a good feature request.

    and then there are quite some glitches – e.g. font settings that doesnt override the woo originals on front.

    That would mean whatever theme you are using is overriding with more specific css then the elementor output. If you can let me know where and which theme I may be able to build in support for it.

    honestly: is that worth the money at all?

    I suppose that depends on your needs and wants. We certainly offer refunds if you’re not happy. And I’m certainly willing to help with issues that you are having as it relates to your setup and theme.

    I’m also happy to look at any feature requests.

    Ben

    #238057

    Hi

    I’m using Ascend theme and I have the blog post category/archive default set to ‘Grid with first post as standard’. This is good for my main category of posts, but I have added a new category and would like to display this archive as ‘Grid’ without the first post being highlighted. I cannot see an option to set this on the Category page. Is there a way to achieve this?

    Thanks

    Cally

    #238023

    Lazy Load by WP Rocket is fine, your issue is going to be with how you have set up the product images. Can you post a link?

    When using lazy load it’s important to make the images load inside a box that predefines the final output size. This is because browser doesn’t calculate the size of the image until it loads, with a lazy load that means the size doesn’t get calculated until after grids or carousels have to be created which is too late to have those set up correctly.

    The theme by default sets up this box based on product image settings. If you’ve turned off the theme control of product images then you will need to add some custom code to force this intrinsic sizing into the way woocommerce outputs images if you want to use lazy load and carousels. I can’t give you code for that without knowing the sizes you’ve set in woocommerce. So with a link I should be able to help.

    Ben

    #237830
    .kt-blocks-post-grid-item {
        box-sizing: border-box;
    }

    Add that css, Some themes don’t’ have that set by default, I’ll make sure to add it.

    Ben

    #237829

    When set to 3 items and 3 columns for the screen width, the 3rd item gets bumped to the next line on IE11/Windows 10. This seems to occur at various screen resolutions. Chrome displays them correctly. Wondering if there’s some fallback CSS that would help IE11 along. If I change the 33% width to 32.2%, it allows the third item to remain on the same line as the first two. We’re still not quite where we can stop supporting that browser as MS is still supporting it.

    In forum: Ascend Theme
    #237728

    Thanks for posting, a temp solution is to add this into your custom css box in your theme options:

    .kad-grid-link {
        top:0;
    }
    In forum: Ascend Theme

    In reply to: Blog post navigation

    #237697

    Since posting this I have found how to add the grid icon in a portfolio post and it looks like it isn’t available in a blog post. However I would still like to know if it is possible to edit the ‘Previous post’ and ‘next post’ wording?

    Thanks!

    #237695

    Is there a way to alter the wording of ‘Previous post’ and ‘Next post’ to something else? (Or maybe just to have the arrows as in one of your demos?) Also I see from some of the demos there is an icon (i.e. kt-icon-grid6 ) to navigate back. Is it possible to introduce that and to set where it directs to?

    Thanks in advance

    #235656

    Hey John, the testimonial block is a static block, it doesn’t pull from any source, it’s only meant to be used where you add testimonials into the block itself. In cases where you need a couple of testimonials.

    If you need a grid or carousel of your testimonial posts then you would need to use a shortcode. For example:

    [carousel type="testimonial" columns="3" items="9" arrows="false" pagination="true" cat="group_slug"]

    Or:

    [testimonial_posts items="9" columns="3" group="group_slug"]

    I hope that helps!

    Ben

    #235516

    Hi Travis,
    To get your titles to show underneath the portfolio posts in your portfolio grid page, you need to use the portfolio grid page template, save and refresh the page, then under Portfolio Options select “Post Style” from the Portfolio Style dropdown.
    http://docs.kadencethemes.com/ascend-premium/templates/portfolio-page-template/
    Hope that’s helpful!

    Hannah

    #235266

    Hey, I got a pretty big problem with the post grid. It used to work but at some point stopped. I don’t know if it was after an update but there weren’t any CSS changes on the website so I am assuming it. In the backend preview its working fine, frontend not so much. Tested in Safari and Chrome. You can see it in the screenshots as well as on this page:

    I also included the Gutenberg Code I am using right now:

    In forum: Virtue Theme

    In reply to: missing demo content

    #234482

    Hey,
    The Blog page pulls in posts through the page template. See here: http://docs.kadencethemes.com/virtue-premium/templates/blog-grid-template/

    That content doesn’t live inside the Gutenberg editor because it’s not static content for that specific page, it’s pulling in posts.

    If you go to posts in your admin you can edit content in each post But pages set up to pull in content from other sources in your site are using the page template

    does that make sense?

    If you are wanting to learn Gutenberg and Kadence Blocks I suggest you check out this video: https://www.youtube.com/watch?v=SYb24ncjVsY

    And in a new page on your site add a row block and import content from the prebuilt library. There is a lot there to choose from and you can add and edit.

    Ben

    #234454

    Hello Support team!

    I’ve tried all the blog post shortcodes on this front page, but I can’t find the best solution:

    Widgets ‘KIEMELT AJÁNLATAINK’ and ‘LEGFRISSEBB HÍREINK’.

    Shortcodes are ‘mosaic’ type. My problem is that mosaic type distorts the image. And the homepage owner is editing the blog posts, but they don’t care image size and resolution.

    I’d like to have 3 or 4 blog posts here, same resolution boxes, without distorting the images, and only the post title should be seen(so grid type is not an option).

    What do you advise?

    Thanks,
    Anita

    #234389

    Can someone please help me?

    I am using the Virtue-Premium theme on a WordPress site. No matter what I try, I cannot get the images to appear as the same size on my blop home page visible at

    My images are all sized the same when I upload them as the “Featured Image” on individual blog posts, but still, they appear as different sizes on the blog homepage.

    I’m not sure if this has anything to do with it or not (in fact, it doesn’t seem to), but on the Theme Options, I have the “Display Blog Grid posts at equal height” toggled on.

    I welcome any and all input!!

    #234351

    hello there,

    Could you please advise how i could choose a staff category as a menu item? I would like to have it as an sidebar menu (widget)- so displaying a single staff member I could directly go back to the staff grid page… (I hope I do make sense here ;o))
    Also displaying a selected staff member, the post image is displayed but very close to the text (css)?

    Thanks for helping out,
    regards Michael

    #234227

    I want to skip a certain number of posts in the block so I could create one block that displays the latest two posts in 2 column mode and below I add another grid block that displays more news but in 3 column mode. but without the skip option the second block would just display the first two entries again – hence the need for a skip posts option like so:
    2019-07-26-14-12-17

    #234128

    Hey,
    First, let’s check this.

    Go to theme options > theme extensions. Can you make sure “testimonial posts” are enabled?

    If they are not, enabled then save and reload. If they are then you should see “testimonails” as a main menu option in the sidebar admin menu of your website.

    Similar to how posts or pages are a main menu in your site.

    You can go to testimonials and create new, there adding a new testimonial post. For each on added those can show in your widget.

    You can see a grid example here: http://themes.kadencethemes.com/virtue-premium/testimonials/

    If you are using Kadence Blocks and the WordPress Block editor you may find it easier to work with the testimonial block that comes with Kadence BLocks. Examples here: https://www.kadenceblocks.com/testimonial-block/

    Let me know if that helps,
    Ben

    #234094

    I looked and looked for the “format” option yesterday and totally missed it. Today, it’s right there in front of me. Wow, thanks.

    Is there any way to have the video play in a true Lightbox when clicked within the blog grid of posts, rather than play in place if I’m using the “video summary” option?

Viewing 20 results - 741 through 760 (of 2,160 total)