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 - 3,481 through 3,500 (of 3,937 total)
  • Author
    Search Results
  • #28473

    Hey,
    I added an option in the latest version 2.8.0 that allows you to select more then eight. Theme options > portfolio settings.

    If you order by date then naturally the newest would show first (which I see?)

    I can’t make out why your left arrow isn’t working right though. Other then you having 8 items and showing 5 with the scroll all on (which means some will always have to show). Could be throwing it off. Can you test with the items on four columns? or with more items? Or with single scroll?

    Ben

    #28451

    Hi David,
    Creating a separate category for the on sale products you would like to feature isn’t a bad idea. Or if your homepage is a static page you can use a shortcode like this:
    [carousel type=sale-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=photos]
    You would just paste that in your home edit page and replace “photos” with your category.
    Hope that helps!
    Hannah

    #28447

    Hello Ben: I just updated the theme and tested the portfolio post bottom carousal, it seems other than the 8 items are displayed, the left side nav arrow is displaying the carousel differently. My new testing page is at http://s560876897.onlinehome.us/aam-sandbox/?portfolio=item-five

    A shortcode [carousel type=portfolio orderby=date columns=5 items=10 speed=5000 scroll=all] version is also on that page. (I think it’s the same as home page carousel, which is perfect… but will display the current post)

    My test settings:
    10 test posts, named “item one” “item two”… etc. and created in that sequence. Carousel Order: date

    Hope this can provide you some reference, and thank you for the continue improving of the theme!

    #28431

    Hello,

    1&2. I checked on WordPress forums and WooThemes forums but noone could really tell me what to do as it various from theme to theme.
    My gallery pictures are really messy and next to each other without any system. I thought there might be a CSS code to force them into columns. I also tried to add a small icon 16x16px + a short sentence underneath each product title and right above the “Add to cart” on the shop page. I need one icon for each of my catagories..

    3. I also need one of my search bars made longer and place it underneath my primary menu bar. The search plugin is “YITH WooCommerce Ajax Search”

    User will be posted privately if neeeded 🙂

    /Andreas

    In forum: Pinnacle Theme

    In reply to: Blog Exposure

    #27821

    You would have to use a shortcode and not the home page latest post modal.

    The code would look like this:

    [blog_posts type="photo" columns="2" items="6"]

    Ben

    #27799

    Hey, is it possible to make a column in the header disappear (using pagebuilder in a widget) when site responds to mobile?

    Just to clarify, I have two columns to the right of the logo, in a pagebuilder widget. I want to keep the right side to appear in both full sized and mobile. However, I would like the content in the left column, including all padding, margins etc to disappear in mobile view. Is this possible?

    I can paste some custom CSS (for example the code in the right column in the header was taken from a post on this very forum from June 17, 2014). But, I have no coding experience!

    Mu staging site is: denverfirm.flywheelsites.com, to view password is: great-line

    #27751

    Hey Ben:

    So you are saying that the image size of this widget is not adjustable except by the number of columns? The single is a little big…

    http://www.curlytopdesign.com

    Thanks, Ned

    In forum: Virtue Theme
    #27739

    Any way to get the blog posts to go top to bottom instead of columns? Any options here?

    In forum: Virtue Theme
    #27678

    Hey,
    Doesn’t seem like your link was posted? Can you try again?

    I am assuming your wanting the testimonial grid page with a sidebar? You can do it but you have to use a shortcode and not the testimonial page template. Just switch to the fullwidth page template then add this shortcode:

    [testimonial_posts columns="3" items="20"]

    Ben

    #27677

    Hey,
    You can just use a shortcode in your page content, or with a text widget:

    [blog_grid cat="photos" columns="3"]

    Ben

    #27512

    Hello Ben, I have to update my question: Inside the row, I have 3 columns (33% width each), in every column I have several widgets, what I want is to separate with a filler every column (not every widget).

    The result should be separated boxes with a border (every box is a column in the row).

    I tried:

    .panel-grid-cell {
    margin: 0 10px;
    background: #00ff00;
    }

    but then the widths of the boxes change and the 3rd box goes to the next row. I think I should use negative values for the pixels somewhere so every box does not overpass the 33% allowed width. Do you know how to do it?

    #27500

    So what you’re trying to do is split up the topbar widget area and that doesn’t really work. One thing that might work is adding the phone number to your topbar menu. In appearance > menus create a topbar menu (if one is not already created) and add a custom link menu item. Leave the URL blank and put the phone number in the link text box. You may have to put something in the URL space to get it to add, but once it’s part of the menu you can just remove it. Does that make sense? Be sure to set the menu to Topbar Navigation under Menu Settings.
    Then you can add this to your custom css box in theme options > advanced settings to adjust the size of the number:

    .topbarmenu ul li a {
    size: 20px;
    }

    As for the portfolio, I’m assuming you mean the portfolio grid page? For what you’re wanting your best option is to use a shortcode and page builder. So you would create a page and in the pagebuilder tab you would create a row with an image, and then another row with two columns, one with the portfolio shortcode and another with the values. You can use this shortcode: [portfolio_posts items=”10″ columns=”4″] just paste it into a text widget.
    Hope all that makes sense!

    Hannah

    In forum: Virtue Theme

    In reply to: wired testing

    #27468

    Hello,

    1. Does not work
    2. I’ll play with columns then
    3. OK. Now i see it accepts HTML.
    4. My fault. It was starting as i was looking at the page elements only.

    Thank you,
    B.

    #27351

    Hi there,

    For the first time with this theme, I’m stuck with a little issue: with certain images, on pageBuilder, The Virtue:Carousel widget doesn’t use the image thumbnails. Here’s the link to the page:

    All images have a square thumbnail by default, and i’ve tried:
    1- Reuploading new versions of the images that don’t work
    2- setting max-height to 450px on the row and the carousel
    3- Making new thumbnails by hand.

    EDIT: this only happened to me with the 2 columns layout.

    Is there something I missed in the process? Thanks much, Nathan.

    #27294

    Hi Ben,

    I have created a Virtue Gallery (masonry, 3 columns) and I have 10 photos on the page. Therefore there is only one photo in the last row. What is the best way to go about centering this last photo instead of having it left-aligned?

    Thank you!

    #27207

    Sorry that is between columns.

    Rows is like this:

    .kad-wp-gallery .grid_item {
    margin: 5px 0 15px;
    }

    Ben

    #27203

    You can add a products carousel using the virtue: carousel widget or with a shortcode like:

    [carousel type="sale-products" columns="4"]

    Ben

    In forum: Virtue Theme
    #27160

    Right now my home layout is 4 columns so that all my icons stack nicely next to each other but how can I have my mobile site only have 2 columns instead of the 4?

    Website: Ebdesings.us

    #27142
    This reply has been marked as private.
    #27117

    Tried this:
    [carousel type=portfolio orderby=date columns=4 items=8 speed=9000 scroll=cat=Quantum and Anthem of the Seas |Suites]
    Didn’t work!

Viewing 20 results - 3,481 through 3,500 (of 3,937 total)