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 ThemeJune 14, 2018 at 2:32 am #193074
I have a page that’s set up to display a grid of posts
But I’d like to not have the date and category on that one page
I can’t disable from theme options as my other blogs on that site need categories and dates.here’s the page:
*Login to see linkMany thanks
NicIn forum: Virtue ThemeHi,
The theme doesn’t set any of those. In your theme options, you can have the theme control the image sizes for product images. But if you turn that off then those settings apply.
I guess you mean this:
Correct?
The default media settings in wordpress are just the default and they determine your base options when adding an image to a post. I suggest changing those to what best matches your needs use. If you’re not using those sizes at all that is fine as well.
So there’s no such thing like the correct default media sizes for Virtue? I looked into the html code and I am surprised that many times the natural image sizes are bigger than the used space:
163 vs 240 px so the space could be greatly reduced?
I always thought the Virtue theme has some default grid and templates so that image sizes have more a less some kind of optimal setting.
Also for e.g. the carousel it seems that the thumbnail is even a value that is not in the above
150×150
270×270
300×300
468×468
1024×104
list.For instance:
https://imgur.com/a/KThwb4SHere it is 260px (which is not in the above list). Also again natural dimension (needlessly?) much bigger than what is shown.
I must say I am confused on how image cropping seems to work in WordPress. But if you say it is just okay and not much too optimize I’ll believe you…
In forum: Virtue ThemeTopic: Equalize Staff Post Height
I am using the staff_posts shortcode to display the staff members. Is there a recommended way to equalize the heights of the boxes in the grid so they do not appear staggered (example here: *Login to see link I tried the “Display Blog Grid posts at equal height” in the theme options, but this does not affect staff. Thank you.
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Alternative post and portfolio grid on the Hompage
hi Ben
i’m working on a local server for the moment and it’s just a draft. I’m trying to display my portfolio grid like this :
http://www.web-group.fr/ (no gutter, title & type on bottom etc…)
and my post grid like this :
http://www.caconcept.fr/
I can’t find the class css to do this…
thankSteph
In forum: Virtue ThemeIn reply to: Alternative post and portfolio grid on the Hompage
Hi Steph,
You can enable a portfolio grid and posts grid on your homepage from Theme Options > Home Layout by enabling “Portfolio Full” and “Latest Posts”.
Or you can add a shortcode into a text widget within the home widget area. You can see all shortcodes here: http://docs.kadencethemes.com/virtue-premium/shortcodes/
Hope that’s helpful!Hannah
In forum: Virtue ThemeHello
Virtue is great !! I’m tryng to have a modern and simple look on my home-page, just like this *Login to see link or *Login to see link
I dont know how to report the page templates “portfolio grid” and “posts-grid” on the home page. Is there a special CSS ?
How can I do that ?
Thanks for your help
Steph.In forum: Virtue ThemeJune 7, 2018 at 11:38 am #192467There’s a big gap between each row
How large are you seeing?
update this:
.product-category.grid_item a h5 { position: static; background: transparent !important; color: #444; }to this:
.product-category.grid_item a h5 { position: static; background: transparent !important; color: #444; margin: 0; }And if that isn’t what you want please post a link.
Ben
In forum: Ascend ThemeHello,
1. The portfolio can be used however you want. Think of it as a way to show what your client is capable of, such as previous works and acknowledgements. You can also disable in entirely if you please. There is no definitive way to use the portfolio, it’s totally up to you.
Portfolio posts and products are distinctly different though, and I do not advise building your store with portfolio posts.
2. I’m not sure I understand what you’re asking. You can display portfolio types by adding this shortcode to a page:
[portfolio_types]
You will need to assign each type a featured image. More shortcode options can be found here:
http://docs.kadencethemes.com/ascend-premium/shortcodes/3. It looks to me as though you have the portfolio enabled still in Theme Options> Home Page Layout> Portfolio Grid. Do you have a cache running on your site? be sure that you clear it after making changes or disable it entirely while developing your site.
-Kevin
In forum: Virtue ThemeTopic: Equalize Staff Grid Height
Hello,
I’m using the staff_posts shortcode. The issue is at screen sizes 991-1199 some of the titles move to a second line. As that happens, the row below gets out of line (one staff member being lower than the others). Is there a way to equalize these heights so it maintains its appearance?
In forum: Ascend ThemeIn reply to: Different blog entry formats
May 28, 2018 at 1:25 pm #191415Regarding SEO; since the posts do reside on the site, aren’t we getting the SEO benefit from them anyway
It’s not the same. But please consult with your SEO expert or read up. Most everywhere will tell you to avoid Iframes.
If you want a grid with a border that is not hard to accomplish without the need for embed.
[blog_posts type="grid" items="2" columns="2"]Add that ^ shortcode
And add this css in your theme options > custom css :
.kad_blog_item .grid_item { padding: 25px; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0,0,0,.05); }Ben
In forum: Virtue ThemeIn reply to: Mobile version display
May 23, 2018 at 10:24 am #190927Hey,
The portfolio grid will crop your images to size automatically (assuming they are at least as large as the crop size). The pattern will determine the size of the images based on the order of your portfolio posts. For example with the link above the first portfolio post will always be 2:1 ratio. Second 1:1 and so on. There are only two patterns available for the mosaic layout: 3 or 4 column settings.I hope that helps.
In forum: Virtue ThemeHi –
I have been trying to style the testimonial boxes on the testimonial grid page with no luck. Based on other posts in the support forums, I believe I am using the right CSS selectors, but nothing happens. Here is an example:.testimonial-box {
border: 2px solid #333;
}The reference page is: *Login to see link
Any suggestions? Thanks for your help.
Cheers,
– TomIn forum: Virtue ThemeIn reply to: Mobile version display
May 21, 2018 at 1:43 pm #190703Hey,
It’s not random, it’s a grid that follows a pattern. You can’t change the grid. If you set the columns to 3 it will be one pattern, if you set the columns to 4 it will be another.You can look at the grid and change your portfolio post order by using the menu order and changing your posts order number.
Ben
In forum: Virtue ThemeIn reply to: Full Excerpts in Portfolio Grid page
May 18, 2018 at 9:47 am #190517Hey,
It’s not a built-in option, you would have to add a hook through a child theme to pull in the entire excerpt on a portfolio post in the grid page.Using a child theme in the functions.php file you would add this:
add_filter( 'virtue_portfolio_partial_excerpt', '__return_false' );Ben
In forum: Virtue ThemeIn reply to: Add page background to blog grid page
In forum: Virtue ThemeTopic: ISO Filter for Image Links?
Hi Guys,
Just pick your brains about ISO Filtering…
I use it with my portfolio on Virtue Premium…
Is it at all possible to filter PAGES?
I want clients to be able to navigate to different Portfolio Grid PAGES from a landing page with an ISO style filter….AND onto the Portfolio Grid Page which contains the Portfolio posts in a ISO Filter format.
Hope that makes sense… Thanks… John 🙂
In forum: Ascend ThemeIn reply to: Customization problem –
May 13, 2018 at 6:19 pm #189996Hannah,
The changing cat for type indeed solve my problem. I made the div container transparent using a similar style sheets but I added to my Page Builder widget.
url: https://winenext.com
1- I added
[portfolio_posts items="1" columns="1" style="pgrid" ratio="landscape" lightbox="true" type="cast-wines" height=200 ]but now my cast wines portfolio display is TOO big! How I change it’s height and width?In forum: Ascend ThemeIn reply to: Customization problem –
May 13, 2018 at 3:54 pm #189994Hi Hannah,
url: https://winenext.com
1- On my landing page this is the shortcode I have implemented to only display the Cast Wines portfolio link, and yes I do want the hover effect with the portfolio info. This is my current shortcode
[portfolio_posts items="1" columns="2" style="pgrid" ratio="landscape" lightbox="true" cat="cast-wines" ]url: https://winenext.com/producers/
2- Where it says “You select, we connect, they ship”. The WHITE <div> container in front of the cellar key picture. I would like to have that white background semi transparent. What class should I call? Is to the right of where it says “What’s next? UNLOCK AND DISCOVER CELLAR GEMS. Our artisan wine producers have given us access to some of their rare and exclusive limited releases, back vintages and large format bottles”
In forum: Ascend ThemeIn reply to: Customization problem –
Hi Lino,
1. You can add a kadence image widget rather than a portfolio grid. Or are you still wanting the portfolio hover effect? If so, you can limit the portfolio posts to a specific category as Ben suggested. Would either of those options work for you?2. Sorry, I’m not sure where you’re referencing…I’m not seeing a cellar key image? Sorry if I’m missing something.
Hannah
-
AuthorSearch Results


