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: Editing the footer
February 2, 2016 at 7:14 pm #79321It works perfectly!!!
Just one thing more… Could I achieve to make a footer menu widget in two columns, in order to get a not so high footer?
Tiresome member, isn’it? always asking for rare things,I know forgiveme. I’am just a rookie.
Thank you very much Hannah, for your time and patience.In forum: Virtue ThemeIn reply to: menu opening in 4 columns
February 2, 2016 at 2:18 pm #79234Hey,
1. Check here: https://www.kadencewp.com/building-displaying-menus/You should see the check box in your menu item for setting up the fullwidth.
2. There isn’t a theme option for adding an image into one of the columns. It’s possible with css but for me to help with that I would need a link to the image your wanting to use.
BenIn forum: Virtue ThemeIn reply to: products category in homepage, add column
February 2, 2016 at 1:53 pm #79216Hey,
So in the shortcode you change the columns=”5″ see here: https://docs.woothemes.com/document/woocommerce-shortcodes/Ben
In forum: Virtue ThemeTopic: menu opening in 4 columns
In forum: Virtue ThemeIn forum: Virtue ThemeSorry, now that I’ve entered the right category homepage I would change the number of columns in the category “Scarpe da running”, from 4 to 5 or 6, how can I do?
I put a link to understand
*Login to see linkIn forum: Virtue ThemeIn reply to: Portfolio option missing
February 1, 2016 at 6:41 pm #79031Hey,
[portfolio_posts columns="5" items="10" cat="multicoloured"]http://docs.kadencethemes.com/virtue/#shortcodes
Ben
In forum: Virtue ThemeIn reply to: Flex slider + Split content widget
February 1, 2016 at 11:52 am #78895Hey,
Just to be clear you can’t have a slider using the split content widget. You can use pagebuilder to add two columns and place a slider in one but the split content widget doesn’t have a slider option.Ben
In forum: Virtue ThemeIn reply to: change woo commerce button
February 1, 2016 at 10:24 am #78852Hey,
1. What do you consider to be a checkout symbol? You can add a symbol using the topbar icon menu, there you will see all the built in options. are you looking for something other then one of those?2.
.products div.product { border: 2px solid #000; }3. Use the featured product carousel. If you choose three columns then it won’t even carousel it will just show the three items you’ve made as featured.
You can also use a woocommerce shortcode to display featured products: https://docs.woothemes.com/document/woocommerce-shortcodes/
Ben
In forum: Virtue ThemeHey! Are you referring to the way this page displays the categories?
http://themes.kadencethemes.com/virtue-premium/product-categories-grid-2/
If so, you use this shortcode
[product_categories number="12" parent="0" columns="3"]within the visual editor on whatever page is going to be your shop category page.Hope that helps!
In forum: Virtue ThemeIn reply to: Portfolio option missing
February 1, 2016 at 9:51 am #78835Hey,
So the grid widget is only designed for sidebars or footers. It’s set up to output small thumbnails.You can use a shortcode if you would like to add portfolio posts in a page. For example:
[portfolio_posts columns="5" items="10"]Ben
In forum: Virtue ThemeIn reply to: Portfolio Posts Aren't Appearing
January 29, 2016 at 12:12 pm #78493Hey,
Since this is your home page and not a category page Kevin’s tip won’t change that page. The home page is set in your theme options > home layout. There the max option is 26 items.So here is what you can do. go to the theme options > home layout and move “portfolio full” to disabled. and home widget area to enabled.
Then go to apperance > widgets. Add a text widget to the home widget area and place this shortcode inside the text widget.
[portfolio_posts columns="4" items="40" filter="true"]Ben
In forum: Virtue ThemeIn reply to: change woo commerce button
January 29, 2016 at 11:51 am #78485Hey,
1.@media (min-width: 768px){ .kad-topbar-left { position: absolute; right: 0; z-index: 100; } .topclass > .container { position: relative; } .topbar-widget p { line-height: 36px; margin-bottom: 0; } }2.
.topbarmenu ul li a { color: black; }3. I don’t know what you mean by a checkout icon? And next to what?
5. I’m not seeing buttons? aside from the one that is for add to cart? I’m confused at that your asking?
6.
.post-type-archive-product .page-header { display: none; }7. Because the products are in columns you can’t force the last two into a new column system where they would appear centered on the page. That isn’t an option.
8. In your theme options > basic styling. Set the primary color to black. and the 30% primary also to black.
If you want secondary buttons like coupons to be black also use this css:
.shop_table .actions input[type=submit].button { background: black !important; color: white !important; }Ben
In forum: Virtue ThemeIn reply to: Reduce icon menu
January 29, 2016 at 10:09 am #78442Hey,
Looks like you are adding through pagebuilder. If you make the pagebuilder columns smaller that would shrink the images and bring them closer together.you can also just add in one visual editor widget and place the images next to each other. You can upload at the size you want.
Ben
In forum: Pinnacle ThemeIn reply to: Portfolio items on homepage
January 28, 2016 at 4:22 pm #78322Hey,
The shortcode is not supposed to effect the home portfolio full settings.It it supposed to create it’s own grid.
You would have to change the js to effect the shortcode and one line in the shortcode. For the JS
change this line:
$('#portfoliowrapper-home').isotopeb({ filter: '.photobooths' });to this:
$('#portfoliowrapper-homeshortcode').isotopeb({ filter: '.photobooths' });Then in your shortocode change from this:
[portfolio_posts columns="4" items="50"]to this:
[portfolio_posts columns="4" items="50" id="homeshortcode"]Ben
In forum: Virtue ThemeIn reply to: Sticky Post Disappears
January 27, 2016 at 2:08 pm #78094Hi Ben,
I added the code as you instructed, but I am still getting two columns of grid-type blog posts.
Please see here: http://Worldin360.com
Just for reference, I am looking to have the blog feed appear as a thumbnail feature image on the left with a title and 28 character excerpt to the right.
Cheers, thanks for taking the time to resolve this.
In forum: Virtue ThemeIn reply to: Portfolios not same size
Hi Susie,
You can add a set height your posts by adding thisheight:200So your shortcode would look like this-[portfolio_posts orderby=name columns=4 items=10 height=200 hoverstyle=default masonry=false lightbox=false]
See documentation here- http://docs.kadencethemes.com/virtue/#shortcodes
Hope that helps!Hannah
In forum: Virtue ThemeTopic: Portfolios not same size
Hi there.
In Virtue Premium theme, I can’t get the portfolio items to be the same size on the home page.
This is the setting:
[portfolio_posts orderby=name columns=4 items=10 hoverstyle=default masonry=false lightbox=false]Also, is there a list of all the parameters for the portfolio_posts shortcode – I’ve had a look all over the place, but can’t find anything.
Sorry, it’s still on localhost so I can’t share it with you.
Many thanks
SusieIn forum: Virtue ThemeIn reply to: different widget on Mobile
In forum: Pinnacle ThemeIn reply to: Portfolio items on homepage
Hi Ben
It wasnt set to that, I have changed it, but it doesnt seem to make a difference.
The shortcode [portfolio_posts columns=”4″ items=”50″] displays an additional portfolio, rather than have any impact on the Home Portfolio Full Settings.
The portfolio full nav isotope filter buttons also no longer work if I use that shortcode.You may not remember, but you have helped me before with supplying code so that I can filter a different category from my home page:
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
$(‘#portfoliowrapper-home’).isotopeb({ filter: ‘.photobooths’ });
$(‘#options .option-set’).find(‘.selected’).removeClass(‘selected’);
$(‘#options .option-set’).find(‘a[rel=photobooths]’).addClass(‘selected’);
});
</script>Can any additional code be added to the above to allow me to override the 20 limit of the Home Portfolio Full Settings?
Many Thanks
Paul -
AuthorSearch Results


