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,781 through 1,800 (of 3,937 total)
  • Author
    Search Results
  • #152532

    One option to limit the best selling products to a certain category would be to add them via shortcode like this:
    [carousel type=best-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=YOUR-CATEGORY-SLUG]

    You can add that to a text widget in your page content, or you can go to Appearance> Widgets, and add the text widget to the Home Widget area and paste the shortcode into the text box.

    Be sure to add your category slug to the end of the shortcode so you’re outputting the correct products.

    I’m having a hard time visualizing what you’re after with the portfolio. Are you wanting to add products to your portfolio page?

    -Kevin

    #152513

    I’m using a 4 column footer layout with column 1 having the 12-column layout above columns 2, 3, and 4. Is there a way to move column 1 below columns 2-3?

    Thanks.

    #152484

    So the best thing would be to disable the “latest posts” you’re adding through the theme options > home layout and enabled the home widget area. Then in your appearance > widgets add this shortcode to a text widget:

    [blog_grid columns="3" items="6"]

    Then you would have a grid where the images would be next to each other. And you can hide all the content below with css.

    #kad-blog-grid .blog_item .postcontent {
        display: none;
    }

    Add that in your theme options > advanced settings > custom css box.

    Ben

    #152367

    Hi

    I have this page:
    I placed a ‘custom carousel’ like this:

    [kt_box opacity=”1″ padding_top=”20″ padding_bottom=”20″ padding_left=”20″ padding_right=”20″ min_height=”165″ background=”#ffffff” style=”border:1px solid rgba(227, 86, 129, 0.75);”]
    [custom_carousel columns=1 speed=6000 scroll=1]
    [carousel_item columns=1]
    item 1
    [/carousel_item]
    [carousel_item columns=1]
    item 2
    [/carousel_item]
    [carousel_item columns=1]
    item 3
    [/carousel_item]
    [/custom_carousel]
    [/kt_box]

    I remember this to be working from the beginning of time… today I noticed it was not, just the [kt_box] empty…
    The I logged in to check it out… I don’t know, it seems to be OK. Nothing has changed.

    When I am logged-in the ‘custom carousel’ is working! Just when you are visiting…
    Please give any hint!

    Thanks
    Alain

    #152219

    Hello,

    We use Virtue Theme Premium. On main setting we use Right Sidebar.

    On Home page we want to add 3columns same as Demo>
    1 How to add feature Project slider with the Right Sidebar.
    2 On Virtue Theme Demo, before the footer there are tabs as Clean Design, Responsive, Ton of Options, and Ecommerce. I want to add only 3 Tabs. But I want to the effect to be the same as Feature Project Instead of fade to blue.

    I am not the person who develop this web site. It is the woocommerce I don’t see he create the child theme. I can’t find the CSS file most of the cascade I see is Inline and most of it create with tabulate data. Educate me if this is best practice?

    Here is the link to website>>
    Note: It is an adult product website

    I like your theme. I am looking forward for your help.

    Thanks
    Sam

    #152068

    Hi,

    I am trying to display portfolio items from a specific portfolio type, but the output always shows all portfolio items (unfiltered results, all types). I am trying these shortcodes:

    [portfolio_posts items=”30″ columns=”4″ filter=”true”]
    result = filter shows, but doesn’t work on click. Developer console doesn’t show any java errors.

    [portfolio_types columns=2 childof=”43″ childcategories=”true”]
    result = empty, no results. Portfolio type ID is definitely 43

    [portfolio_posts cat=”galeria”]
    result = shows all porftolio items, from other categories too

    Can you check whether you’ll spot any ovbious issues that could be causing this please?

    let me know if you need admin access.

    thanks,
    Lukas

    In forum: Ascend Theme

    In reply to: Portfolio Full Width

    #151422

    In your theme options > layout settings, you can make the “Site Layout Max-Width” to “none” and that would make all of your pages and content wide and more fullwidth.

    Or if you just want this effect on a single page then you can use the default page template and using page builder add a row that is set to full width stretched and inside that row add a text widget with the portfolio shortcode like:

    
    [portfolio_posts columns="6" items="10"]

    Ben

    #151418

    Whats going on with the Portfolio columns at 1440px page width?

    When you make the max width 1440px and you get on a large screen over 1500px then the columns will increase similar to how columns decrease when you are on a screen smaller than say 1200px. The point is your image size at 4 columns get stretched when you get into really wide spaces so adding a column keeps the images from getting two stretched.

    Yes though you can force it with simple css, leave your setting on three columns and add this css:

    @media (min-width: 1200px){
        .kt-width-large .col-xl-4.p_item {
            width: 25%;
        }
    }

    Ben

    #151382

    Whats going on with the Portfolio columns at 1440px page width?

    If I choose 4 columns (square grid style) it goes to 5 column. If I choose 5 column it goes to 6 column. I need a 4 column layout @ 1440px. This is happening on the archive page and via short code. Anyway to force it?

    The short code I’m using is [portfolio_posts style=grid orderby=menu_order columns=4 items=12 ratio=square lightbox=false]

    Dev site is wp.clemsonwebdesign.com, Portfolio grid is about half way down.

    The goal is 4 column like on

    3 column is too large. 5 column is too small.

    In forum: Ascend Theme

    In reply to: Staff Categories

    #151325

    My apologies, I thought we were talking about Virtue theme.

    With Ascend, you should add a shortcode like this to the page content:
    [staff_posts orderby=date items=4 columns=4 height=200 group=test-1]

    “test-1” is the group slug. Add the slug for your staff group there, and it should pull the staff posts. More options for shortcodes can be found here:
    http://docs.kadencethemes.com/ascend-premium/shortcodes/

    Let me know if that works for you!

    -Kevin

    In forum: Virtue Theme
    #151304
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Grey bar footer

    #151290

    The menu and other footer elements you see in the demo are configured in Appearance> widgets. You can either add a footer menu through a Custom Menu widget in a footer column, or you can add a footer navigation by going to Appearance> Menus. You can set the columns in Theme Options> Footer.

    As for transferring the site later on, I suggest you follow the steps in this tutorial:
    https://optimwise.com/copy-migrate-wordpress-sites-with-the-duplicator-plugin/

    Let me know if that’s helpful for you.

    -Kevin

    In forum: Virtue Theme
    #151289

    Hello Tom,

    It appears that your site is in maintenance mode. could you provide a login in a private reply so that I can see the columns that you’re referring to?

    Thanks,
    Kevin

    #151285

    Hi –
    I am trying to add background to 2 different columns within a row on my home page. I want to use a different color for each column. What is the easiest way to style backgrounds for the columns?

    The website URL is: alicemcdowellauthor.com

    Tanks for your help.
    – Tom Masters

    #151276

    Thank you so much for making and maintaining such a great theme.

    We heavily use your kadence shortcodes on our site and had a child theme to make a few changes which broke on the recent 2.0 update of Pinnacle Premium. They are such simple changes I was wondering if you’d put them directly into the theme for us. Otherwise, I imagine our programmers will have to sink a fair amount of time into figuring out what is different in the 2.0 version.

    The changes are:

    1. For the staff posts shortcode, allowing you to turn off the display of all content (meaning neither the full content nor the excerpt) and/or turn off the name and title display. Such as [staff_posts items=”2″ columns=”2″ show_content=”false”] or [staff_posts items=”2″ columns=”1″ link=”true” show_name=”false” show_content=”false”]

    2. For blog posts shortcode, being able to query by author nicename or tag. Such as [blog_posts items=”3″ columns=”3″ orderby=”date” type=”grid” authornicename=”david-john-marotta”] or [blog_posts orderby=”date” columns=”4″ items=”8″ tag=”2016-in-review” type=”grid”]

    3. For “carousel type=portfolio”, being able to turn off the display of the Portfolio Types. Such as [carousel type=portfolio columns=4 show_type=”false”]

    4. Allowing the “columns” posts shortcode variable for grid views to be 1. As in [staff_posts items=”1″ orderby=”date” columns=”1″] to get “col-md-12” as the container.

    Thanks for considering making these changes. Let me know if there is more I can do to help.

    #151246

    Hey chirs,

    Your carousel width is going to depend on the container you place the widget into.

    The height is simply set by the content that is in the carousel:

    In another Ascend: Carousel widget I’m playing with I’m finding the number of columns always displays as +1 to what I’ve set.

    This means you have set the max page width larger than 1170px. So it’s going into the oversized mode where on larger screens (1400px and up) it’s showing an extra column since there is so much width to cover this tends to look better than being stretched.

    Ben

    #151228
    This reply has been marked as private.
    #151227

    Hi all,

    I’ve been testing the ‘Featured Products’ carousel in Theme Options > Home Layout. Does just what I need, but the information bar (showing the price and product short description) takes up most or all of the box and hides the image when you have more than about 3 columns.

    Couldn’t find a setting to turn it off, so is there any way to remove this bar with a bit of CSS so that only the image from the featured product is displayed? I don’t want to lose the info bar on product-category pages or anywhere else, though, just in this carousel.

    Many thanks.

    In forum: Virtue Theme

    In reply to: edit gallery

    #151222

    When you go into the edit page where your gallery is being added in your content box is the visual tab being used or the text tab? If using the visual tab you should be able to edit the gallery and set the number of columns. Is this the case for you? If not, you can send a temporary login if you’d like and we can adjust this for you.

    Hannah

    #151209

    Sorry – I think my own playing around had messed with the widget.

    I believe there are still bugs present, though my attempts to add custom code had mucked things ups too.
    (I’d tried adding:

    max-height: 400px
    max-width: 800px )

    Quite obvious, but I’m trying to limit the size of the carousel and believe I need to do this via CSS as I see no manual options?

    In another Ascend: Carousel widget I’m playing with I’m finding the number of columns always displays as +1 to what I’ve set.

    Carousel Type: Blog Posts
    Carousel Columns: 1 Column

    e.g if I choose 2 columns, I end up with 3 and so on.

Viewing 20 results - 1,781 through 1,800 (of 3,937 total)