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,041 through 1,060 (of 2,160 total)
  • Author
    Search Results
  • #183962

    you could only do this through a child theme, add in the functions.php file:

    add_action('kadence_post_grid_excerpt_header', 'custom_date_blog_grid');
    function custom_date_blog_grid() { ?>
    <div class="post-top-meta kt_color_gray">
    <span class="postdate kt-post-date updated" itemprop="datePublished">
    <?php echo get_the_date(get_option( 'date_format' ));?>
    </span>
    </div>
    <?php 
    }   
    #183956

    You should be able to add them via shortcode into the text editor or a text widget, like this:
    [blog_posts orderby=date columns=4 items=4 type="grid" cat=photos]

    Just change the cat= to whatever category you want to show. If you want to customize the shortcode further, here are the options:
    http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    Does that work for you?

    -Kevin

    #183892
    This reply has been marked as private.
    #183891
    This reply has been marked as private.
    #183863

    Thanks Kevin!

    There’s one more thing I’d like to ask. I set the category pages to display blog posts in “Photo Post” format. Would be it possible to do the same on homepage? The homepage displays the posts in that old Grid format with excerpt.

    #183723

    What’s the convention for ordering the staff posts on a staff grid page? I know it’s controlled by the ‘Order’ entry – 1, 2, 3 or -1, -2, -3 I just cant’ remember which way it goes, so how do I know who is first, second third in a row?

    Ref link:

    Thanks

    #183652

    Well yeah I know that, but the problem is that with a page I can select the layout from the options, like normal blog layout or blog grid with option of two, three or four column. But with creating a category I have to settle with one type of display.

    Is there a way to change the display format of posts in category pages, like you can do in a normal ‘Blog’ page?

    #183523

    Hey,
    no you can’t use a different image to replace an image. If you want a specific image to show in the portfolio grid you need to set that specific image to be the featured image for the portfolio post.

    If you then want a different image to show on the single portfolio post page you can easily do that by adding that image to the page.

    I strongly advise you not use images that are only 300×300 pixels you will not be supporting retina screens.

    Just talk to your client in terms of ratio. If they want square on the portfolio grid get a very large square image that contains what they want Then set your ratio to square.

    If they want a portrait image on the single portfolio post then add that into the post content as it’s own image.

    Does that make sense?

    In your portfolio post settings you can select “none” and then add any image any size you want into the content of the post page.

    Ben

    #183427

    Hi

    Just wondering how to add the date below the title for grid style archives (I have hidden all the grid footer information)?

    Thank you

    Liam

    #183426

    Hi

    I have currently set the home page to display all posts in the standard format, with a landscape image (no sidebar). This looks great apart from on a mobile phone in portrait orientation, where the landscape images lose impact due to small size. Just wondering if there is a way to use the grid display option only on devices where the screen is below a certain width as, on narrow devices, the grid images actually appear much larger than other formats?

    Many thanks

    Liam

    In forum: Virtue Theme

    In reply to: Hidden search results

    #183374

    Just a note you should not remove featured images from your site through the media library. You have to go into each post.page and remove the image then save the post that way the link is not left.

    The grid style search wouldn’t only show images if there was a link left for the featured image.

    Ben

    In forum: Ascend Theme

    In reply to: 2 Separate Portfolios

    #183361

    Hey,
    You just need to create multiple portfolio types, then you can display your posts based on the types. There’s an option within the portfolio grid page template to only show a specific type. So on the page that you want to keep private, you can use the default password protected page options.
    Let me know if you need further help getting this set up!

    Hannah

    In forum: Virtue Theme

    In reply to: Hidden search results

    #183359
    .search_item .grid_item {
        opacity: 1;
    }

    You again have many items with no featured image. But it looks as though they at one point did and you’ve removed the image since from the media but not from the post.

    Ben

    #182916

    Your link requires a login.

    .page-id-12 .container{
    max-width:700px;
    }

    You probably want css like that though.

    The css for the search results is this, I”ll update in the next version:

    .search-results #kad-blog-grid {
        margin-left: -10px;
        margin-right: -10px;
    }

    As for a function:

    if (!is_admin()) {
    function wpb_search_filter($query) {
    if ($query->is_search) {
    $query->set('post_type', array('post', 'product') );
    }
    return $query;
    }
    add_filter('pre_get_posts','wpb_search_filter');
    }
    #182892
    This reply has been marked as private.
    #182779

    Hello,
    I have two questions:

    #1 I would like to limit the content width of a few pages, including the header/page title. If I use

    .page-id-12 #content{
    max-width:700px;
    }

    the page title is still to the very left, and I would like to have it aligned with the content.

    #2 Regarding the search function: Is there a way to limit the search results to blog post and products? I know there are functions to limit it on ONE post type, but if I want both, blog posts and product posts? And could you tell me how to remove the padding of the grid column to the very left and right on the search results page? For some reason they are not aligned with the container width, even in the demo.

    Thank you as always.
    Andrea

    In forum: Pinnacle Theme

    In reply to: Staff Grid Row Spacing

    #182477

    Thanks that worked. I was including too many classes I tried:

    .grid_item.staff_item.kt_item_fade_in.kad_staff_fade_in.postclass {
    
    }
    
    #182369

    Well no wonder I can’t find it 🙂

    My screen doesn’t look anything like that at all. This is what I see….

    Home Layout
    Display a sidebar on the Home Page?This determines if there is a sidebar on the home page.

    Full LayoutSidebar Layout

    Choose a Sidebar for your Home Page

    Homepage Layout ManagerOrganize how you want the layout to appear on the homepage

    disabled
    Image Menu
    Featured Products
    Latest Blog Posts
    Portfolio Carousel
    Icon Menu
    Portfolio Full
    On Sale Products
    Best Selling Products
    Custom Carousel
    Home Widget Area

    enabled
    Page Title
    Page Content

    Home Image Menu
    Image MenuAdd images, descriptions, titles, and links

    Add Slide
    Choose how many columns in each row

    Image Menu Height

    Height set byChoose how the image menu height will be set.

    Home Featured Product Settings
    Home Product Carousel Titlee.g. = Featured Products

    Choose how many columns are in carousel

    Choose how many products are in carousel

    Carousel ScrollChoose how the product items scroll.

    Choose the carousel speed (in seconds).

    Home On Sale Product Settings
    Home On Sale Product Carousel Titlee.g. = On Sale Products

    Choose how many columns are in carousel

    Choose how many products are in carousel

    Carousel ScrollChoose how the product items scroll.

    Choose the carousel speed (in seconds).

    Home Best Selling Product Settings
    Home Best Selling Product Carousel Titlee.g. = Best Selling Products

    Choose how many columns are in carousel

    Choose how many products are in carousel

    Carousel ScrollChoose how the product items scroll.

    Choose the carousel speed (in seconds).

    Home Blog Settings
    Home Blog Titlee.g. = Latest from the blog

    Choose How many posts on Homepage

    Choose how many post columns on Homepage

    Limit posts to a CategoryLeave blank to select all

    Home Post Excerpt LengthDetermines how many words are in the post excerpt.

    Home Portfolio Carousel Settings
    Home Portfolio Carousel titlee.g. = Portfolio Carousel title

    Portfolio Carousel Category TypeLeave blank to select all types

    No items of this type were found.
    Choose how many columns are in carousel

    Set height for portfolio items – OptionalExample 400

    Choose how many portfolio items are in carousel

    Choose the carousel speed (in seconds).

    Portfolio Carousel ScrollChoose how the portfolio items scroll.

    Portfolio Carousel Order byChoose how the portfolio items should be ordered in the carousel.

    Display Portfolio Types under Title

    Display Portfolio Excerpt under Title

    Home Custom Carousel Settings
    Home Custom Carousel Titlee.g. = Featured News

    Custom Carousel ItemsAdd images, descriptions, titles, and links

    Add Slide
    Choose how many columns are in carousel

    Custom Carousel ScrollChoose how the custom items scroll.

    Choose the carousel speed (in seconds).

    Enable custom image ratio for carousel

    Home Icon Menu
    Icon MenuChoose your icons for the icon menu.

    Add Icon
    Choose how many columns in each row

    Icon Menu Box Background ColorChoose the background color for icon menu boxes. * Note the hover color is set by your primary color in basic styling.

    Transparent
    Icon Menu Font and Icon ColorChoose the color for icon menu font and icon. * Note the hover color is set to white and background is set to primary color.

    Transparent

    Home Portfolio Full Settings
    Home Portfolio Full Titlee.g. = Our Work

    Portfolio Full Category TypeChoose type for the Portfolio Full

    No items of this type were found.
    Display Portfolio Filter

    Choose how many Portfolio Items on Homepage

    Portfolio full Order byChoose how the portfolio items should be ordered.

    Portfolio LayoutChoose the portfolio layout

    Choose how many Portfolio columns

    Set height for portfolio items – OptionalExample 400

    Masonry Style

    Display Portfolio Types under Title

    Display Portfolio Excerpt under Title

    Display lightbox link in top right corner?

    Page Content Options (if home page is latest post page)
    Latest Post DisplayIf Latest Post page is front page. Choose to show full post or post excerpt.

    Use Post Grid Format

    In forum: Virtue Theme
    #182050

    1.

    I am missing only view the date in the right side in the line with the title

    I’m not seeing that. Can you send a screenshot?

    2. Try adding this:

    #kad-blog-grid .blog_item .postcontent {
        padding: 0;
    }
    .home .tcol-lg-6.tcol-md-12 {
        padding: 0 10px 0 0;
    }

    Hannah

Viewing 20 results - 1,041 through 1,060 (of 2,160 total)