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,361 through 1,380 (of 2,160 total)
  • Author
    Search Results
  • #124043

    Hello,
    Can you help me please with this code.

    div#homelatestposts .postcontent .entry-content {
    display: none;
    }
    div#homelatestposts
    .grid_item {
    background: #E9EBEE;
    }
    .postcontent h5.entry-title {
    font-size: 20px;
    font-family: Georgia sans serif;
    color: #3b5998;
    }

    I would like to reduce the blank space on the grids. How can I do that? Thank you for your help.
    http://www.makemoneyonlinegossips.com
    Do you have any solution on how I can put the date on the grid in a fashion way. 🙂
    Jean

    #123975

    Hi Ben,
    Thank you very for your help, it works very well. I put it like this:

    div#homelatestposts .postcontent .entry-content {
    display: none;
    }
    div#homelatestposts
    .grid_item {
    background: #E9EBEE;
    }
    .postcontent h5.entry-title {
    font-size: 20px;
    font-family: Georgia sans serif;
    color: #3b5998;
    }

    But I would like to reduce the blank space on the grids. How can I do that? Thank you for your help.
    http://www.makemoneyonlinegossips.com
    Do you have a solution on how I can put the date on the grid in a fashion way. 🙂
    Jean

    #123961

    You can hide the excerpt with this css:

    div#homelatestposts .postcontent .entry-content {
        display: none;
    }

    There isn’t an option to move the date beside the title in the grid layout. You would have to code that into a child theme.

    Ben

    #123915

    I have this code for the “featured posts”: how can I modify it for the part “latest post display”? Thanks.

    .blog_carousel
    .blog_item {
    min-height: 130px;
    background-color: #ff2828;
    }

    .blog_item h5.entry-title {
    font-size: 18px;
    font-family: Georgia sans serif;
    color: #3b5998;
    text-align: center;
    min-height: 130px;
    }
    .fredcarousel
    .grid_item {
    background: #E9EBEE;
    }
    .home .blog_item .entry-content.color_body, .single-post .blog_item .entry-content.color_body {
    display: none;
    }

    #123913

    Hello,
    Can you help me please? I would like to disable the description on “latest post display” three column grid on the home layout. I would like to do the same as “featured posts” on the homepage, with a background color, a font-size and font-color and the date near the title.

    Thank you very much for your help.
    Jean

    In forum: Virtue Theme

    In reply to: blog

    #123898

    I did not understand. if I want that in the blog page I will get a post including an image in grid format or image and post writing beside what I need to do( I want to see in the blog page not when I click on the post and get to category page

    #123723

    The recent posts widget is only designed to display recent posts. You may be able to accomplish a random post widget type deal by assigning a text widget to that area, and instead placing shortcode into the text widget to add the blog posts. The shortcode will look something like this:
    [blog_grid orderby=date items=4]

    You can read more about the available shortcodes within the theme here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Let me know if that works for you!

    -Kevin

    #123643

    Hey,
    I’m not sure what you asking? can you clarify more if I’m not correct.

    You can change the latest posts display (when your front page is set as the post page in settings > reading) by going to the theme options > home layout and scrolling to the bottom choose “grid” for the post style.

    Ben

    #123570

    Hey,
    I’m confused why your not using the shortcode or the page content as I have suggested?

    See what I posted :

    
    You Have to use the blog grid shortcode or set the “page content” to enabled in your theme options > home layout then set the post output to grid in the theme options > home layout at the bottom of the page.

    You can’t use the home latest post option if you want video. You can do everything on the home page the same, have a slider all of it if you just switch to the page content or shortcode.

    Please again I am happy to login and set this for you but you must send a valid login.

    Ben

    In forum: Virtue Theme
    #123559

    Alright, I think I’ve got it. This is all of the CSS you should need to accomplish everything we talked about in this thread!:

    .blog_carousel
    .blog_item {
        min-height: 100px;
        background-color: #D9D9D9;
    }
    .blog_item h5.entry-title {
        font-size: 14px;
        min-height: 120px;
    }
    .fredcarousel
    .grid_item  {
        background: #D9D9D9;
    }
    .home .blog_item .entry-content.color_body, .single-post .blog_item .entry-content.color_body  {
        display: none;
    }

    If I missed anything, let me know and I’ll be happy to update it.

    -Kevin

    #123554

    Those sharing buttons are being added by a plugin, I believe in jetpack. You should probably remove them via the plugin, but if you can’t do that, then this CSS should do the trick:

    #content #kad-blog-grid .kad_blog_item .postcontent div.sharedaddy {
        display: none;
    }

    -Kevin

    #123515

    Hi Hannah, thank you for you help, too!

    I am using the “blog home” feature so I get all the latest excerpts automatically. If I create a single page instead where I set the blog grid to let’s say 8 posts in 2 columns (like in your shortcode) I do get the same entries.
    BUT:
    The thumbnails won’t get the same size automatically, but they do on the blog home page (8 posts, 2 columns). They still show up masonry style. And I also do not have the home slider in it. And I added some ads in between which was quite some work for me, so I would like to keep the blog home style.
    I think it would be a good idea to find the code that fetches the images in the blog grid section and add it to the blog-home.php file. What do you think? Is that possible?

    #123324

    How are you currently adding your posts to the homepage? Try using this shortcode: [blog_grid columns="2" items="8" masonry="false"] Does that work for you?

    Hannah

    #123188

    ok, your using the blog home that doesn’t display video. Have to use the blog grid shortcode or set the “page content” to enabled in your theme options > home layout then set the post output to grid in the theme options > home layout at the bottom of the page.

    [blog_grid columns="2" items="8"]

    Ben

    #123131

    Hey,
    There’s actually a built in option for this. See Youtube Video Post here- http://themes.kadencethemes.com/virtue-premium/blog-grid-four-column/
    In your post edit page set the post summary to video and make sure you have added the embedded video into the If Video Post box.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #123026

    Dear Hanna,
    A very big thank you for your help : it was a very good recipe and now this problem is solved.
    In addition, I’ve found a way to reach the two goals with the featured photo on the blog grid AND a resized photo left aligned on the post.
    Have a good sunday !
    Michel

    #122998

    Hello Leticia,

    I’m not seeing the tags or sharing buttons on your home page. Can you take a screenshot and share it here so I can see what you’re talking about? You can host it here:
    postimg.org

    As for the blog grid, you can certainly use shortcode to pull those to your site. Here is a full list of the available shortcodes the theme comes with:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    The blog grid shortcode will look something like this:
    [blog_grid orderby=date items=4 columns=3]

    Let me know if this is helpful!

    -Kevin

    #122932

    Hi Ben/Hannah,

    When showing posts in a grid, I do not need to show just the title, the author name and tags.

    Like in this site: o/category/location/

    Any why I can do it using Pinnacle or Virtue?

    Thanks fo your help.

    Regards

    #122817

    Hi,

    I’d really like to disable this feature, but only in a certain product category
    I see that in product arhive pages/shop page the product category name is prescribed in div.class

    <div class=”tcol-md-3 tcol-sm-4 tcol-xs-6 tcol-ss-12 CATEGORY-NAME kad_product” …
    <div class=”grid_item product_item clearfix kad_product_fade_in kt_item_fade_in post-4335 product_variation …
    <div class=”kad-product-flipper kt-product-intrinsic”>
    <div class=”kad_img_flip image_flip_front”>
    <div class=”kad_img_flip image_flip_back”>

    Is it possible somehow to do by editing css?

    I would appreciate your help.

    In forum: Virtue Theme

    In reply to: Hide product totals

    #122700

    I’m seeing bwp-minify causing scripts to not load. Try turning that off as you test.

    So it seems you are not talking about the results count, this is why posting a link can be so helpful. Here is the css you need:

    .product-category.grid_item h5 mark {
        display: none;
    }

    Ben

Viewing 20 results - 1,361 through 1,380 (of 2,160 total)