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 - 1,901 through 1,920 (of 3,937 total)
  • Author
    Search Results
  • #143237

    One option would be to increase the number to something like 100, then you’ll always have enough space for the products. Though in a carousel it’s unlikely that a customer will scroll through all of the items.

    Try increasing the number to something very high like 100 and let me know if that works for you.

    you could also add the carousel with shortcode in a text editor like this:
    [carousel type=cat-products orderby= date columns = 5 cat=batting-cages]

    -Kevin

    #142969

    Hey Jeremy,

    One option for a similar display would be to call the staff posts using shortcode like this:
    [staff_posts orderby=date items=4 columns=4 height=200]

    You can edit it if you like using the parameters listed here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Place the shortcode in any text editor on your site and it will display your staff posts.

    Does that work for you?

    -Kevin

    #142743

    If you want you can make them sit at two columns on mobile:

    @media (max-width: 767px){
    .home .kad_product_wrapper .kad_product {
        width: 50%;
        float: left;
    }
    }

    Ben

    #142735

    Final note, if for some reason you don’t organize your types into parent types then you can use the portfolio post shortcode.

    [portfolio_post type="photograhy,paintings" columns="3" items="5"]

    Ben

    #142694

    1. add this css:

    .boxed #kad-mobile-banner {
        left: 0;
        width: auto;
        right: 0;
    }
    .boxed #kad-mobile-banner .mobile-header-container {
        padding:0 20px;
    }

    2. Instead of a carousel add a grid like this:

    [featured_products per_page="3" columns="3"]

    Ben

    #142660
    This reply has been marked as private.
    #142252

    Are you talking about the widget title?

    If you add a slider then it would by default still allow you to click through images when you opened the lightbox.

    You can override columns with css. Something like:

    .kt-gallery-column-6 .g_item {
        width: 12.5%;
    }

    Ben

    #142227

    Hi, I am hoping you can help me. It seems that my Portfolio title is smaller than the virtue gallery title and it looks off (I did have a css fix for Portfolio font).. Can you give me a css code that would allow me to decide the font size of the virtue gallery title? Also in the virtue gallery you have 6 columns, can I have 7 and 8 columns added?

    Thanks

    In forum: Reply To:

    In reply to:

    #142116

    Hey,
    First: your live site max width id 1170… your dev site max width id 1470.

    but you didn’t make the video max size any larger? so either set you max size to be larger so that the videos fit the columns or set your sites max width to be 1170 so it matches you live site.

    Second in your live site you seem to have set the bottom margin to be 0. But on your dev site your row bottom margin default is 30. You can set this in your settings > pagebuilder. Please note that when you make two widgets in one column that margin would automatically be added in between the two widgets. As I can’t see any reason for two widgets why not just place the youtube shortcode and the text in one widget.

    Finally you have selected the shortcode and applied center aligning to it… that doesn’t do anything with a shortcode and it’s really best to never surround a shortcode in any other code… For example open a widget and edit using the text tab, Make sure no code is around your youtube shortcode.

    OH and it’s best to use the visual editor widget.

    Ben

    #142091

    Hey,
    The less columns you use the bigger they will be. You may have better luck using a shortcode like this:
    [portfolio_posts orderby=date excerpt=false columns=8 items=18 height=200 lightbox=true showtypes=true cat=photos]
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #141866

    Hi,

    is it possible to show portfolio-posts from more then one cat= ? And how is the syntax?

    e.g. [portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true cat=photos and videos]

    In forum: Pinnacle Theme
    #141858

    Can you share the shortcode that you used for the 2 columns so that I can test it on my site?

    -Kevin

    #141817

    Hello Rick,

    You can either add as a widget using the Pinnacle: Carousel widget, or you can add via shortcode using something like this and placing it into a text editor or visual editor widget:
    [carousel type=post orderby=date columns=4 items=8 speed=9000]

    The Carousel should be pretty self explanatory when you begin configuring it, but let me know if you need any further assistance. For more shortcode, see here:
    http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    Let me know if this helps!

    -Kevin

    #141779

    HI Hannah,

    thanks for your help,

    a). i have tried to adjust the image from 250px to 200px but the post image size still didn’t change.
    b). i wish the blog_posts type=”normal” image size also can change to smaller
    c). [product_category columns=”4″ row=”1″ category=”agricultural-top-products”] why the product didn’t display in 1 row?

    please help

    famousagriculture.com

    #141776

    Try this shortcode instead: [product_category per_page="4" columns="4" category="agricultural-top-products"] Does that work?

    Hannah

    #141770

    HI Hannah,

    this is the shortcode [product_category columns=”4″ row=”1″ category=”agricultural-top-products”]
    i want the product show in just only row in HOME page, but it show more than that as i add more product to this category

    please help

    thanks

    In forum: Virtue Theme
    #141688

    A gallery is designed for images not videos. You can’t add a gallery of videos.

    You can use pagebuilder and create your own columns and add a video in each.

    Ben

    In forum: Virtue Theme
    #141539

    Hi, just noticed that my kadence gallery is messed up after the last virtue update. liquiddispenser.co.uk
    I have tried different columns and styles but none of them display properly.

    Using Virtue premium with Bold.

    Thanks
    Adrian.

    #141526

    HI Hannah

    i wish to adjust my blog post size [blog_posts type=”normal” columns=1 items=4 cat=home-garden], is there any css coding to add?

    famousagriculture.com

    #141254

    Hello,
    Sorry, I have many questions..
    I want the list of background color to be white, will write them down link and image.
    Ah! before that, Let me give you some information of the site. I made products’s text background color to be white with this css
    .details_product_item {
    background: #ffffff;
    }

    And Thanks for your help earlier, made product image smaller. with this codes.
    .product_item img{
    max-height: 150px;
    width:auto;
    }

    .kad-woo-image-size {
    height: 150px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    }
    .product_item a.product_img_link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 150px;
    }

    Here are 6 lists.
    1. virtue carousel product 3 columns – link / image

    2. product one column – you may see when you scroll down a little. link / image

    3. product single page – link / image

    4. blog post lists – link / image

    5. blog body – link /

    6. similar post – bottom of the link / image

    Sorry again.. really appreciate of your help!!
    Sincerely,
    HeeJae

Viewing 20 results - 1,901 through 1,920 (of 3,937 total)