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 'COLUMNS'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Custom 404 – Request for this Feature in Virtue
Hello, Ben, thanks for answering.
Although I did not wanted to manipulate 404.php I inserted some code.
Nothing special just a Woocommer shortcode to insert best selling products. It’s a one liner:<?php get_search_form(); ?> <h3 class="hometitle">Bestseller</h3> <?php echo do_shortcode('[best_selling_products per_page="12" columns="4"]'); ?>In forum: Virtue ThemeIn reply to: Featured products
There isn’t really any way to make the featured product carousel two rows. Maybe it can be done with a child theme, but I’m not sure.
You can use a shortcode carousel that has more items within it though. Here is an example.
[carousel type=featured-products orderby=menu_order columns=4 items=8 speed=9000 scroll=all cat=photos]You just have to add this shortcode to any text editor on your page, then it will appear within the area that you’ve designated for Page Content in Theme Options> Home Layout.
In forum: Virtue ThemeIn reply to: Footer widgets not showing
In forum: Virtue ThemeIn reply to: Footer widgets not showing
In forum: Virtue ThemeIn reply to: Portfolio shortcode displays wrong number of columns
In forum: Pinnacle ThemeIn reply to: iPad Overlapping Images
April 15, 2016 at 1:52 pm #90947Hey,
You can remove hannah’s css.You have set a fixed width for the items in css:
.flip-container, .back { width: 250px; height: 250px; }That is your issue. That is larger then the container when using a screen size like an ipad.
So I am going to suggest this css:
.flip-container, .flip-container .back, .flip-container .front { max-width: 250px; max-height: 250px; min-height: 250px; width:100%; margin:0 auto; }But to be clear this would not work perfect because on smaller screen you would have a gap now between the image on the text… So I’m going to also suggest you add this to make the columns 2 as you resize.
#pl-19 .panel-grid-cell .textwidget { text-align: center; } @media (min-width: 500px) and (max-width: 992px) { #pl-19 .panel-grid-cell { width:50% !important; float:left !important; padding:0 15px; } }Ben
In forum: Virtue ThemeIn reply to: Portfolio and Gallery Mobile Layout
In forum: Virtue ThemeIn reply to: Portfolio and Gallery Mobile Layout
Great thank you. I added this code to reduce the spacing between the cells in the portfolio.
.home-portfolio .p-item {
width: 33.33%;
float: left;
padding-left:2.5px;
padding-right:2.5px;
padding-bottom:2.5px;
padding-top:2.5px;
margin-bottom:0;
}it worked for the spacing between columns but there is still a large space between the rows…
In forum: Virtue ThemeIn reply to: banner
Hey Stephanie,
So what you can do is use a shortcode like this:[product_categories number="4" columns="4" parent="0"]
Just paste it in a text widget (appearance > widgets) within your home widget area. And ensure you have home widget area enabled in the homepage layout manager (theme options > home layout).
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Adding text below portfolio grid
Hey Judy,
Using a shortcode is going to be your best bet here. You can use a default template page and add your content into the visual editor as normal then add a shortcode like this below it:[portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true cat=photos]
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Staff Columns
April 13, 2016 at 11:12 am #90508Set it to two columns then add this css:
#staffwrapper { max-width: 700px; margin: 0 auto; }Ben
In forum: Virtue ThemeTopic: Staff Columns
April 13, 2016 at 10:50 am #90499Hello,
Is there a way to center these columns on the page? I want to keep the images to remain the same size as they do when there are 3 columns, but I really only need 2 columns centered.
I tried to look up an answer in the forum, but couldn’t. This is the page I’m working on: *Login to see link
In forum: Virtue ThemeIn reply to: Testimonial Excerpt
In forum: Virtue ThemeIn 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: Features image makes posts on home page disappear
April 12, 2016 at 5:44 pm #904011. It’s using the latest posts. You have the page content enabled. The options are different so you won’t see “in your home blog settings you can set the columns to two” it defaults to 2 when showing the “latest posts” module in free if there is no sidebar.
Premium also has the option to change the layout of the page content, something that free doesn’t.Ok the screen shot really helps here… In your home blog settings see how you are only showing “uncategorized” posts (which you don’t have any). You need to leave the “limit posts to a category” blank or on select. or you truly just want to show one category then select a category that has posts in it.
2. Sounds good
3. As a developer I just strongly suggest that being 6 months behind is a bit different then a guinea pig. Especially since security is the main reason for many updates. It’s the biggest most common way people’s sites are compromised.
4. Thanks, I’m not sure I understand what you’re asking though, or meaning. The order determines what order items are added to the home page. So icon menu would show first in this image. Is that what you didn’t know?
Ben
In forum: Virtue ThemeIn reply to: Features image makes posts on home page disappear
April 12, 2016 at 1:56 pm #90369I don’t see the option to choose the nr of columns – how can I share a screenshot with you?
The order in which the home page layout manager items are and what knowing the options really mean (doco?) made all the difference in getting the layout on the home page that I needed
In forum: Virtue ThemeIn reply to: Features image makes posts on home page disappear
April 12, 2016 at 11:53 am #903281. What do you mean by right order? There is documentation on the home page here: https://www.kadencewp.com/creating-a-home-page-with-virtue/
2. In your theme options > home layout. Enable “latest posts” then in your home blog settings you can set the columns to two.
Or if you want to keep using the main loop with the page content you can change the layout on the bottom of your theme options > home layout page.
BenIn forum: Virtue ThemeHi all,
I use 4 Footer Columns, 3 of them contain Navigations. ‘Cause some of the link titles are very long (they have to due to legal requirements), they are wider than the coloured fields in the background. How can I increase the field width for not having to use a very small font size for the link text?
Thanks a lot,
Chris
In forum: Virtue ThemeI have the Portfolio page set to portfolio grid, 3 columns, and 15 items per page. The number of actual portfolio items exceed that so at the bottom there are numbers to click on to go to page 2, as well as an arrow. Using either one of these presents a page not found. The URL changes to portfolio/page-2, and there is no page set up with that name/URL.
WP V 4.4.2
Theme V3.5.8How to fix?
Thanks.
In forum: Virtue ThemeI would like to hide the text and the title only this block partners. following website link *Login to see link (I am using this code [carousel type = post orderby = date columns = 8 items = 11 = 10 word_count speed = 5000 = scroll all cat = partners].
Thank you
-
AuthorSearch Results


