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,181 through 1,200 (of 3,937 total)
  • Author
    Search Results
  • #206874

    Hello guys,

    I am trying to copy the layout of the Portfolio Grid template in a shortcode so I can add a widget below it. I’m getting everything except the sortable Types line on the upper right corner (which I like). Here is a link to the page. The first layout on the page is my shortcode and the second is the template default.

    What do I need to add to my current shortcode?

    [portfolio_types]
    [portfolio_posts type=branding orderby=rand columns=3 items=20 ratio=”square” style=”mosaic”]

    #206472

    What was the previous setup for your home page? If you put it back to what it was I can help you get the spacing correct there.

    You can set the amount of columns for your home blog in Theme Options> Home Page Content, “Module Page Content.”

    -Kevin

    #206270

    Hey Paul,
    You could create a new page using a sidebar template, then add your product category to the page using a shortcode like this:
    [products limit="9" columns="3" category="headboards]
    Would that work for you?

    Hannah

    #205921

    Still the same.

    I guess it’s because all the table columns are already at the smallest width. That’s why the table width can’t be fit to the device screen width anymore.

    Hemm… what to do…?

    In forum: Pinnacle Theme

    In reply to: Footer Widget Layout

    #205886

    Hi Rick,
    There isn’t a built-in function for this, but you can use the footer layout that has two single columns, then, if using page builder by siteorigin, you can add a layout builder widget to your top column and create a row with three columns. Would that work for you?

    Hannah

    #205872

    Hi
    I am using a page with a sidebar template and am trying to alter the proportion of the page in relation to the sidebar, and also change the padding around anything in the three columns.

    I have used this before with success however on this occasion I can not get either to work.

    The link is
    It is as if the page id is wrong however looking at the post number below it seems correct.

    I have added this to the Custom CSS


    @media
    (min-width: 1200px) {
    .page-id-3917 .main {width: 72%;}
    .page-id-3917 aside.col-lg-3 {width: 28%;}
    }

    .page-id-3917 .entry-content .col-md-4 {
    padding-right: 0px;
    }

    .page-id-3917 .entry-content .col-md-4 {
    padding-left: 0px;
    }

    Any help would be appreciated

    In forum: Ascend Theme

    In reply to: Problem with footer

    #205791

    Hey,
    In your appearance > widgets. Footer area 1 would be the above widget area and 2,3,4 would be the columns under. can you send me a screenshot of how you have it setup up?

    Ben

    #205680

    I worked on the images again. And in the admin side everything looks ok. I reduced the 3 images in the columns row block to half their size. But it didn’t change them after updating site. And it left aligned the captions. Have no idea why this is happening.

    https://waterstonepoa.com/

    #205547

    I used columns and added the exact dimension for each image. Was able to get it way I want it to look. But the right image and caption are lower and the column boundaries are larger. Don’t know why since all images are exactly the same size. Any ideas?

    https://waterstonepoa.com

    #205525

    What work around do I have? Probably just photoshop to a reduced size. I am not currently using Page Builder-Gutenberg per Site Origin recommendation until WP core 5.0 is launched. In the meantime, I am trying to get ahead of the Gutenberg switch with the Gutenberg plugin. Sure loved Page Builder. The Gutenberg blocks are so limited. The image block lets me reduce size but can’t create columns.

    What about you Gutenberg plug toolkit? Does it rectify this limitation?

    #205508

    Image size is set by the number of columns. There isn’t much more customization to the gutenberg gallery block.

    -Kevin

    In forum: Virtue Theme
    #205104

    Hi Kevin,

    Thanks seems to work as I want for the image however the content columns are spreading out further than the container.

    The only full width option I can find is when selecting the box itself and not in the right column Block settings.

    Thanks,

    Mark.

    #205074

    Hi There,

    Really want to get into and learn Guttenburg so now that I’m starting a new project and using Virtue Premium I’ve decided this is an excellent opportunity.

    I’m starting to get to grips with it and it seems fairly intuitive and hopefully has got the legs and have installed the Kadence Blocks plugin which also seems to have potential (Thanks guys).

    So first question that has come up is I need to create a block with a full width parallax background image with three columns with images in and can’t seem to find the settings so please could you let me know what I need to set.

    Thanks again for your wonderful themes and support.

    Mark.

    In forum: Virtue Theme
    #204846

    Hi! I have my footers set to three columns but when I try to add an image via the Footer widget the image is aligned to the left. It doesn’t make a difference if I use Footer Column 1, 2 or 3. When I added the image in Footer Column 2 and 3, finally one of the images was centered. But as soon as I removed one, the remaining went back to the left. Ideas? smartypantsfinance.com

    In forum: Ascend Theme

    In reply to: margins widget

    #204078

    Hey,
    Your issue is that on some pages you are missing the closing [/columns] tag.

    you have:

    [columns] [span4]
    
    [/span4][span4]
    
    [/span4][span4]
    
    [widget id="search-2"]
    
    [/span4]

    And should be:

    [columns] [span4]
    
    [/span4][span4]
    
    [/span4][span4]
    
    [widget id="search-2"]
    
    [/span4][/columns]

    Ben

    #203947

    Hey,

    I strongly suggest uploading larger images. You should upload at like 1600px minimum. right now your portfolio images at all different sizes because they are not all at least 600×600 should be 1600×1600.

    1. There isn’t an option for landscape images in the carousel widget. You would need to use the theme options > home layout and enable the portfolio carousel there and use those settings to make the carousel landscape. This won’t matter though unless you have larger images as the theme can’t not grow your images to the correct size to be cropped.

    Please note that if you use more columns for example 4 or 5 you could get a way with smaller images although that is not a good option as your images are so small you would still not be supporting retina screens.

    2, You can hide that with css. for example:

    .kadence_carousel_widget .staff-entry-content {
        display: none;
    }

    Ben

    #203299

    Hey,

    Ascend has shortcode functionality as well. The shortcode with ascend would be like this:
    [blog_posts type="grid" orderby="date" items="3" word_count="20" columns="3" cat="Inside-KWSM"]

    For the full shortcode documentation, see this page:
    http://docs.kadencethemes.com/ascend-premium/shortcodes/

    -Kevin

    #203298

    Hi there, I’ve done this in the virtue theme but am wondering how I can achieve this in Asecend.

    I’m trying to feature my 3 most recent blogs on my home page, 3 column, the featured image, title, and first 20 characters.

    In virtue the short code works: [blog_grid orderby=date items=3 word_count=20 columns=3 cat=Inside-KWSM]

    Is there an equivalent shortcode to this in ascend?

    #203243

    I am using Pinnacle with a child theme and trying to use the image menu shortcode

    [img_menu url=”urltotheimage.jpg” columns=”1″ title=”Title” description=”Description” link=”#”]

    And even when I put the url to the image, it just shows the default image. I have triple checked the url.

    Any ideas

    Jeremy

    In forum: Virtue Theme

    Topic: Image Height

    #202969

    I am using the page builder plug in. I have a row with 3 columns. In each column I have added a site origin image. All three images are the same height but different widths. I have the columns set to 40%/30%/30%. I would like to display the images as large as possible, all the same height, to fill that row. I have the image sizes set to full.
    Images sizes are 350H x 608W (pixels)
    350H x 426W
    350H x 245W
    What is the best way to achieve my goal? All 3 images, one row, same height, to fill the row/page. Right now the middle image is displaying taller than the other two.

Viewing 20 results - 1,181 through 1,200 (of 3,937 total)