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,201 through 1,220 (of 2,160 total)
  • Author
    Search Results
  • #154292

    It appears that you’re not using the theme’s portfolio feature. You haven’t added any portfolio posts, and the Portfolio Grid template has nothing to output.

    I don’t know how you’re configuring the portfolio, but here is a tutorial on the Theme’s portfolio feature:
    https://www.kadencewp.com/creating-a-portfolio-page/

    If you prefer to use whichever plugin that’s creating the portfolio on your site, you’ll have to contact the plugin support to figure out what the issue is.

    If you’re unsure of which plugin is controlling the portfolio, you can deactivate all of your active plugins one by one until you find which is outputting the portfolio items.

    -Kevin

    In forum: Virtue Theme

    In reply to: Custom separators

    #154214

    Couldn’t edit, I apologize for double post, but I have an additional question as well.
    Some of my layout I’ve created using a home page. I can easily change titles from H3 to H2.
    Some other elements I’ve added through home widget area, but still I can change titles from H3 to H2.
    What about things I’ve enabled through home layout in theme options. Is there a way to have portofilo grid and recent articles in H2?

    Thanks,
    Richard

    #154169

    Hey,
    I’m not sure where my response went from your previous questions because I remember typing it out. But anyway. I was talking about the height setting that is just below the screen shot you took. If you’re still using 4.0.4 then you have much large issues you should be worried about. WC 2.6.14? What plugin is worth keeping your site so behind?

    And the reason you’re seeing the post grid widget the way you are is simply because you are using a very old version of the theme. Just need to update and that would already be retina supported.

    Image menu code: https://gist.github.com/britner/a5341ff32f4beef70359acc3d9c38349

    Ben

    #153632

    Hey,
    In your portfolio post scroll down to the “portfolio slider images”
    http://docs.kadencethemes.com/virtue-premium/portfolio-posts/

    add and edit and do what you like with the images there. Those are what will appear in your post for the grid settings.

    Since you’re not adding anything there it’s pulling from the posts “attachment” which basically just means images that were uploaded while you were editing that post.

    Ben

    In forum: Reply To:

    In reply to:

    #153603

    2. Sorry, I tried to explain that if you want items to be set by “Column” then the shortcode layout is your option to do that. You can’t have the layout of demo 6 and have that set to columns.

    So either be ok with posts not being set by columns and use the post carousel.

    Or use the shortcode and have your posts output like a blog grid with defined columns

    Or find a plugin or widget that does what you want.

    Does that make sense?

    Ben

    In forum: Pinnacle Theme

    In reply to: footer column 4

    #153539

    Hi Kevin

    i have found the post grid widget. thanks a lot

    In forum: Pinnacle Theme

    In reply to: footer column 4

    #153490

    Hello,

    the widget you’re looking for is the Pinnacle: Post Grid widget.

    Let me know if you’re able to find it.

    -Kevin

    #153357

    Hello Ben/Hannah/Kevin,

    Warm Greetings. Have 4 different queries.
    Any help will be much appreciated. Apologize for posting all of them in a single thread.

    1. It seems that “Thumbnails” in my Portfolio Grid page is not “Sharp” as it supposed to be. It is somehow Blurred/not sharp. Here is the LINK.

    2. Is there any CSS for showing the “Portfolio page Title” on Top of the Thumbnails ( Preferably in White transparent Text/or any) as a FIXED Text. Currently it is below the Thumbnails based on some previous CSS already implemented.

    3. Portfolio Type :- Is there any CSS where I can make the Current Portfolio Types is in Bold/Highlight/prominant based on the Different portfoilo post. For example, in the default page “ALL” will be in Bold/Highlight state. As and when I change the Type, it will became Bold/highlight and the corresponding Portfolio Posts will shown up below.

    4. Can I change the Portfolio Type “All” to “ALL” i.e wording in Caps.

    Thanks,
    Ari

    #153329

    Hi Kedence Team,

    in my homepage (www.famousagriculture.com) under “RECENT” section,

    1. i wish to adjust the blog image from square to rectangular
    @media (min-width: 992px){
    .postlist article .col-md-5 {width:30%;}
    .postlist article .col-md-7 {width:70%;}
    }
    i have tried this css, but it just can’t help.

    2. i try to use the below css to delete the thicker line under “RECENT” blog post, but it can’t work
    .kad-blog-grid .blog_item {
    box-shadow: none;
    }

    please help.thanks

    thanks

    #152879

    1. One option would be to add the posts via shortcode. You could set it to display 1 column and it should be full width:
    [blog_grid orderby=date items=1 columns=1]

    2. Try adding this CSS to Theme Options> Custom CSS and let me know if this is what you want:

    .homecontent .kad-blog-grid .blog_item .postcontent {
        display: none;
    }

    3. This CSS will remove the bottom line from your posts:

    .kad-blog-grid .blog_item {
        box-shadow: none;
    }

    Let me know if this is helpful for you!

    -Kevin

    In forum: Virtue Theme
    #152877

    Hey Jessica,

    An easy way to add a staff grid to your home page would be through the use of the use shortcode.

    Using page builder, you would simply add visual editor widget to the area that you’d like the staff posts to display. Then, within the widget, you’ll want to add a shortcode like this one:
    [staff_posts orderby="date" items="4" filter="false" link="true" columns="4" height="200"]

    Feel free to adjust the shortcode as much as you like. here is more on shortcodes in the theme:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Also, realize that when you add to the page content for your home page, you control where this appears by going into Theme Options> Home Layout, and moving “Page Content” to the desired part of the active column.

    You could also add this to your home widget area by going to Appearance> Widgets, and adding the Visual Editor widget to the Home Widget Area.

    Let me know if this works for you!
    -Kevin

    #152649

    I noticed that there is a separate portfolio section on my left sidebar which gives you options of: All Portfolio; Portfolio Type, Portfolio Tags. Do I have do
    use that part?

    Yes, So a portfolio grid shows portfolio posts.

    Think of how your blog page shows blog posts. You have to make portfolio posts and assign featured images to those posts for you to have a portfolio grid.

    If all you want is some photos in a grid then you can use a gallery and that through your page content.

    Ben

    #152582

    Be sure that you’re assigning a featured image for your portfolio. Without one, your posts will not display an image when showing in your portfolio grid.

    -Kevin

    #152484

    So the best thing would be to disable the “latest posts” you’re adding through the theme options > home layout and enabled the home widget area. Then in your appearance > widgets add this shortcode to a text widget:

    [blog_grid columns="3" items="6"]

    Then you would have a grid where the images would be next to each other. And you can hide all the content below with css.

    #kad-blog-grid .blog_item .postcontent {
        display: none;
    }

    Add that in your theme options > advanced settings > custom css box.

    Ben

    #152479

    Oops, sorry, how about this: https://thetimedoc.co/

    I’m not sure what you mean by adding posts as a blog grid… I am referring to how I have the “latest posts” on the homepage, where they are showing up currently with dates, titles, and excerpt. I would like to show only the featured image.

    #152477

    Hey, can’t seem to get your site to load? Are you adding posts as a blog grid?

    Ben

    #152469

    Hi! I can’t figure out what settings I need to change to hide the date, title, and excerpt of each blog post when it shows up on the homepage. Basically, I only want the featured images of the blog posts appearing there in a grid, nothing else.

    Here’s the link to my site: thetimedoc.com (I only have the featured image for the latest blog post for now, but they all have images like that that I’ll eventually put in).

    Thanks for any help!

    #152211

    ok, I’ll try and figure out why, for now, you can use a shortcode:

    [blog_posts orderby=date items=10 type="grid" cat="photos"]

    Ben

    #151471
    This reply has been marked as private.
    #151405

    Hey Cynthia,

    Try adding this CSS to Theme Options> Advanced settings and let me know if it works for you:

    .page-template-page-blog-grid .postcontent footer,.page-template-page-blog-grid .postcontent .subhead {
        display: none;
    }

    -kevin

Viewing 20 results - 1,201 through 1,220 (of 2,160 total)