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'
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Changing position of date on grid post summaries
March 19, 2018 at 10:21 am #183962you 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 }In forum: Pinnacle ThemeIn reply to: How To Display Posts According To Post Format?
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
In forum: Ascend ThemeIn reply to: Changing position of date on grid post summaries
In forum: Ascend ThemeIn reply to: Home page blog post format for mobile
I know there is a theme option to turn on and off showing the post date. I’ve turned it off but the date still shows in the blog post grid on the home page as well as in the blog posts themselves. Is there another option that may be over-riding the theme option for showing the blog date? If so, where might that be — I can’t find it. Thanks!
In forum: Pinnacle ThemeIn reply to: How To Display Posts According To Post Format?
In forum: Pinnacle ThemeWhat’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: *Login to see link
Thanks
In forum: Pinnacle ThemeIn reply to: How To Display Posts According To Post Format?
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?
In forum: Ascend ThemeIn reply to: Custom thumbnails for each image in media library
March 15, 2018 at 12:07 pm #183523Hey,
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
In forum: Ascend ThemeIn forum: Ascend ThemeHi
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 ThemeIn reply to: Hidden search results
March 14, 2018 at 3:39 pm #183374Just 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 ThemeIn reply to: 2 Separate Portfolios
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 ThemeIn reply to: Hidden search results
March 14, 2018 at 2:54 pm #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
In forum: Virtue ThemeIn reply to: Content width and search questions
March 12, 2018 at 1:22 pm #182916Your 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'); }In forum: Virtue ThemeIn reply to: Content width and search questions
This reply has been marked as private.March 12, 2018 at 11:42 am #182892In forum: Virtue ThemeMarch 11, 2018 at 1:27 pm #182779Hello,
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.
AndreaIn forum: Pinnacle ThemeIn reply to: Staff Grid Row Spacing
In forum: Virtue ThemeMarch 7, 2018 at 2:16 pm #182369Well 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 Areaenabled
Page Title
Page ContentHome Image Menu
Image MenuAdd images, descriptions, titles, and linksAdd Slide
Choose how many columns in each rowImage Menu Height
Height set byChoose how the image menu height will be set.
Home Featured Product Settings
Home Product Carousel Titlee.g. = Featured ProductsChoose 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 ProductsChoose 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 ProductsChoose 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 blogChoose 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 titlePortfolio Carousel Category TypeLeave blank to select all types
No items of this type were found.
Choose how many columns are in carouselSet 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 NewsCustom Carousel ItemsAdd images, descriptions, titles, and links
Add Slide
Choose how many columns are in carouselCustom 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 rowIcon 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 WorkPortfolio Full Category TypeChoose type for the Portfolio Full
No items of this type were found.
Display Portfolio FilterChoose 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 ThemeIn reply to: Change Blog Post Form/Look
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
-
AuthorSearch Results


