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,301 through 1,320 (of 3,937 total)
  • Author
    Search Results
  • #194142

    Yes, they had wanted just the title and price since the products look very similar. Here are a couple of examples
    https://esind.flashpoint.digital/product-category/chiral-separation-columns/
    https://esind.flashpoint.digital/product-tag/chromegabond/

    I did not have the add_action function, however it still does not work after adding it.

    Thanks
    Kevin

    #194121

    I’m guessing that what I’m seeing is very similar to something I observed with the Ascend Gallery and Ben explained whereby the gallery is sized for a width of 1140 pixels and a 5th column will be added even though I specify 4 when I move to a display that can accommodate the 1440 pixel width that I’ve specified. This time it’s with the blog posts shortcode.

    I’m using this code snippet: [blog_posts type="grid" items="2" columns="2" cat="business"] in a row element that spans 66% of the row. I have a graphic in the element that spans the other 34%. It looks perfect on my laptop, but when I plug into my dock station and my 23″ monitor takes advantage of the 1440px max I’ve specified, the column with the 2 blog posts non longer spans the entire width of the cell. Any way to get it to do this?

    The page is HERE.

    I hope I’ve explained this well and thanks once again.

    In forum: Virtue Theme

    In reply to: Blog Posts List

    #194001

    1. You can use shortcodes to add blog posts to any page. see here: http://docs.kadencethemes.com/virtue-premium/shortcodes/

    What a shortcode won’t get you is pagination. If you need pagination then you need to leave the page as the post page.

    2. You can use the layout builder widget and then add columns so your video container is in a middle smaller column.
    Ben

    #193958

    Just so you know. The columns you set are based on the 1140 container size (bootstrap). But in your theme options > site layout you can make the max width larger than that. So columns in a grid will increase on larger screens to make the sizes more relative to that of smaller screens where the content width is 1140. So this column size is response similar to when you see the columns decrease on tablet.

    Ben

    #193936

    Hello,

    Here is some CSS that will override the transition to four columns:

    @media (min-width: 1500px) {
    .kt-width-large .col-xl-25 {
        width: 25% !important;
        }
    }

    Add to Theme Options> Custom CSS, and let me know if it works for you.

    -Kevin

    #193935

    Hello,

    Here is some CSS that will override the transition to four columns:

    @media (min-width: 1500px) {
    .kt-width-large .col-xl-25 {
        width: 25% !important;
        }
    }

    Add to Theme Options> Custom CSS, and let me know if it works for you.

    -Kevin

    #193932

    I have an Ascend Gallery set up on these two pages HERE and HERE.

    I’ve specified 4 columns and that’s precisely what displays when I look at it on my laptop. When I move to a larger display, however, it adds a fifth column which I’d rather it didn’t do. Initially I had the rows defined as Fullwidth but I’ve since redefined them as Standard, still the same problem.

    Any thoughts? Amy I doing something wrong? Thanks as always for your input!

    #193836

    Hi Julia,
    Are you adding your portfolio posts from Theme Options > Home Layout > Portfolio Full? If so, you should be able to set your number of posts to 36. If you’re still wanting more than this, you can add your portfolio posts using a shortcode like this: [portfolio_posts orderby=date excerpt=false columns=4 items=40 height=200 lightbox=true showtypes=true]
    Just paste that into a text widget within your home widget area or in your home edit page if you have created a static page as your homepage.
    Hope that’s helpful!

    Hannah

    #193793

    Hello,

    1. That gallery is built with Kadence Galleries Plugin. Gallery image style is set to Square, and columns to 3.

    2. The portfolio may be turned off in Theme Options> Theme Extensions. This would cause it to not appear in your admin.

    Hopefully that clears things up for you!

    -Kevin

    #193697

    Hey John,
    You can use a shortcode like this to display all of your products from one category. Just set the limit to something higher than your number of products. [products limit="16" columns="4" category="hoodies"]
    Hope that helps!

    Hannah

    #193690

    Hello,

    You can do this two ways. If you’re using page builder, add an Ascend Carousel widget to your home page content or your home widget area. If you’re not, you can add it to your page content directly with shortcode. The shortcode will look like this:
    [carousel type=post orderby=date columns=3]

    Just place into the text editor.

    Let me know if it works for you.

    -Kevin

    #193566

    Good morning,

    I’m using Ascend’s mega menu feature for my client’s product list and he has 5 categories. I found an answer from a previous forum question to use the custom css below to display the 5 columns, so that’s working.

    .sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul>li {
    width: 20%;
    }

    Is there any way for the mega menu to display the full width of the header and be center aligned? At the moment, it’s only about 75% – 80% and left aligned. Here’s the link to the working client site so you can see what I’m talking about.

    Thanks much for your help!
    Sara

    #193542
    This reply has been marked as private.
    #193438

    Thank you in advance for all the support and help!

    Page URL:

    1- How do I center my portfolio display (Cast Wines)? Page settings only let you go as low as 2 columns.

    Page URL:

    2- How do I make the Cast Wines logo centered? This portfolio page only allows for Visual or Text mode. I was using Page Builder

    Page URL:

    3- Taxes are NOT being calculated no matter what I do. How to fix taxes being calculated?

    4- How do I add a custom icon to the menu? Let’s say a wine .png file in the media folder

    In forum: Ascend Theme

    In reply to: Mega Menu

    #193434

    Hey,
    I’m having a hard time understanding what you are going for and what you are expecting it to look like. Perhaps it would be best if you gave an example of how you are wanting it to look? Like a mockup?

    Right now your not organizing the columns by children like I would expect and the menu is way to large for the page.

    If you want 5 columns from the vertical menu you can use css like this:

    .sf-menu.sf-vertical>li.kt-lgmenu.kt-menu-column-4>ul>li {
        width: 20%;
    }

    But that really isn’t going to look right with the menu organized like you currently have it (the second column is almost empty)

    In forum: Ascend Theme

    In reply to: Mega Menu

    #193416

    Hey Maria,
    Try using this css to pull your dropdown menu down:

    ul.sub-menu.sf-dropdown-menu.dropdown {
        top: 0 !important;
    }

    It looks like Ben’s css is working to give you 5 columns. Are you seeing something different?

    Hannah

    #193411

    I performed the latest upgrade today – to 4.6.2 – and it has thrown off all the column short codes. V annoying. I’m using latest wordpress.

    #193348

    Good afternoon,

    I would like to know if it’s possible to link a KT Gallery image to another page. I have this gallery shortcode:

    [gallery type=carousel imgwidth="500" imgheight="400" columns=4 link="file" ids="408,409,410,411,412,413,414,415,416,417,418,419"]

    Right now it links the images to the mediafile, but i would like to link each image to a specific page on the website.

    The website is http://www.goldmanoptiek.nl and on the homepage you see two gallery carrousels with images of (sun)glasses brands. They need to link to specific fitting rooms pages on the website. The theme is a bit modified by another webdeveloper, so it’s very helpful to know if this is even possible.

    I’m looking forward hearing from you.

    Thank you!

    #193345

    Hi
    Recently a Pagebuilder page on my site has started behaving differently. Three equal grid rows used to fit on one line but for some reason the padding between them is now pushing them onto 2 rows and they dont scale down. They each contain Virtue images.
    I didn’t change anything at all before this began happening.
    Can you help? Link on next post.
    Thanks
    Tim

    #193322

    Hi,
    I have created a full width stretched row with two columns with background images which work perfectly on desktop.
    When viewing on mobile there seems to be a gutter between the columns when they collapse vertically on mobile. Am I missing this option somewhere?

    Dev site is aquaclinic.simplysitetest.co.uk

    Thanks

Viewing 20 results - 1,301 through 1,320 (of 3,937 total)