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: Pinnacle Theme
In reply to: Spacing problems
February 29, 2016 at 3:45 pm #83668The images aren’t large enough.
The template is calling for 560x414px based on the ratio and columns.
Your images are 600x397px. And so they are not cropped to the correct size because the are not at least the size of the crop.
Because your lazy loading images the sizing gets thrown off because they are not there for the browser to check.
I think you issue would be solved by turning off the lazy load.. (with so few images it would give a better experance then having to load as your scroll) or by uploading larger images so they can be sized properly.
Ben
In forum: Virtue ThemeIn reply to: Make wide text widget with icons
February 29, 2016 at 11:19 am #83558Hey,
1.
You can make the whole page using pagebuilder… just make the home content one row showing your “copy” then the next row add a virtue: carousel widget. Last row add in 4 columns with the visual editor widget adding the “virtue shortcode” icon box.2. you are setting the background for the row right not the widget. Those are different.
Ben
In forum: Virtue ThemeIn reply to: WooCommerce Customisation
Hi Alex,
1. You can add this to your custom css box in Theme Options > Advanced Settings:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }2. Sorry, not sure what you mean. All your gallery images are already displayed right there. How would you slide between them? Could you link to an example?
3. I think breadcrumbs is what you want. You can enable this from Theme Options > Breadcrumbs.
4. There isn’t a built in option to change this. You could add a shortcode into your product description tab from the individual product pages and disable the related products carousel from Theme Options > Product Settings. The shortcode would look like this:
[carousel type=cat-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=shirts]Hope that’s helpful!
HannahIn forum: Virtue ThemeHi,
We want to show spareparts related to the product.
We use the following code [carousel type=cat-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=karusell-bioclear-5000]
When we put the code in the product description, everything works perfectly. See *Login to see link
But we would like to have it under the tab Spareparts. But it does not appear.
Are we doing something wrong or is it not possible to do it this way.Thanks in advance
Fredrik
In forum: Virtue ThemeTopic: Blog posts shortcode options
Hi,
I am trying to style my blog post with the shortcode for blog posts: [blog_posts items=”4″ orderby=”date” cat=”nyheter”]I want just one post per row, but I cannot change that – or?
I’ve tried [blog_posts items=”4″ orderby=”date” columns=”1″ cat=”nyheter”] but it doesn’t work.Any suggestions?
Regards from Åsa
In forum: Virtue ThemeHi Ben, thanks for you answer.
I followed the steps what you given. Still I cannot see the New font on Typography.When i manually add the query into CSS filed on Custom CSS Box, Font picks up and works.
The Steps in link says different and its not working. please help
/*
Theme Name: Virtue Premium Child
Theme URI: http://example.com/virtue-premium-child/
Description: Virtue Premium Child Theme
Author: John Doe
Author URI: http://example.com
Template: virtue_premium
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout
Text Domain: virtue-child
*//* Theme customization starts here
————————————————————– */@font-face {
font-family: ‘futura_md_btmedium’;
src: url(‘http://www.finefarmer.com/wp-content/themes/virtue_premium_child/fonts/futura_medium_bt-webfont.eot’);
src: url(‘http://www.finefarmer.com/wp-content/themes/virtue_premium_child/fonts/futura_medium_bt-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘http://www.finefarmer.com/wp-content/themes/virtue_premium_child/fonts/futura_medium_bt-webfont.woff2’) format(‘woff2’),
url(‘http://www.finefarmer.com/wp-content/themes/virtue_premium_child/fonts/futura_medium_bt-webfont.woff’) format(‘woff’),
url(‘http://www.finefarmer.com/wp-content/themes/virtue_premium_child/fonts/futura_medium_bt-webfont.ttf’) format(‘truetype’),
url(‘http://www.finefarmer.com/wp-content/themes/virtue_premium_child/fonts/futura_medium_bt-webfont.svg#futura_md_btmedium’) format(‘svg’);
font-weight: normal;
font-style: normal;}
body, h1, h2, h3, h4, h5, #nav-second ul.sf-menu a, .kad-nav-inner .kad-mnav, .kad-mobile-nav .kad-nav-inner li a, .nav-trigger-case {
font-family: ‘futura_md_btmedium’ !important;
}In forum: Virtue ThemeIn reply to: Make wide text widget with icons
February 25, 2016 at 5:24 pm #83107Hey,
You can use pagebuilder, create a row with 4 columns, in the row layout set the row style to full width. Then add the icon box to each column.See here: https://www.kadencewp.com/using-page-builder-virtue-premium/
Ben
In forum: Virtue ThemeIn reply to: Staff info display
Thank you for your help. I did update the theme, but I am still at a loss.
I do not see an area to choose “show content” vs “show excerpt”. I do not see a way to make the featured image link to the staff post vs. a lightbox image.
The excerpt actually displays nicely (with a space between the person’s title and content), but then there is no read more link.
I am also going to need to display two staff members in one row, centered, and the other 3 in a row below, centered. All photos need to remain a fixed size – I do not want the photos in the row with 2 columns to be larger than the photos in the row with 3 columns)
Trying to display them by category did not work – those in the “leadership” category did not show up. Only the “Staff” category displayed.
Please advise, my head is starting to spin with this….
Thank you so much.
Heather
In forum: Virtue ThemeIn reply to: Help Updating to Premium theme
February 24, 2016 at 1:55 pm #82858Hey,
In the page where you use the portfolio grid template you should see an option to turn on the filter. It’s part of the page options where you would set the columns.Ben
In forum: Virtue ThemeIn reply to: Full screen option
In forum: Virtue ThemeTopic: CSS to fix blog summary page
I have turned the sidebar off but the blog summary page is still showing blank space for the sidebar. That is it is reserving 3 columns for it and allocating the rest 9 to the blog summaries.
How do I make the blog summary fullwidth?
Link can be provided confidentially.
I am using a thick padding for the content.
@media (min-width: 992px){
.single-article article {
padding-left: 76px;
padding-right: 76px;
}
[itemprop=”mainContentOfPage”] {
padding-left: 76px;
padding-right: 76px;
}
}In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Text below footer area?
February 22, 2016 at 12:43 am #82441I can think of one possible workaround without using a child theme but it depends on how many footer columns you want? Are you wanting more then three?
Can you post a link to your site?
BenIn forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Slider Shift to far right of the website
Hey,
I would actually recommend setting your homepage as a static page (settings > reading) and use page builder to create columns, one with your slider and another with your images.
See these tutorials-
https://www.kadencewp.com/using-page-builder-virtue-premium/
https://www.kadencewp.com/creating-a-home-page-with-virtue/
Hope those help!Hannah
In forum: Pinnacle ThemeIn reply to: Single portfolio post problem!
In forum: Virtue ThemeIn reply to: portfolio layout in Chrome
Ben,
I’m sorry – I didn’t understand your question. Yes, I do have a large header and that seems to be working. I just scrolled down to get the screen shot so you could see what I was talking about. I don’t believe I have any extensions activated in Chrome but I’ll check. Does it work OK on your browser? It seems to me that it shouldn’t be lining up to one column when I have specified two and two columns show up in the other browsers.
Linda
In forum: Pinnacle ThemeHey,
I have face an problem in single portfolio post page. I have used the page builder to make 2 columns page which are left65%and right35% and in the “Portfolio Post Options,I have choose “beside 33%” option. And For “Project Options” I have used “none”. Columns: Four Column. finally, the result is the left and right margin are too wide especially in mobile view! how can I set the left,right margin? Thank you for your teaching!Best regards
ReggieIn forum: Virtue ThemeIn reply to: Creating woocommerce product category page
February 19, 2016 at 4:23 pm #82098You can see all the shortcodes here: https://docs.woothemes.com/document/woocommerce-shortcodes/
You need:
[product_category per_page="12" columns="4" category="adidas"]Ben
In forum: Virtue ThemeTopic: Site is messed up
After the latest updates my site is totally messed up.
Peters groenten en fruit
I cannot find what the problem is.
All the products are pushed against the left side, they should be in 2 columns
My categories are only text instead of images.
I cannot click on my products anymore to vieuw more information.Tried deactivating all the plugins, didn’t help.
Tried removing my adjusted css, didn’t help.I dont know what to do anymore, so please help me
-
AuthorSearch Results


