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 - 2,041 through 2,060 (of 3,937 total)
  • Author
    Search Results
  • #126858

    hello James,

    Using shortcode, you can add a featured product carousel.

    Here is a list of all of the shortcode within the theme here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    The shortcode you’ll need will look something like this:
    [carousel type=featured-products orderby=date columns=4 items=8 speed=9000]

    You’ll want to add this shortcode into a text editor on your home page edit screen, and it will appear wherever you’ve assigned “Page Content” in Theme Options> Home Layout.

    Let me know if this works for you.

    -Kevin

    #126853

    That’s correct Ben,
    1. I’ve removed the fullwidth option and now it is working with the correct amount of columns.
    2. I’ve found, that I have the same option for the portfolio category (Show portfolio category as full-screen width). Now I have set this also to false.
    Now it also displays 3 columns but in another size. There is room for a 4th column on the right site of the page.
    You could see it here: https://colorful.volquardsen.photo/portfolio-tag/staedte/

    Marc

    #126839

    1. Using “fullwidth” you set 3 for a specific screen size and that would increase as your screen size increases becuase you’ve set the grid to not have a maximum width thus the columns will increase for larger screen sizes.

    Ben

    #126814

    Hey Hannah,
    that’s the problem.
    1. I have checkt all my portfolio edit pages, all have 3 columns defined, but shows 4 on the page!
    Here is a screenshot of the edit page: Dropbox Screenshot Edit Page
    and this is the result:
    Dropbox Screenshot Page
    And this is on all pages!

    2. The Portfolio Options are also defined with 3 columns:
    Screenshot Porfolio Category Options
    and they shows more with room for 5: Screenshot Portfolio Category Page

    This is why I have written the support call.
    Best regards,
    Marc

    #126797

    Hey Phil,
    You can use a shortcode like this:
    [blog_posts orderby="date" items="12" columns="3" type="photo"]
    Hope that helps!

    Hannah

    #126774

    Hey Marc,
    1. This is more than likely be overridden in your portfolio edit page. Check your setting under Portfolio Page Options.

    2. This should pull from your setting in theme options > portfolio options > “Choose how many portfolio columns to show on portfolio archive pages.”

    Hope that helps!

    Hannah

    #126738

    Hi,
    I want to define 3 portfolio comlumns int he standard portfolio view and in the portfolio category pages. But nothing works correct so far.

    1. I’ve the portfolio page (i.e.: to/en/portfolio-cities/) with 3 columns, but it shows 4 (n+1)!

    2. I’ve defined the theme options “Portolio Category Pages” 3 portfolio columns ( to/portfolio-tag/cityscapes/) and it shows 5 (n+2)!

    There must be a small bug in the code of the portfolio query.

    Best regards,
    Marc

    #126714

    You might also prefer this css and make it two columns even on mobile:

    @media (max-width: 767px) {
    .kad-light-mosaic-gallery .g_item {
        width: 50%;
        float: left;
    }
    }

    Ben

    #126514

    Thanks for such a great theme. I have found it to be very versatile and love how easy it is to customize, even for those with limited coding ability.

    Curious: Is there a way to adjust the width of a submenu column to one column rather than the minimum of two? I don’t like how wide it shows the dropdown menu with a lot of blank space on the right…

    Thanks, as always, for your help!

    #126478
    [staff_posts orderby=date items=4 columns=4 height=350 cat=Executive limit_content="false" lightbox="false"]
    

    Update to this ^ and you should be set.

    Ben

    #126443


    I’m using a shortcode at the top of this page to output staff from a category:
    [staff_posts orderby=date items=4 columns=4 height=350 cat=Executive]

    I’d like to be able to show all Content for the staff member rather than have the “Read more” link, I’d also like to remove the link from the image. Below on the page is how the staff template lays it out, essentially that’ what I’d like to do with the shortcodes so I can add more of them down the page?

    Thanks,
    Ben

    I tried thisngs like fullpost=>true and showexcerpt=false

    In forum: Virtue Theme

    Topic: Blog layout

    #125814

    I can’t get the blog page to display as a 2 column. i have changed it to grid post / 2 columns but it does not change. I have emptied the cache.

    want it to display like the below:

    #125780

    It won’t be in a newsletter but I can post here.

    You can of course choose the number of columns and the size of thumbnails.

    Ben

    #125656

    ok, so no shortcode should be surrounded by a span tag.

    every instance of this:

    <span style=”color: #ffffff;”>[/span6][/columns]</span>

    Should look like this:

    
    [/span6][/columns]

    Still not seeing any white. and yes it works in all browsers… currently though I see this css added:

    .siteorigin-panels-stretch {
        transform: translate3d(0, 0, 0);
    }

    You can remove that. Thats why firefox is not seeing it as fixed.

    Ben

    #125653

    This is the code used for the sign up box. I tested the site on mozilla and the white doesnt occur. However, the backgrounds are not fixed either. Is that just a chrome feature?

    <div id=”mc_embed_signup”><form id=”mc-embedded-subscribe-form” class=”validate” action=”//grayscale-productions.us2.list-manage.com/subscribe/post?u=2d5e76b3e03be18c98d99abfe&id=d8665dc554″ method=”post” name=”mc-embedded-subscribe-form” novalidate=”” target=”_blank”>
    <div id=”mc_embed_signup_scroll” style=”text-align: center;”>

    <span style=”color: #ffffff;”>[columns] [span6]</span>
    <h3><span style=”color: #ffffff;”>[space size=”1px”]THE LATEST FROM GRAYSCALE HQ[icon color=”#ffffff” icon=”icon-arrow-right” size=”23px”]</span></h3>
    <span style=”color: #ffffff;”>[/span6][span6]</span>

    <span style=”color: #ffffff;”>[span6]</span>

    <span style=”color: #ffffff;”>[space size=”1px”]<input id=”mce-EMAIL” class=”email” name=”EMAIL” required=”” type=”email” value=”” placeholder=”Your Email Address” /><input id=”mc-embedded-subscribe” class=”button” name=”subscribe” type=”submit” value=”Subscribe” /></span>
    <div style=”position: absolute; left: -5000px;”><span style=”color: #ffffff;”><input tabindex=”-1″ name=”b_2d5e76b3e03be18c98d99abfe_d8665dc554″ type=”text” value=”” /></span></div>
    </div>
    </form></div>
    <span style=”color: #ffffff;”>[/span6][/columns]</span>

    In forum: Virtue Theme

    In reply to: Search Results

    #125294

    Yes that totally works to make the page full width, however, is there an easy way to make the results go into 4 columns instead of 3?

    Thanks for the help!

    In forum: Virtue Theme
    #125279

    Hi guys, I was able to turn off the sidebar on the search result page, however I would like the page to be both full width and to have 4 columns for content… is there a way to do this in the theme options?

    Here is an example page:

    Thanks, Corey

    In forum: Virtue Theme

    In reply to: Header columns

    #125163

    You can use css like this to set the columns width how you want:

    @media (min-width: 992px){
        .kad-header-left {
        width: 16%;
    }
    .kad-header-right {
        width: 84%;
    }
    }

    Ben

    In forum: Virtue Theme
    #125101

    Hi there.

    Is there a way to change header columns size? I have col-4 at logo and col-8 on the menu.

    🙁 I didn’t find it.

    #125085

    Hello.

    My website is

    In my tab “Portfolio”

    I’m trying to configure some portfolios.
    However, for the portfolio already created called “Paris” I have an issue:

    When I created the porfolio I choose
    Project Options = Image Grid
    Columns = 3

    After I added the images and in the “Edit Gallery options” I choosed:
    Columns = 3
    Size: Large
    Type = Mosaic

    And in “Theme Options” -> “Portfolio Options” I did also some easy configurations.
    However the final result is always the same and not expected:

    I have small size and in the left. Not centered.
    It seems that I have a sidebar activated? But I don’t find where.

    Can you please help me understanding what is wrong?

    Thank you,
    Carla Brito

Viewing 20 results - 2,041 through 2,060 (of 3,937 total)