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: Organizing multiple porfolios to navigate correctly
May 7, 2015 at 11:19 pm #40022Yeah so in each portfolio post you can set what page will be the grid link, it’s the portfolio parent page… see here: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
In the portfolio page you can select a specific category to show on the portfolio grid but that doesn’t determine anything for the single post pages.
Ben
In forum: Virtue ThemeIn reply to: Organizing multiple porfolios to navigate correctly
In forum: Virtue ThemeIn reply to: Organizing multiple porfolios to navigate correctly
May 7, 2015 at 8:27 pm #40005Hey,
So in the theme options > portfolio settings. You can make the portfolio post navigation say within the category.As for the grid icon you can change the link for that in each post. It’s in the post settings.
Ben
In forum: Virtue ThemeIn reply to: category page
May 4, 2015 at 11:54 am #395341. You don’t have an option to have a different post count on categories as your main blog loop (home). So you can increase the post count then add a shortcode just for the home page and not use your main loop but note that you will not get pagination with a shortcode so if you go that route you will not have the pagination at the bottom of your home page.
Your only other option is to make custom “category” pages. Meaning you create an actual page and use the blog grid page template, then you can specific your post count and what category you want to show. But note with this all your “category” links will not link to your custom page.
2. Your issue is that you have a open div tag. make sure you didn’t make a div tag in the page content of in the plugin settings and not close it out.
Ben
In forum: Pinnacle ThemeIn reply to: No "lost password" recovery function
April 30, 2015 at 10:01 am #39174Hey,
1. Your home page is with the cyclone slider and you are setting the width to be 1140px. You have to set the slider to “full” in the settings. I did as an example.b. The shop page you have uploaded an image that is 1140px wide so if you want to force it to cover the space you have to check the background cover option. same is true for your contact page.
2. In the theme options > page title. Just set a default background image.
3. Not sure what box your referring too? You can add a social sharing icons with a plugin like this: https://wordpress.org/plugins/simple-share-buttons-adder/
4. Are you talking about other then products? You can add content to this page just by editing it: http://www.infinitee.org/wp-admin/post.php?post=11&action=edit
5. I’m not aware of any free ones that are great, mailchimp is free to 1000 email accounts. MailPoet and SendGrid are two others. I think both start free and have premium features.
6. Just want to give you a heads up you have jetpacks photon enabled. I strongly suggest disabling. It will break a lot of image sizing that the theme can do for you and in my experience it’s much much slower then loading form your own site.
Ben
In forum: Virtue ThemeIn reply to: Blog Archive Settings Not Changing
Hi Michael,
So just to be clear on what settings you’ve changed… Have you selected the blog grid page template for the blog page? There should be an option under Blog Grid Options to turn the sidebar off. As for the featured image you should be able to select that in theme options > blog options under Blog Post Summary Default.
Let me know if you’ve selected these settings and it is still not changing.Hannah
In forum: Virtue ThemeSite: *Login to see link
WP 4.2.1
Virtue: 3.0.4I don’t seem to be able to change the blog settings on my site. If you click the above url, on my browser I get a traditional featured image with summary, plus a short sidebar with shop categories.
In the settings, it should format to a grid setting with blog categories and recent posts, but I can’t see these.
Is it my system (I have cleared cookies, used other systems etc…), or is there an issue. Any help much appreciated
In forum: Virtue ThemeIn reply to: Page Content Options – Static page
April 25, 2015 at 1:04 pm #38755Hey,
There isn’t a widget or shortcode that can create pagination. So you have have a grid like that but it won’t have the option for clicking to the next page below the posts.If your just wanting to add some content into the page use the “home page widget area” in the theme options > home layout.
Then set to the visual editor widget on the appearance > widgets page.
Ben
In forum: Virtue ThemeHi there,
we added some tags to each blog post.
When clicking on the tag it opens up a new page, which shows the blog posts in the normal blog template.
We would like to change the appearance to a blog grid template.
Could you tell us how to do that, since we can’t seem to find an option to change the layout of the tag page?Thank you in advance.
In forum: Virtue ThemeIn reply to: Add color icons to Home pages
April 23, 2015 at 10:46 pm #385451. You don’t have to show the featured image on your single post page. You can set the header option to none. Also you can set the size you want the image to be (assuming it’s large enough) in the post settings.
2. Theme options > home layout.. scroll to the bottom. Set your Latest Post Display to full. and turn off the grid.
3. Theme options > menu settings. Go to the secondary menu settings. the last option in that section is “Secondary Menu Item Size” set that to seven or eight.
Ben
In forum: Virtue ThemeHi,
Instead of displaying the Caption below the image in portfolio grid (as achieved by the code below, taken from a similar support forum post)
.portfolio_item .portfoliolink {
position: relative;
top: -2px;
opacity: 1;
}How can the Excerpt or Value 01 Description be displayed instead?
Thanks!
In forum: Virtue ThemeHello,
I’ve looked through the forums, support and tutorials but still can’t sort this problem…although I’m sure I’m missing something obvious! My portfolio projects are not appearing in my portfolio page *Login to see link
I have created the portfolio type ‘Photography’ and two portfolio projects for this type. Both projects are ‘image grid’ format with ‘image slider’ selected for the project summery. I have not set a featured image, and as there is no option to select what images appear in the slider i assume it will be the images contained in the post which i am happy with.
For the portfolio page i have selected the template: ‘portfolio grid’ portfolio work type: Photography, and filter: ‘yes’
I have chosen this portfolio page as the ‘parent page’ in both my projects.I have tried refreshing and saving the permalinks in settings.
Where do you think I have gone wrong?
Thanks in advance,
KirstyIn forum: Pinnacle ThemeIn reply to: Blog Post Order
April 17, 2015 at 10:51 pm #37834Yeah so Masonry goes by height so the 4th post on that page would be in the middle of the second row. Think of masonry as pinterest, It’s not meant to be about an order.
But if you need left to right then you can use this css to set everything to the same height so they all sit in equal rows and you don’t have masonry effect.
#kad-blog-grid .blog_item { min-height: 440px; } @media (min-width: 1200px){ #kad-blog-grid .blog_item { min-height: 370px; } }Ben
In forum: Virtue ThemeIn reply to: shop images
April 16, 2015 at 9:28 am #37640If you have “animate in” off then your seeing the products before the script can run and position them. This really means that all your products are different sizes. If you can post a link I can give you css to make them all the same size so they will be in a grid before the script has to run.
Ben
In forum: Virtue ThemeHey guys,
I’m hoping you can help me customize my secondary menu and page settings a bit more.
This is my current page,
and I’m trying to match this one.Secondary menu settings:
1 – If you look closely, you’ll see that the PORTFOLIOS and ABOUT links are somehow scrunched together and their horizontal spacing is off. Any idea why?
2 – On the ARCHIVE sub-menu, I need to get all the sub-links on one row and centered. Is this possible?
Page settings:
3 – How to add the gray background color?
4 – I need to reduce my page margins (left and right) on the entire site.
Blog: (here)
5 – With the Blog Grid template, is there some way to display the post feature image?
Sorry if that’s a lot to troubleshoot.
This should be all I need help with before the site is complete!Thank you so much! I really appreciate your help!
Seth
In forum: Virtue ThemeIn reply to: Rearrange the order of blog posts
April 14, 2015 at 2:00 pm #37472It’s not strange if you think about the order as being highest to lowest not left to right.
You can set min-height for your posts which will force them into rows and not have the height thing. Like this:
@media (min-width: 767px){ #kad-blog-grid .blog_item { min-height: 400px; } }Ben
In forum: Virtue ThemeIn reply to: Rearrange the order of blog posts
April 14, 2015 at 1:45 pm #37464Clare,
the blog grid is set by how high in the page the post is. Not by rows left to right. It’s like pinterest. Can you post a link?Ben
In forum: Virtue ThemeHi,
I’ve set my blog page to the ‘Blog Grid’ page template and I’m wanting to swap around the order of two of the blogs I posted a few weeks ago. I’ve tried changing the publication dates, but the order remained the same.
Is there a way to change the order of posts?
Thanks
In forum: Pinnacle ThemeHi everybody!
I am trying to create a homepage where my first blogpost is very big and the rest of the posts are smaller and in grid format. But I am having so much difficulty finding a shortcode that displays my first post pretty.
For example this shortcode:
[blog_posts orderby=”date” type=”normal” columns=”1″ items=”1″]
The post is of gallery type format so the featured image is an image slider. But when I choose to only display one post, the slider gets a strange size. I have both portrait as landscape images in the gallery and when I use this shortcode, the slider becomes extremely tall so it resizes to the image size. I would really like 1 image size (landscape), and every image on my blog set as featured image (or gallery format post) needs to be resized to that same proportion landscape image and the portrait images need to be auto cropped. Cause this looks sloppy. I just can’t get it done.When I use this code:
[blog_posts orderby=”date” type=”grid” columns=”2″ items=”12″]
It does crop the portrait images as long as all the images are above a certain size.Is there any way to control the featured image size/proportions and a pretty way to display one post bigger then the rest with only a title and a featured image/slider? Right now I have set up a page with two rows. One row is 100% wide and has the first shortcode mentioned above. The second row has two columns and the left columns displays the second shortcode mentioned above!
Hope somebody can help me cause I am just about to pull out my own hair, just can’t figure it out 😉
Website
In forum: Virtue ThemeIn the footer, first column, I would like to the gap between the info box and post grid to be smaller. I want the post grid to be higher up.
Also, can I center the post grid widget in the column?
Thanks for the help! -
AuthorSearch Results


