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: Virtue Theme
In reply to: portfolio grid images
Hey Christine,
Looks like whatever plugin you’re using for the image grid is pulling the featured images from your blog posts. You should be able to edit these by going to Posts from the admin panel. You should be able to go into each post and edit the settings. Let me know if that’s not the case for you!Hannah
In forum: Virtue ThemeTopic: portfolio grid images
I have created an image menu that links to portfolios that I want to display as image grids. All that works fine, but if I click on an image, it shows a badly cropped image at the top, a slider of recent blog posts at the bottom, and the actual image I want to show in the middle, like this: *Login to see link
I can not figure out how to edit the page to remove the extra image and the bottom carousel. Please help!In forum: Virtue ThemeIn reply to: Latest Posts with multiple Pages
I’m working on getting that for you. However, my issue isn’t just that they aren’t the same size (I used a code a found in this forum and it helped slightly): #kad-blog-grid .posttags {
display: none;
}
#kad-blog-grid h4.entry-title {
font-size: 20px;
line-height: 25px;
}However, the images are displayed differently. When I use the “latest posts” from Reading Settings and “page content” on theme options/home layout the pictures are smaller and they are to the left of the text and it doesn’t look as nice. When I use the widget “latest posts” on theme options/home layout the pictures are above the text is a perfectly rectangle and each are the same size.
Ideally I would like to find a way to edit that widget option so I can have all my posts versus just 8 and have the links to navigate through those excerpts at the bottom.
Is this possible? Or is there a way of achieving this?
In forum: Virtue ThemeIn reply to: Change URL in Full Portfolio from Home Page
Hey Julie,
Portfolio posts are meant to link to themselves. There isn’ really a simple way to change that. If you want grid-format images with custom links I would suggest creating a gallery then using a plugin like this: https://wordpress.org/plugins/wp-gallery-custom-links/
Or you could use virtue image menu item widgets.
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: Featured/Blog Feed Summary Image-Ratio
In your post settings you can set the image to be “landscape” (above the content). Or “portrait” (beside the content).
see both here: http://themes.kadencethemes.com/pinnacle-premium/our-blog/Without the child theme option, there are default summary options in Theme Options for different kinds of posts, and then, you can change them individually by post.
How do I get a Blog Grid on the Blog page, as opposed to the Standard (list)? Seen here:
http://themes.kadencethemes.com/pinnacle-premium/blog-grid-example/Thanks
In forum: Pinnacle ThemeIn reply to: Featured/Blog Feed Summary Image-Ratio
October 21, 2015 at 1:39 am #63718Hey,
1. In your post settings you can set the image to be “landscape” (above the content). Or “portrait” (beside the content).
see both here: http://themes.kadencethemes.com/pinnacle-premium/our-blog/2. The options (Theme Options > Blog > Hard Crop excerpt images to the same height > OFF) effects the blog grid. Not the blog list so not the option where the image is beside the post. That is set to be square. To override you need a child theme and you would copy templates/post-excerpt-portraitimg.php into the child theme then edit line 14 change:
$image = aq_resize($thumbnailURL, 360, 360, true);to this:
$image = aq_resize($thumbnailURL, 360, null, true);Ben
In forum: Virtue ThemeIn reply to: Blog Grid not showing FULL blogs
Hey Ben
Child Theme … you have lost me there !?
Not too worried about search showing full posts, but would like my post grid pages to be always full
Also … archives … how to I display them and when is a post archived … don’t really want anything to archive as my ‘blog’ is really a showcase one
Cheers, Rodney
In forum: Virtue ThemeHi Ben
Mayby I am wrong or have overlooked some practical thoughts about image thumb sizeing.., but for now something are making Portfolio Grid images blur:
Please take at look at these Portfolio Grids (open in two different browser windows!):
– “Homepage”
– “Webshop”
The difference between the 2 Portfolio Grids are, that in WP admin “Homepage” has “Crop images to equal height” set to YES – and “Webshop” has it set to “NO”First pay attention to “TEST2” pic and compare the image blur in the 2 browservindows:
If you see what I see.., the “TEST2” has most blur in “Webshop” portfolio grid, and when using FireBug or other tools.. you see that the pic in “Webshop” are manipulatet in size by theme(??) and saved with new filename added …”-270×189″.jpg
In Firebug try to re-remove the “-270×189” to see original pic, and notice that pic have same size – but are clear and not as blurry.Same with portfolio post “TEST1”:
Try to compare 2 browserwindows with “Webshop”
In one of them use FireBug to remove …”-270×317″.jpg to se original pic, and notice the browser-viewed size of the pic don’t change – BUT it gets cleare / less-blur.I guess it is becourse of the <img class=”lightboxhover” width=”270″ height=”317″ style=”display: block;..
showing and browser-resizing the original pic within the space given.Solution – iF it works outside FireBug 😉 :
Pic’s seems ONLY to be clear when using original pic (and NOT “theme-rezized”).
In both “Crop images to equal height” set to YES and set to NO, use original pic – but let it in sted be wrapped in html output code like
<img class=”lightboxhover” width=”270″ height=”317″ style=”display: block;.. ((“Crop images to equal height” set to NO)) or
<img class=”lightboxhover” width=”270″ height=”270″ style=”display: block;.. ((“Crop images to equal height” set to YES))BEST regards Finn
In forum: Virtue ThemeIn reply to: Using lightbox for portfolio grid page
October 20, 2015 at 10:25 am #63592Guilherme,
In the future please create your own topic.Please clarify what you are asking. Right now you can have a gallery that only opens in a lightbox and you don’t need to do anything with a portfolio. But if you want the single portfolio post pages then you can make a portfolio and even still allow for a lightbox link to be added and visible on the portfolio. See here click the magnify glass.
Normal Gallery: http://themes.kadencethemes.com/virtue-premium/wordpress-gallery/
Portfolio Grid: http://themes.kadencethemes.com/virtue-premium/portfolio/
Ben
In forum: Virtue ThemeIn reply to: Blog Grid not showing FULL blogs
October 20, 2015 at 9:41 am #63577Hey,
1. Full in a grid would make for a lot of content in a really narrow place. Maybe you have some really short posts (if thats the cause then a custom excerpt might be a good option). Else You could force this with a small change in one of the template files using a child theme.2. You can show full for archives and on hte home page if you set the home page to be your “latest posts” page or use a shortcode.
the search wasn’t every designed to show full posts. But again this would just be a small change.
Can you post a link so I can see what you doing and I can help you with the child theme to make the search full just need to clarify if your wanting the search to be full and in a grid? or just full normally where it’s a list.
Ben
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Portfolio Item Order when using category grid
Hi Ben,
Here’s a link to my portfolio (“directory”) page: http://wfopro.com/directory/
Currently, I have the portfolio page setup using the Portfolio Grid template. The items listed are in alphabetical/title order (which is what I want). When you click on a category, it correctly displays the items by title, but when you click on an individual listing and navigate using the arrow, there are two issues: 1) it navigates through individual portfolio posts in other categories and 2) it doesn’t navigate in title/alphabetical order (which is what I need).
I tested using the Portfolio Category Grid template on the portfolio page, but then the items were no longer displayed alphabetically by title. What I’m looking for is to have both the page display and the navigation be by title because I’m using the portfolio as a business directory. I know there are other themes that do this, but I don’t want to switch from you guys. I’ve tried a ton of other themes and Kadence Themes are the BEST.
Thanks for your help!
-RebeccaIn forum: Virtue ThemeIn reply to: Portfolio Item Order when using category grid
October 18, 2015 at 12:16 am #632341. Not sure what you mean here. by category grid do you mean the portfolio type page or do you mean the page that shows each portfolio type? If you can link directly thats helpful.
On the single portfolio post page you can navigate through posts by clicking the arrow. you can make that arrow stay within the portfolio type by using the theme options > portfolio options. It navigates through by menu order. Which you can set for each post based on the post attribute order number.
Ben
In forum: Pinnacle ThemeIn reply to: premium upgrade problems?
Hey Dean,
The Staff Page Options will only show if you’re using the Staff Grid page template. But I’m confused, you’re talking about products, not staff posts correct? Are you wanting your products set up like staff posts?
What kind of code does the content view plugin give you? Does it work to paste it into the category description tab?
You can edit the header of each category by going to Products > Categories and click Edit under the desired category and you should see Header Options.Hannah
In forum: Virtue ThemeIn reply to: carousel rows increase
October 16, 2015 at 10:34 am #63061Hey,
1. No a carousel can only be one row. But what you can do is use your page content to built the page. There you can add two carousel shortcodes with the second having an offset. Like this:[carousel type="featured-products" items="8" columns="4"] [carousel type="featured-products" items="8" columns="4" offset="8"]2. How would you like it to look? You can use columns like here: http://themes.kadencethemes.com/virtue-premium/blog-grid-three-column/
Or a list like here: http://themes.kadencethemes.com/virtue-premium/blog/3. If you just want a widget to be a little lower on the page post a link and we can help with the css.
If you can name some specifics that your missing in layout 3 or post a link to your site so I can see what you working with that would help.You can also see this tutorial here: https://www.kadencewp.com/creating-demo-3-layout-homepage/
Ben
In forum: Virtue ThemeWe are fairly new to woocommerce and Virtue Premium
Our categories display as list. We would like them to appear as a grid.
We have read many previous posts, but none seemed to help.Thanks
In forum: Virtue ThemeIn reply to: Portfolio Height
October 14, 2015 at 12:50 pm #62760Ok, so what you decide to show on the portfolio grid is what you can lightbox to. There is no way (not even with a child theme) to query what you are placing into the post content box and somehow lightbox that.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Height
October 14, 2015 at 12:36 pm #62748? I’m not understanding what your wanting to fix? Thats exactly how it’s supposed to work. Why are you not using the featured image for your actual work?
If you want the Lightbox on the grid page it will only pull from the featured image or the slider images (assuming you are using a post summary of a slider). The lightbox can’t pull from other content on the page.
If that isn’t what you want then you would need to turn the theme lightbox option off.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Height
October 13, 2015 at 6:09 pm #62643Hey,
Helps if you can post a link just to clarify what page. I’m guessing your talking about the portfolio grid page.
The width of images is determined by how many columns you choose. You can set the height right in the portfolio page settings.Ben
In forum: Virtue ThemeIn reply to: grid posts not aligned
October 13, 2015 at 12:05 am #62464Hey,
In a grid masonry style post are aligned from top to bottom, not always left to right since there are not clear rows.. (think pinterest).Since your first item is larger then the rest the fourth item doesn’t go below that because the next highest spot is in the middle of the second row.
If you want clean rows of one after the other you then don’t want to use the masonry style so you would want every post to be the same height.
In that case use css like this in your theme options > advanced settings:
#kad-blog-grid .kad_blog_item { min-height: 625px; }Ben
-
AuthorSearch Results


