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,901 through 1,920 (of 2,160 total)
  • Author
    Search Results
  • #42626

    Hi,
    Both of your pages are saying I don’t have permission to access?
    If you want an image above the page title you can use the feature-sidebar template (under page attributes in the edit page). Then you would just need to use a blog shortcode like this: [blog_posts items=”20″ orderby=”date”]
    Or if you want a fullwidth image below the title but above the posts you can still use the blog grid template and just add a row with page builder and set the background image of the row and set it to full width stretched with top and bottom padding. Then just add a blank text widget to the row.
    Hope one of those works for you.

    Hannah

    In forum: Virtue Theme

    In reply to: inserting ad scripts

    #42527

    You can remove the excerpt with css.

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

    You would have to edit the template with a child theme if you wanted to have the date show in text and not as a tooltip to the icon.

    No this is not done with a plugin it’s done with the post loop. Just like the grid loop only with a little different template. You can use a child theme and have that kind of similar template.

    Ben

    In forum: Virtue Theme

    In reply to: inserting ad scripts

    #42260

    You can make the grid of posts by setting that in your theme options blog settings for the category pages.

    Your categories will show the number of posts you set in your settings > reading.

    Ben

    #42190

    Hi Ben,

    Thanks for the quick reply. Making those changes to line 15 only seem to modify certain posts, I think I will just crop the feature images manually rather than use code to automate it.

    I removed the display:none to the .subhead, but it only shows the little icons. I was hoping to have the postdate box with a date show visible, like with the first post. Is that not an option when using the blog grid shortcode?

    #42131

    Hi Ben,

    Changing the size in that template file adjusts the maximum width. I am trying to get everything aligned vertically, setting a max-height.

    On a side note, the postdate does not show up for the blog_grid posts. Is this normal or did I change something at some point? The theme blog settings have show date set to on.

    #42126

    Hi,

    I have an issue with the flex slider height on some portfolio posts.
    I set them at 300 but in some cases it just doesn’t work. I used the same settings. Can you help me with this?

    examples:
    I need them like this:
    and sometimes it happens like this:

    Also, I have a few questions:
    1. I need to make hundreds of such posts – is there a way to create a template or duplicate posts?
    2. Is there a way to put 2 featured pictures and flip… on category page or portfolio grid page, the way it does for products?
    3. on the home page, the slider is slightly to the right compared with the menu and the content, how do I align it?
    4. How do i re-size the footer? I need it to be at minimum height compared with it’s content and also I need it to be at the bottom of the page even if there is not much content on the page.

    Thanks.

    Please let me know if I need to provide more infi,

    In forum: Virtue Theme

    In reply to: Theme 2 style

    #42062

    Hey Rachel,
    The portfolio posts should link to there post page. Are you not wanting to use the portfolio post? if you just want a grid with images that all link to different things you can use a gallery and this plugin: https://wordpress.org/plugins/wp-gallery-custom-links/

    Ben

    #41989

    The staff grid works just like the portfolio grid. It will pull your staff posts to that page. You don’t need to use a plugin or widget. Have you already created staff on your site?

    Hannah

    In forum: Virtue Theme
    #41645

    Hey
    So the grid post is not edtiable. It is one site only and the widget was designed to be small. If your wanting more of a full page size grid of posts you can use the blog grid shortcode. http://docs.kadencethemes.com/virtue/#shortcodes

    Ben

    #41627

    Hi,
    I’m pretty new to WordPress, so I apologize if this seems oversimple – it probably is. Using the Virtue: Grid Post widget, I’m trying to figure out how to make the “featured images” of each post display in a larger size on a page or in a footer. I like the default size for the actual post, but would like to change what looks like what I’d call a “thumbnail” size. Thanks!

    Amanda

    #41619

    It´s on my home page, and in all my menu items (Because I use Categorys and blog posts for my menu). I only want to see the postpreview picture and the title of the blog post. No need of the text excerpt. The look of the grid should stay the same though.

    http://www.coconut-couture.com
    http://www.coconut-couture.com/?cat=11

    #41581

    For the blog post summary grid (latest blog posts) I would like to show only the picture and the title of the post. Not an excerpt of the text. In the blog post options I can only change the Post Excerpt Length to at least 20 words.
    Is there any custom CSS code?

    #41430

    Hey,
    So starting with anchor links, Yes you can add theme and using pagebuilder link to sections of your page with anchor links. Use the custom link section in your menus.

    A portfolio page. This page: http://democaliber.com/testingground/our-portfolio/ is a grid of post. Not one post with a gallery but a page that shows a bunch of posts and there featured image. You can have it so there is a lightbox link and if you really wanted to I can give you css to remove the link to the single post but this will not be the same as adding a gallery to a portfolio post.

    Here is an example..

    A portfolio page: http://themes.kadencethemes.com/pinnacle-premium/our-portfolio/

    and a post with a gallery: http://themes.kadencethemes.com/pinnacle-premium/portfolio/cityscapes/

    A gallery can’t have a filter because images don’t have categories. It’s the posts that have categories and where you can set categories.

    so you can make a post for each image and make sure to set the featured image for that post then use the portfolio page to make the images filterable but you can’t just add a gallery.

    Hope that helps clarify.

    Ben

    #41261

    Is it possible to get a nice hover effect for the grid of blog posts? Like you have it for the picture menu for example? The nicest would be a hover effect, which fades in or out.

    http://www.coconut-couture.com

    #41226

    Hello,
    How do I set the blog to display posts in two columns.

    Like it is here:

    Thanks!

    #40871

    Hi,

    I am wondering how to make the blog summary images equally sized so that the effect is an even grid and not masonry. I know how to set this for portfolio and shop but do not see the option for posts. Each image is set to landscape. Is this possible using theme settings or will the images need to be resized?

    I am calling the blog grid using this shortcode on a sidebar template page:

    [blog_grid items=”10″ columns=”2″ offset=”1″]

    development.carinarose.com/posts

    #40564

    No please 🙂 This is too dirty solution, because images are loaded in background and there is some absolute grid positioning. I used shortcode
    [portfolio_posts orderby="menu-order" columns="2" items="400" height="1" lightbox="false" showtypes="false" cat="architektura"]
    but there is no option to hide feature image. Height 0 doesn’t work well. I prefer to have a links as a real bullet list.

    #40376

    Hannah,

    1. Ok, i was able to move the slider to the top but why is there a message on top left to specify a slider ID? How do I get rid of that message?

    2. And then how do I make it so that my most recent 12 posts will be displayed under the slider to show like this link: http://rasamalaysia.com/.
    It loos like a grid of all recent posts with title, short description and date. I would like to have mine setup like this.

    #40351

    1. Ok, so right now it’s showing up at the bottom of my homepage…..www.twopeasinthepantry.com. How do I get it up to the top to replace the current post? I don’t want the current post there.

    2. And then how do I make it so that my most recent 12 posts will be displayed under the slider to show like this link: http://rasamalaysia.com/
    I want them to be in grid style with the title of each post.

    #40340

    Hanhah,

    1. I created the Kadence slider but when I did a preview, it only shows the slider on the home page and nothing else (missing sidebar, logo, etc). If I published the slider, am I going to see the other items such as sidebar, etc?

    2. I want my homepage to have a kadence slider on top and grid postings of the most recent posts right under the slider like this link: http://rasamalaysia.com/ Where do I look to get this setup?

Viewing 20 results - 1,901 through 1,920 (of 2,160 total)