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
It appears that you’re not using the theme’s portfolio feature. You haven’t added any portfolio posts, and the Portfolio Grid template has nothing to output.
I don’t know how you’re configuring the portfolio, but here is a tutorial on the Theme’s portfolio feature:
https://www.kadencewp.com/creating-a-portfolio-page/If you prefer to use whichever plugin that’s creating the portfolio on your site, you’ll have to contact the plugin support to figure out what the issue is.
If you’re unsure of which plugin is controlling the portfolio, you can deactivate all of your active plugins one by one until you find which is outputting the portfolio items.
-Kevin
In forum: Virtue ThemeIn reply to: Custom separators
Couldn’t edit, I apologize for double post, but I have an additional question as well.
Some of my layout I’ve created using a home page. I can easily change titles from H3 to H2.
Some other elements I’ve added through home widget area, but still I can change titles from H3 to H2.
What about things I’ve enabled through home layout in theme options. Is there a way to have portofilo grid and recent articles in H2?Thanks,
RichardIn forum: Virtue ThemeIn reply to: [img_menu] gives blurry images on Mobile smartphones
August 8, 2017 at 4:54 pm #154169Hey,
I’m not sure where my response went from your previous questions because I remember typing it out. But anyway. I was talking about the height setting that is just below the screen shot you took. If you’re still using 4.0.4 then you have much large issues you should be worried about. WC 2.6.14? What plugin is worth keeping your site so behind?And the reason you’re seeing the post grid widget the way you are is simply because you are using a very old version of the theme. Just need to update and that would already be retina supported.
Image menu code: https://gist.github.com/britner/a5341ff32f4beef70359acc3d9c38349
Ben
In forum: Virtue ThemeIn reply to: image grid in Portfolio not working everytime
August 2, 2017 at 11:53 am #153632Hey,
In your portfolio post scroll down to the “portfolio slider images”
http://docs.kadencethemes.com/virtue-premium/portfolio-posts/add and edit and do what you like with the images there. Those are what will appear in your post for the grid settings.
Since you’re not adding anything there it’s pulling from the posts “attachment” which basically just means images that were uploaded while you were editing that post.
Ben
In forum: Reply To:August 2, 2017 at 10:14 am #1536032. Sorry, I tried to explain that if you want items to be set by “Column” then the shortcode layout is your option to do that. You can’t have the layout of demo 6 and have that set to columns.
So either be ok with posts not being set by columns and use the post carousel.
Or use the shortcode and have your posts output like a blog grid with defined columns
Or find a plugin or widget that does what you want.
Does that make sense?
Ben
In forum: Pinnacle ThemeIn reply to: footer column 4
In forum: Pinnacle ThemeIn reply to: footer column 4
In forum: Virtue ThemeHello Ben/Hannah/Kevin,
Warm Greetings. Have 4 different queries.
Any help will be much appreciated. Apologize for posting all of them in a single thread.1. It seems that “Thumbnails” in my Portfolio Grid page is not “Sharp” as it supposed to be. It is somehow Blurred/not sharp. Here is the LINK.
2. Is there any CSS for showing the “Portfolio page Title” on Top of the Thumbnails ( Preferably in White transparent Text/or any) as a FIXED Text. Currently it is below the Thumbnails based on some previous CSS already implemented.
3. Portfolio Type :- Is there any CSS where I can make the Current Portfolio Types is in Bold/Highlight/prominant based on the Different portfoilo post. For example, in the default page “ALL” will be in Bold/Highlight state. As and when I change the Type, it will became Bold/highlight and the corresponding Portfolio Posts will shown up below.
4. Can I change the Portfolio Type “All” to “ALL” i.e wording in Caps.
Thanks,
AriIn forum: Pinnacle ThemeIn reply to: how to adjust blog post type " normal"
Hi Kedence Team,
in my homepage (www.famousagriculture.com) under “RECENT” section,
1. i wish to adjust the blog image from square to rectangular
@media (min-width: 992px){
.postlist article .col-md-5 {width:30%;}
.postlist article .col-md-7 {width:70%;}
}
i have tried this css, but it just can’t help.2. i try to use the below css to delete the thicker line under “RECENT” blog post, but it can’t work
.kad-blog-grid .blog_item {
box-shadow: none;
}please help.thanks
thanks
In forum: Pinnacle ThemeIn reply to: How to increase the size of blog post in home page
1. One option would be to add the posts via shortcode. You could set it to display 1 column and it should be full width:
[blog_grid orderby=date items=1 columns=1]2. Try adding this CSS to Theme Options> Custom CSS and let me know if this is what you want:
.homecontent .kad-blog-grid .blog_item .postcontent { display: none; }3. This CSS will remove the bottom line from your posts:
.kad-blog-grid .blog_item { box-shadow: none; }Let me know if this is helpful for you!
-Kevin
In forum: Virtue ThemeIn reply to: feature staff on home page
Hey Jessica,
An easy way to add a staff grid to your home page would be through the use of the use shortcode.
Using page builder, you would simply add visual editor widget to the area that you’d like the staff posts to display. Then, within the widget, you’ll want to add a shortcode like this one:
[staff_posts orderby="date" items="4" filter="false" link="true" columns="4" height="200"]Feel free to adjust the shortcode as much as you like. here is more on shortcodes in the theme:
http://docs.kadencethemes.com/virtue-premium/shortcodes/Also, realize that when you add to the page content for your home page, you control where this appears by going into Theme Options> Home Layout, and moving “Page Content” to the desired part of the active column.
You could also add this to your home widget area by going to Appearance> Widgets, and adding the Visual Editor widget to the Home Widget Area.
Let me know if this works for you!
-KevinIn forum: Virtue ThemeJuly 22, 2017 at 5:00 pm #152649I noticed that there is a separate portfolio section on my left sidebar which gives you options of: All Portfolio; Portfolio Type, Portfolio Tags. Do I have do
use that part?Yes, So a portfolio grid shows portfolio posts.
Think of how your blog page shows blog posts. You have to make portfolio posts and assign featured images to those posts for you to have a portfolio grid.
If all you want is some photos in a grid then you can use a gallery and that through your page content.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Show only image for blog posts on homepage
July 20, 2017 at 11:03 pm #152484So the best thing would be to disable the “latest posts” you’re adding through the theme options > home layout and enabled the home widget area. Then in your appearance > widgets add this shortcode to a text widget:
[blog_grid columns="3" items="6"]Then you would have a grid where the images would be next to each other. And you can hide all the content below with css.
#kad-blog-grid .blog_item .postcontent { display: none; }Add that in your theme options > advanced settings > custom css box.
Ben
In forum: Virtue ThemeIn reply to: Show only image for blog posts on homepage
Oops, sorry, how about this: https://thetimedoc.co/
I’m not sure what you mean by adding posts as a blog grid… I am referring to how I have the “latest posts” on the homepage, where they are showing up currently with dates, titles, and excerpt. I would like to show only the featured image.
In forum: Virtue ThemeIn reply to: Show only image for blog posts on homepage
July 20, 2017 at 9:14 pm #152477Hey, can’t seem to get your site to load? Are you adding posts as a blog grid?
Ben
In forum: Virtue ThemeHi! I can’t figure out what settings I need to change to hide the date, title, and excerpt of each blog post when it shows up on the homepage. Basically, I only want the featured images of the blog posts appearing there in a grid, nothing else.
Here’s the link to my site: thetimedoc.com (I only have the featured image for the latest blog post for now, but they all have images like that that I’ll eventually put in).
Thanks for any help!
In forum: Pinnacle ThemeIn reply to: How to filter blog grit by categories
July 18, 2017 at 12:03 pm #152211ok, I’ll try and figure out why, for now, you can use a shortcode:
[blog_posts orderby=date items=10 type="grid" cat="photos"]Ben
In forum: Virtue ThemeIn reply to: Blog post grid: only photo and title
In forum: Virtue ThemeIn reply to: Blog post grid: only photo and title
-
AuthorSearch Results


