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'

Home / Forums / Search / Search Results for 'COLUMNS'

Viewing 20 results - 2,741 through 2,760 (of 3,937 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Editing the footer

    #79321

    It 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 Theme
    #79234

    Hey,
    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.
    Ben

    #79216

    Hey,
    So in the shortcode you change the columns=”5″ see here: https://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

    #79101

    how i can make menu like in the virtue demo site that the features opens in 4 column?
    and how to put a picture in one of columns?

    #79093

    Sorry, I entered the home page a product category like you told me to do. Now I would like to add a column, that is 4 to 5 columns to stint on product images.
    Thanks
    Greta

    #79083

    Sorry, 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

    In forum: Virtue Theme
    #79031

    Hey,

    [portfolio_posts columns="5" items="10" cat="multicoloured"]

    http://docs.kadencethemes.com/virtue/#shortcodes

    Ben

    #78895

    Hey,
    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 Theme
    #78852

    Hey,
    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

    #78844

    Hey! 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 Theme
    #78835

    Hey,
    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

    #78493

    Hey,
    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 Theme
    #78485

    Hey,
    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 Theme

    In reply to: Reduce icon menu

    #78442

    Hey,
    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

    #78322

    Hey,
    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 Theme

    In reply to: Sticky Post Disappears

    #78094

    Hi 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 Theme
    #78024

    Hi Susie,
    You can add a set height your posts by adding this height:200 So 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

    #77975

    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
    Susie

    In forum: Virtue Theme
    #77949

    Looks like you removed your footer columns? Are you going for a different look?

    Hannah

    #77743

    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

Viewing 20 results - 2,741 through 2,760 (of 3,937 total)