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
Hi,
We had an issue a while back with title fonts sizes on posts – “latest blog”, blog page and the post page. You guys gave me this code as a work around.
.type-post .entry-title, .type-page .entry-title {
font-size: 30px;
color: #333333;
}Just noticed that the code is overriding all title font sizes.
So I deleted code from Advanced Settings….and now the Typography settings are all wacky and not appropriate. I was going to just reset to default and start over, but in reviewing each header setting I noticed that nothing changes….with the above code removed. <Ahhhh!>
So I made sure all plugins were updated. They are. Cleared cache and tried again. Still unresolved.
Here’s what I want to achieve.
“Latest Blog” post titles to be designated size.
Titles to posts on Blog Post Grid page to be a designated size.
Titles to posts on their one page to be a designated size.Any suggestions?
Thank you as always,
PamIn forum: Virtue ThemeHello, I wonder why in my post grid normally the post creation date is displayed between the title and the excerpt, but sometimes there are some posts whithout it.
For example, try to search for the Personal risk reduction article.In forum: Pinnacle ThemeIn reply to: Elementor – Portfolio Grid
Hello,
1. The post grid element doesn’t have an option for columns. The columns are defined by the width of the container.
2. If you’re not seeing those options and are using the classic editor, make sure those sections are enabled in the screen options at the top of the page.
If using the block editor, you should see them in the main sidebar.
Let me know if that’s helpful!
-Kevin
In forum: Pinnacle ThemeTopic: Elementor – Portfolio Grid
In forum: Ascend ThemeIn forum: Ascend ThemeApril 17, 2019 at 11:25 am #223265*Login to see link
Footer 3 section – there are several blog posts but only one appears in the footer?
How do I fix this?In forum: Ascend ThemeIn reply to: Adding Content under Testimonial Grid
Instead of selecting the testimonial grid template, add the testimonials with shortcode like this:
[testimonial_posts columns=1 content=full link=false]Add the shortcode to a text editor, then add the content you want below the shortcode. Does that work for you?
-Kevin
In forum: Virtue ThemeIn reply to: Modify blog image on home page
April 11, 2019 at 10:03 am #222780Hey,
It’s not possible to use css, the image is sized and output square, I suggest adding the Kadence Blocks Pro Post Grid/Carousel Block into your page, that gives you control over image ratios.Ben
In forum: Virtue ThemeIn reply to: Portfolio previews are blurred (srcset issue)
April 11, 2019 at 8:38 am #222769Hey,
Thanks for posting!I strongly advise that you upload images much larger than 423px. At least 1600×1600 but usually more like 2000×2000 is what I recommend.
The reason is that WordPress along with the theme can then create multiple sizes of your image from 270 there would also be 540 and so on. Then when outputting the image srcset is used to give the browser multiple options. This is powerful because then the browser can choose the best for the screen viewing. If the size of your container is 423px then for the majority of screens you need images at 846px because HD screens usually have twice the pixel density of standard screens.
In terms of image size, 270 is used because that is what makes sense for how the theme normally outputs a 4 column grid. The theme has a max content width of 1140. So 270 works nicely for standard screen sizes and then srcset is used to support HD screens.
You have chosen to set the content width for this page to fullwidth screen width, that makes it so the content can endlessly grow based on screen size. This is all the more reason to have larger images because on my screen your columns are 600px wide which means the minimum image size you need just to support this HD screen is 1200px.
To change the default output image sizes you can use a shortcode, so lets say you wanted your base portfolio image width to be 423 instead of 270. Then instead of using the portfolio grid page template set the page to a standard page and use this shortcode:
[portfolio_posts columns="4" width="423" height="none" items="12"]I hope that helps clarify and gives you some options.
Ben
In forum: Virtue ThemeIn reply to: Blending of Product Images on Mobile Devices
April 10, 2019 at 11:40 am #222697Hey,
Thanks for posting.
Yeah, I see this. I believe this is because your images are not using srcset because you are using a custom image size through your woocommerce settings (note that it’s not the ratio you are uploading the images at) so when loading the js to run the grid looks for information about the images and their size, it looks for srcset because that’s standard now and it’s not able to collect when the images are loaded properly because it’s missing.Here is a css trick that will remove the issue.
@media (max-width: 767px) { .kad_product_wrapper .kad_product { position: static !important; } .kad_product_wrapper { height: auto !important; } }BUT, I suggest you consider changing your image sizes so they match what you upload and use srcset. Or using one of the image ratios you can enable in your theme options shop settings. This will make your images clear and not so blurry on any HD screen.
currently, you are setting the size to 170×255. To match the ratio you are uploading images at you would need to use 170×275
Ben
In forum: Ascend ThemeTopic: Video Blog Post Summary
Is there anyway to make the videos not play on the category grid? I only want videos to be playable via the actual post page. One workaround I found is to set the summary and head content to image, but I really need the video thumbnail to display. Similar to YouTube.
Don’t play videos on a page like this: *Login to see link
Let me know if it’s possible. Thanks!
In forum: Virtue ThemeApril 5, 2019 at 4:55 pm #222247Hey,
Thanks for getting in touch, I think you would need to talk with Shopify support though. We, unfortunately, don’t offer support for Shopify sites.Briefly looking it appears you need to add “post-large–one-half” to your grid item classes.
Ben
In forum: Membership ForumsIn reply to: blog post excerpt spacing
In forum: Virtue ThemeIn reply to: Image look on multiple devices.
Hey,
It may be easier for you to use the Featured page template and then add your staff posts via shortcode. Or if you want to continue the route you have, you can play around with this css to adjust the position of the image on different screen sizes:@media (max-width: 468px) { .page-template-page-staff-grid .titleclass{ background-position: 50% 90%; } } @media (min-width: 468px) { .page-template-page-staff-grid .titleclass{ background-position: 50% 40%; } }Hope that’s helpful!
Hannah
In forum: Membership ForumsIn reply to: Ascend Carousel: line below each post
March 25, 2019 at 2:50 pm #220927Hey,
You can use this css:.blog_item.grid_item .post-grid-footer-meta { border: 0; }Ben
In forum: Virtue ThemeIn reply to: Post Summary Styling
March 22, 2019 at 8:30 am #220676Hey,
There is a bunch of p tags breaking up the page. This happens when one is left open. Or when some auto-wrapping is being added at the end of building the content.I can’t really tell you what is creating the issue without being able to see the backend settings. Can you send a temp login. You can use “set as private reply”.
When using a carousel widget all the images are cropped square. But we have a new block in Kadence Blocks Pro (included with virtue premium) that lets to have more control over a post carousel. It has built-in options for other ratios. You can see a demo here: http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/
Ben
Site: virtualmgs.com
Hi… On my portfolio page the portfolios are showing up as invisible links until you touch them with a mouse (virtualmgs.comportfolio). I am using the portfolio shortcode – [portfolio_posts orderby=title style=”pgrid” columns=2 items=4 ratio=”square” lightbox=true showtypes=true type=sites]. I have two portfolios and will never have more. I would like them to be displayed side by side (two columns) as images that can be clicked on to go to the actual portfolio item.
Thanks
In forum: Virtue ThemeIn reply to: Testimonial customizations
In forum: Virtue ThemeIn reply to: Testimonial customizations
March 20, 2019 at 4:54 pm #220512On the single testimonial posts you can hide the title with css:
.single-article article.testimonial h1.entry-title { display: none; }But it sounds like you don’t want to link to those which is fine, so where are you adding the testimonials as a grid our carousel?
In forum: Virtue ThemeHi team,
I had a great display of testimonial posts using the “testimonial grid” page template and setting the word count to 30 words.
However, that template doesn’t show a featured image and the client asked for one.So I have tried the “feature” template with a featured image and it looks great.
I’ve added the shortcode [testimonial_posts items=0 columns=3 cat=full] to display the testimonial posts, but I loose a lot of the character the page had previously as I can’t see a way to limit the number of words. So each post appears in full.Is there a way to limit the word count using the shortcode?
If not, please can you suggest a different workaround?
Many thanks,
Phil. -
AuthorSearch Results


