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 - 961 through 980 (of 3,937 total)
  • Author
    Search Results
  • #224754

    Hey,
    So by default when you set the carousel to 6 columns it will use three on mobile. What you have to do to be able to control this is add the carousel through the page itself, either using a shortcode.

    [carousel type="featured-products" items="10" columns="6" xscol="2" sscol="1"]

    Or in the block editor using the Product Carousel block.

    Ben

    #224615

    Hello! I have a problem with my website. Some time ago I asked you to give me a code to put my products in 8 columns. That worked! but now I added more products and I enabled PAGE 2, but within the page 1 there are still empty spaces! How can I put it so that it always shows me a total of 16 products per page?

    Thank you!!

    In forum: Ascend Theme

    In reply to: Can you help with this

    #224611

    ok, I see, it has to do with adding columns inside a carousel and those columns breaking down for mobile with flex, you need to add this css:

    @media (max-width: 780px){
    .custom_carousel_shortcode .carousel_item .panel-grid {
        display: block !important;
    }
    }

    I added for you.

    Ben

    Ben

    #224537

    I have set up a testimonials page (using Template Testimonials Grid and also tried the Testimonial Post Shortcode). I included full website addresses ( in the link data field for many. The links do not display on the grid-views, but the links show up on the individual testimonial pages. Thoughts on how to get that link to show on the page? I have tried both the page template “Testimonial Grid” and the Testimonial Post Shortcode. I’d like to stick with the shortcode version – here’s the code I am using, below:

    [testimonial_posts columns=3 content=full link=true items=”100″]

    If there isn’t a way to display, I can go back into each entry and add a hyperlink within the text. If you want to see what I’m working on, you can go to this temp development page:

    #224490

    Hi Ben and Hannah and the team

    I have an issue with a client site that I just built in Ascend.
    II’m using a siteorigin carousel, and it’s not displaying the columns right

    I’ll put the link in private reply

    #224378

    Hi Team,

    I’m running a Carousel in the header using the shortcode:
    [carousel type=post orderby=date columns=5 items=-1 img_height=200 speed=4000 scroll=1 cat=club] and it looks great, so thanks for that.

    The carousel is populated by a set of posts that have the featured image set and not much else at this stage.

    I want to go live with that approach but I have not yet got all the subsidiary posts up to the stage where they can be shared.
    Is it possible (as a temporary arrangement) to disable the link?
    So the carousel continues to pull the featured image from each post but visitors cannot click through to the post?

    I’ll remove this once the posts are ready to share.
    Very many thanks,
    Phil.

    #224347

    Another option would be to use a carousel shortcode, like this: [carousel type=post orderby=date columns=4 items=8 speed=9000 scroll=all cat=photos]
    You can see a full list of Virtue Premium shortcodes here: http://docs.kadencethemes.com/virtue-premium/shortcodes/
    Though the Slider Revolution will give you a lot more functionality and flexibility.

    Hannah

    #224337

    Here’s a screenshot. Notice how the words are broken and wrapped within the columns block when I increase screen size.

    Screen-Shot-Words-Broken-Wrapped

    In forum: Virtue Theme
    #224311

    Hey so create a new row for each row that you want to start at the same place. Right now they are all in two columns, just create more rows and only one item per column.

    Ben

    #224296

    Hi Diana,
    With Kadence Blocks you can use the Row Layout Block. It makes it easy to add custom columns. See here: https://www.kadenceblocks.com/row-layout-block/
    As Kevin said, feel free to ask us any questions you have on Gutenberg!

    Hannah

    #224290

    Hey Greta,
    You can use a sidebar page template, then add your portfolio posts using a shortcode like this: [portfolio_posts orderby=date excerpt=false columns=4 items=20 height=200 lightbox=true showtypes=true filter=true]
    Hope that helps!

    Hannah

    #224283

    Hi Kevin,
    thank you for your answer. I’m finding difficulty with the editor specially in the building of columns and to drag and drop duplicate widgets. I know there is the “column block” but I don’t know how can I put into duplicate widget. I don’t know if I explain well…thank you!

    #224282

    I tried this and didn’t work. What I want to see happen is the words scale down when the screen is enlarged and doesn’t break up the words. How is that possible on any device. On the mobile side, the words are broken up when viewing horizontally only. Here are a couple examples of what happens…

    Communi
    ty
    Directory

    Communitt
    ees

    This happens particularly when using row layout block or columns with the texts.

    https://waterstonepoa.com

    #224268

    I recently just finally updated from wordpress 4.9.8 to 5.1.1 I also did the WooCommerce recent update along with the Kadence updates in the last week.
    I was just browsing through the shop pages and notice I have 3 columns of product and then several rows. I would find in some rows I would only have 1 product. I went into my dashboard and check to see if for some reason it was missing product but I am not. What is happening if I have a short product title like just one row and the other in the row has two lines it will line up where ever the short title is and skip the longer titles. If all product titles have the same two lines everything is fine it is just where there is a shorter product title.
    here is one of the pages to view

    Thanks Tom

    #224198

    Hey Stephen,
    I would recommend using a shortcode like this: [products limit="8" columns="4" category="hoodies"]
    You can paste that into your static homepage or into a text widget in your home widget area.
    You can remove the product carousel by disabling it from the homepage layout manager in Theme Options > Home Layout.
    The image size will depend on the number of columns you use.
    Hope that’s helpful!

    Hannah

    #224146

    Add this css:

    .product_img_link {
        max-width: 300px;
        margin: 0 auto;
    }

    Has to do with making the container fullwidth and so columns are larger then image.

    Ben

    #224050

    Hey Dean,
    Best to not use a table. There are only a couple of cases where you have data where a table makes sense to use.

    You just need to use columns. You can add a column using the block editor, pagebuilder or if in the classic editor use the virtue shortcodes.

    Ben

    #223784

    Add more columns, the more columns the smaller the output.

    Ben

    #223720

    Hi Team,
    This is odd:
    I have set up 4 very similar staff posts. Each has a featured image, some text content, group = “staff” and no manual excerpt.
    When I display on this page, using the shortcode:
    [staff_posts orderby="menu_item" order="asc" lightbox="true" link="true" columns="4" height="200" cat="staff"]
    you see the auto-excerpt for only the first 2.

    Please can you help me find out why this is and where the text has gone?
    Many thanks,
    Phil.

    #223336

    Hey,
    Just update your shortcode to this:

    [portfolio_posts orderby=rand columns=3 items=6 ratio=square filter="true" layoutstyle="flat-w-margin"]

    That should work for you.

    Ben

Viewing 20 results - 961 through 980 (of 3,937 total)