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: Blog featured image is cropping to landscape
April 13, 2016 at 12:54 am #90431Hey,
So the blog layout you are using calls for images that are landscape. 410×270 and with your css it’s making it only 250 wide but with that layout it’s supposed to be landscape images.The reason your other images are square is that they are not at least 410px wide so it the image isn’t large enough for the crop size then they are just outputted as is.
What you can do is use the blog grid shortcode instead of the home blog then your images will be outputted as square.
[blog_grid columns="2" items="4"]as for the single post page in the post settings you should see a width and height.. there set the width and height to be the same. For example add 600 in each.
Ben
In forum: Virtue ThemeIn reply to: Revolution Slider Mobil – Not Responsive
Ben,
My grid size for all devices (desktop, notebook, tablet, and mobil) are all set as “Auto Size”
Under the “slider settings” tab in Revolution Slider I just filled in the slider title and short code area, everything else I left as its default options.
How can I go about posting a temp login for you?
Sorry, I’m a bit new to this whole thing!
Best,
Zachary Thornburg.In forum: Virtue ThemeIn reply to: Revolution Slider Mobil – Not Responsive
April 12, 2016 at 12:31 pm #90345What is your grid size? If you are using a custom grid size for mobile turn that off.
Else can you post a temp login?
Ben
Problems I found:
1. In portfolio page, I created Two Column Offset Left, and in second column I entered
<div class="pcbelow">
<h3> Info </h3>;
<ul class="portfolio-content disc">
<li> Item </li>
<li> Item </li>
<li> Item </li>
<li> Item </li>
<li> Item </li>
</ul>
</div>It’s very good, but in frontend html, below content, another empty
<div class="pcbelow">
<ul class="portfolio-content disc">
<!--Portfolio-content-->
</ul> </div>automatically is showing, even on empty page content !?
Here is the screenshot
2. On portfolio page, navigation “portfolionav clearfix”, clicking on grid icon, non-existing page appears. ( I was created several portfolio pages, same type )
(I have alredy opened topic at wordpress support forum about these problems for Virtue free. *Login to see link
Thanx
In forum: Pinnacle ThemeIn reply to: search issue
In forum: Virtue ThemeIn reply to: Portfolio Layout
April 8, 2016 at 11:32 am #89804When showing a portfolio post you can have the beginning of the excerpt show with the post title. That would be one way to show more information with a portfolio grid. Just make sure to add all some content in the excerpt.
But really I think you would be better off looking into a plugin that added a custom post type that more did what you’re wanting then trying to force the portfolio into something that wasn’t the original intent. Here is an example of a plugin: https://wordpress.org/plugins/store-locator/
Ben
In forum: Virtue ThemeIn reply to: Testimonial Grid
Hey Jenny,
There isn’t a built in option to have a sidebar on the testimonial grid page. What you could do is use the sidebar template then add your testimonials via shortcode like this:[testimonial_posts orderby=date items=8 columns=4]
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Blog Options
Dear All,
sorry but now Version of Hannahs code have Show the blogpost in 1 line ( Picture and words )
The normall bloggrid on the landigpage cant be use because I have 2 Blogs and dont want to mix them up
So is where a possibiiy if yes what I have to do ?
Many thanks
Jenny
In forum: Virtue ThemeIn reply to: Recent Blog Post Plugin
April 4, 2016 at 9:27 am #89022You can use the virtue: carousel widget in pagebuilder or a shortcode. for example:
[carousel type="post" items="3" columns="3"]or a grid shortcode:
[blog_grid items="3" columns="3"]See here: http://docs.kadencethemes.com/virtue/#shortcodes
Ben
In forum: Pinnacle ThemeIn reply to: Mobile Menu
In forum: Virtue ThemeIn reply to: Post grid not working correctly
In forum: Virtue ThemeIn reply to: Recent Blog Post Plugin
What are you setting for the height in the shortcode?
It was set to 400. Adjusting to 450 corrected the issue.
But……
You should really consider just using the virtue carousel or blog grid shortcodes.
If there was any option in virtue to do the same thing, pull the latest blog posts to the bottom of any page I wanted, in the same way, I’d 100% prefer to do that.
How could the carousel or blog grid shortcode (I’m not familiar with either) be used to such an effect?
In forum: Virtue ThemeHi Hannah and Ben,
I have two problems with which I need a little help:
1) I am probably missing something extremely obvious here, but I can’t get the posts grid working properly on my homepage. All I seem to get is a tiny thumbnail of the featured image that I have set, how do I (a) display a larger thumbnail, and (b) also display the title and a snippet of text, like on the Virtue demo homepage?
2) I have a weird box at the bottom of my homepage that changes colour when I hover over it and I have no idea what is causing it…I would like to get rid of it if possible! Can you see anything that might be causing this!?
When you reply I can private message you login details as maintenance mode is on at the moment.
Many thanks,
Simon
In forum: Virtue ThemeIn reply to: staff page problems
March 29, 2016 at 1:48 pm #88237The images are all differnet because you are uploading theme all at a differnet size?
And the theme isn’t making them all the same size because they are all smaller then the size it would look for. Since it’s a three column layout the width would be set at 366px so even if you make the height smaller then the images the theme can’t crop because it would be looking for images at least 366px wide.
But if you’re stuck with what you have you can set a max height like this (add in theme options > advnaced settings):
.grid_item.staff_item img { max-height: 120px; }In terms of pagination because a single staff post uses “staff” as the slug you just need to make the page slug anything but “staff” for there to be a page two. For example, I changed to our-staff and you can see it working.
Ben
In forum: Virtue ThemeIn reply to: Blog Page Questions
March 29, 2016 at 11:03 am #88184Grid for a page is set in the page itself. Use the blog grid page template.
The theme options is for categories like http://www.ckmartialhearts.com/category/announcements/
I would suggest turning sharing off for the page itself. It’s going to be hooking on the “page content” which is placed above the post loop. I think you would be better to have sharing buttons in each post so the posts can be shared rather then the blog page itself.
Ben
In forum: Pinnacle ThemeTopic: Blog grid
Hi,
These forums are awesome! Thanks everyone for being so patient with me as I get up and running. I have another issue hopefully someone can help me out.
I’d like for my posts page ( *Login to see link ) to be in the blog grid format with three columns. Each image should be the same size, and display the following:
IMAGE
Category
Blog title
subtitleAdditionally, I would like the text centered under the image. Is this possible? I seem to be striking out with every attempt I make to configure the settings properly.
If coding is necessary, please speak very simply, as I’m brand new to this. Thanks!
Nick
In forum: Virtue ThemeIn reply to: Pictures in the footer -recent projects
In forum: Virtue ThemeIn reply to: Pictures in the footer -recent projects
March 26, 2016 at 6:35 pm #87868That is a “virtue: post grid” widget. You can see on your widgets page. It adds a grid of either portfolio posts or blog posts.
Ben
In forum: Virtue ThemeIn reply to: Testimonial display
March 23, 2016 at 11:41 pm #87413Do you want a grid a testimonials? A carousel isn’t a good way to show 41 posts, thats not common for people to want to scroll through that and would be a heavy load on the page.
Ben
-
AuthorSearch Results


