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 - 1,121 through 1,140 (of 2,160 total)
  • Author
    Search Results
  • #169490

    Hi

    I’m just changing my site to use a “static page” for the home page and have noticed an issue when using Theme Options to place the Latest Blog Posts on my Home page:

    I wish to use the grid plus first as standard format (always with a landscape image) for the latest posts and am using a side bar on the Home page. It appears that the size for the landscape image in this situation is set incorrectly to be 1440×400, rather than 1040×400.

    Could you please advise.

    Many thanks

    #169469

    Thanks, is there a preferred image ratio as I’m getting crops all over the place and I’d really just like a set image that I can use that will scale down so it looks good as single post image, the similar posts carousel and the blog post grid if that makes sense, it would also be great if that 1 image could be used to share on social media too without having to create several for the same post.

    Kerry

    #169380

    Hey,
    The only pinnacle post widget that has anything to do with posts are the recent posts and post grid widget. There is no “kad post widget” and never has been.

    I don’t need a screen shot.

    I am trying to help you and you will save yourself a lot of time if you stop assuming this is a theme update issue.

    Listen to what I’m telling you about restoring your site. You clearly had a developer who didn’t create your site correctly and now you need to fix that.
    Ben

    #169299

    In the back end theme options there you can choose to have a grid with the latest blog posts in the Home Layout manager. I wonder if it is possible to keep that layout but make the “latest blog posts” to only show my upcoming events from the Tribe Event Calendar? Thanks for your help!

    #168705

    Hi Kadence!

    I don’t know why, but suddenly, page numbers appeared under my portfolio grid:

    How can I remove them? I would like all my portfolio posts to appear on the same page!

    Thank you! 🙂

    Meg

    #168457
    This reply has been marked as private.
    #168453

    Hi Ben

    Yes … showing correctly … for way theme was originally set up

    But you created a child theme for me to show the blog grid as you would see it if looking at an individual post … all posts expanded

    That has stopped working now 🙁

    Regards, Rodney

    #168372
    This reply has been marked as private.
    #168298

    I have a website and I simply want to get all the blog posts in reverse date order ie. newest first. When I set for date order using the blog page settings within the blog page, it puts the oldest first and then has random date posts in grid format. When in standard, same deal and photos sizes are bizarre. Main blog page settings within the theme seem to have little effect.

    You can take a look here.

    #168183

    Hey Greg,

    1. Here is some CSS that will center align the titles in that particular blog:

    .homecontent .shortcode_blog_grid_content .blog_item .postcontent h5.entry-title {
        text-align: center;
    }

    2. Here is the CSS for text justification on the second page:

    .page-id-10512 .main .shortcode_blog_grid_content .kad_blog_item .postcontent .entry-content {
        text-align: justify;
    }

    Add to Theme Options> Advanced Settings and let me know if that works for you!

    -Kevin

    #167983

    Hey,
    You are using a plugin called “wp-super-cache” and to be able to see live changes to your site you have to clear that plugins cache from the plugins settings page after every change you make.

    Next, this css isn’t entirely correct:

    #kad-blog-photo-grid .blog_item .photo-postcontent {
    background: #00000071 !important;
    }
    #kad-blog-photo-grid .blog_item .photo-postcontent:hover {
    background: #0009 !important;
    }

    #00000071 is not a valid hex code. Should only have 6 digits

    For the sake of working with multiple grids on the same page I am going to suggest this update to the code above:

    .kad_blog_item .blog_item .photo-postcontent {
        background: rgba(0,0,0,.4) !important;
    }
    .kad_blog_item .blog_item:hover .photo-postcontent {
        background: rgba(0,0,0,.8) !important;
    }
    

    Try that and let me know if your css updates.

    Ben

    #167952
    This reply has been marked as private.
    #167901
    This reply has been marked as private.
    #167836

    Hi Chris,
    Try adding this css:

    #kad-blog-photo-grid .blog_item .photo-postcontent:hover {
        background: #0009 !important;
    }

    Hope that helps!

    Hannah

    #167816

    Hello Chris,

    Here is some CSS that will allow you to control the color of the text:

    #kad-blog-photo-grid .blog_item .entry-title {
        color: #7e7e88;
    }

    Here is some CSS that will ad the black background to the text at all times:

    #kad-blog-photo-grid .blog_item .photo-postcontent {
        background: #000000c2 !important;
    }

    Try adding to Theme Options> Custom CSS. Feel free to adjust the colors to whatever you like. Let me know if this works for you!

    -Kevin

    #167798

    I have a page containing a photo grid. I used the shortcode:
    [blog_posts orderby=date items=15 type=”photo” cat=current-news]

    The title is displayed in white, which blends in too much with some of my pictures. I’d like to be able to control the color that is used. Better yet, I noticed that when I hover over each picture, the hover background color turns to a light black, which makes the white text pop out no matter what color the picture is. Is it possible, to show me how to add the black-ish background to all my titles of the photo grid before I hover.
    I will send you a link.

    Thank you.
    -Chris

    In forum: Reply To:

    In reply to:

    #167188

    You can filter with this function:

    add_action('init', 'kt_filter_staff_slug', 1);
    function kt_filter_staff_slug() {
    add_filter('kadence_staff_post_slug', 'kt_custom_staff_permalink');
    	function kt_custom_staff_permalink() {
    	 return 'team';
    	}
    }

    page-staff-grid.php contains the staff loop.

    Ben

    #166935

    Hi there.

    I have blog post carousels as well as post grids set up on a site and underneath where it displays the Post Title, my client wants it to display the Sub Category instead.

    I will add another post underneath this with links.

    Not sure if it’s an option.

    #166809

    Hi Ben, Hannah and Kevin,
    I love the way how the blog_grid shortcode displays the blog-entries. But I love to create a page with a subset of my blog posts of a special tag. But currently the shortcodes only supports categories.

    Can you add a tag option to the blog-related shortcodes as well?

    Best regards,
    Marc

    #166648

    Ben,

    That’s what I was looking for partially. Is there also a way to discover the defined terms for other elements in the theme? The CSS solutions you provide make sense to me, but not knowing the element names means I have to keep coming back with questions more than I’d like.

    Side question: On the Virtue demo, what are the settings for the “Latest from the Blog section at the bottom? The post grid layout at the bottom…? That’s exactly the format we want, but I’m having trouble figuring out what settings to use to create it.
    https://themes.kadencethemes.com/virtue/

    Thanks,
    Dean

Viewing 20 results - 1,121 through 1,140 (of 2,160 total)