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,561 through 1,580 (of 3,937 total)
  • Author
    Search Results
  • #173456

    Hi Kevin,

    You got it! Wasn’t so difficult to understand what I meant. I would have control of that widget and I forgot how to address in CSS h3 related to this widget only. In fact I reduced the font size too.

    The numbering of second row of footer columns starts from left? I mean in widget page “footer’s second column” correspond to the leftmost column in second row?
    Thanks a lot.
    Angelo

    #173448

    1. I’m not sure what you mean. The widgets are being added to the layout builder in footer column 1. When using this footer layout, footer column one goes across the top of all the other footer columns. Does that make sense?

    2. Here is some CSS that will allow you to set the text for only that h3:

    .footercol1 h3.widget-title {
        color: white;
        text-align: center;
    }

    Place custom CSS into Theme Options> Custom CSS, and let me know if it works for you.

    -Kevin

    #173388

    Hi Kevin,

    Something it’s weird. I used this settings before but they were not in the middle but like floating left in the center column.
    Besides, I think there’s something not so understandable in the widget description.
    I see the footer layout with one row and a second row with 3 columns. But the widget is set on the second column. How does the column are numbered?
    Because I will write something in the Italian description to make it more understandable.

    Thanks
    Angelo

    #173375

    Hi,

    I’m sorry to disturb but I’m not able to center social link in the footer widget
    I tried two way you can see here

    I made footer one column via css, added pagebuilder widget and two rows 3 columns 33,33% well you can see the result social network are always floating left.
    The second type is a widget on the footer column two.

    next post admin data to check my confusion.

    Thanks a lot
    Angelo

    #173356
    [portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false]
    
    #172878

    Hi Ben,

    this code destroys the columns and disables my kadence header.

    I leave the script enabled, so you can take a look!

    _
    Thomas

    #172832

    How can I display the filters on the right in two columns on the Ipad – portrait.

    See attached image.

    thanks,
    Olympia

    #172780

    One option that should work for you would be to simply add the carousel via Shortcode. It should look something like this:
    [carousel type=prouct orderby=date columns=4 items=16 sscol=“2” xscol=“2”]

    sscol=“2” and xscol=“2” define the columns in mobile view. Copy and paste that into a text editor, either in your home page content or in your home widget area.

    Does this work for you?

    -Kevin

    #172744

    Hi team,

    Currently the products are displayed as a single column on mobile. Is there anyway to change it 2 columns (i.e. 2 products in 1 row)?

    Thank You and we look forward to hearing from you soon.

    Regards,
    Chuan An

    #172676

    4. The update is out.

    8. It’s not part of the dropdown. Not all shortcodes are in the dropdown. it’s not something you have to “code” you can copy and paste it from the docs, edit what you want of it. for example if you want 8 items instead of 4 then change the items. Or if you want 3 columns instead of 2 change the columns.

    [blog_grid orderby=date items=8 columns=3]

    Sticky means that post will show first in any normal loop so that created by a page or shortcode.

    #172629

    4. Hmm in that case you can add this css:

    
    .single-article article.kt_post_header_content-.post header {
        margin-top:0;
    }

    7. I think you are just confusing shortcodes.

    You want a blog grid so you need to use a the blog grid shortcode:

    [blog_grid orderby=date items=4 columns=2]

    7b.

    And changing a post format to full width and setting the header to image I am expecting a post to look like
    http://themes.kadencethemes.com/virtue-bold/stumbling-upon-falls/
    with the text and box recessing into the photo

    But it does not
    https://site2602763.nestifysites.com/great-reasons-visit-plovdiv-bulgaria/

    Your image it not large enough. Thus it’s not wide enough to expand around the header other wise you would see the page looking like the demo. You simply need to upload a larger image.

    You should always be uploading images around 1600px or larger. And for a large header like that I suggest 2400 since you will want to support retina screens.

    8. The page width is not the same as virtue premium This child theme overrides styles. Like the page width style, it’s controlled by percentage instead of breaking points.

    If you are on a larger screen for example your post grid would be 4 columns.

    If you want to force it to be 4 columns on smaller screens you can with css like this:

    @media (min-width: 992px){
        .imagegrid-widget > a {
            float: left;
            width: 25%;
        }
    }

    If you want the social media to be forced into one line on smaller screens you can use this css:

    @media (min-width: 992px) and (max-width: 1200px) {
    #containerfooter .virtue_social_widget a {
        padding: 6px;
    }
    }

    Ben

    #172571

    1, 2, 3, 5, 6 resolved

    for 4
    The site default in none and on the post is says – site default- this leaves the post over the logo. When I change it to none- it does display correctly.

    This cause several issues- I would have to go through over 350+ posts to change this to none rather site default and 2) for post type “recipes” – (using a plugin- which inserts the recipe format) the stand post option box does not appear on the individual post- I assume it is just reading the theme options. Any reason this doesn’t read the theme settings like it does in Virtue Premium?

    7. Okay- but then site does not appear like your demo
    somehow I am expecting the home page “blog grid to appear like the blog grid here
    http://themes.kadencethemes.com/virtue-bold/blog-grid-example/
    or the way they appear on the archive page i.e. https://site2602763.nestifysites.com/destination/bhutan/

    instead they appear totally different i.e. nothing like the format anywhere else in the theme – in fact it looks like the formatting on my current archive pages in the Virtue Premium theme.

    and if you look at the current home page on the staging site with BOLD-

    the first 4 posts are from the theme defaults on the home page i.e. display blog posts- this is what I would expect to look similar to the examples above, (I can’t figure out how you get anything to appear to look like your blog grid example.) This is a page with blog grid selected as the template:
    https://site2602763.nestifysites.com/blog-grid-testing/

    and the 5 post appearing at the bottom – I don’t understand- the shortcode reads [blog_posts items=”4″ orderby=”date”] and the first blog post is 2 years old- so I can’t understand why it is appearing here?? and the inclusion of it means 5 are appearing??

    And changing a post format to full width and setting the header to image I am expecting a post to look like
    http://themes.kadencethemes.com/virtue-bold/stumbling-upon-falls/
    with the text and box recessing into the photo

    But it does not
    https://site2602763.nestifysites.com/great-reasons-visit-plovdiv-bulgaria/

    New issue
    8. Is the page width narrower- I notice my social share bar now wraps over two line and the recent post grid in column 3 in the footer in only 3 columns wide not 4? Is there a way to adjust this to make it the same width it was in virtue premium?

    Thanks for your assistance.

    Elizabeth

    #172353

    You can use a shortcode like this as well:

    [custom_carousel columns=3 speed=6000 scroll=1]
    [carousel_item columns=3]
    item 1
    [/carousel_item]
    [carousel_item columns=3]
    item 2
    [/carousel_item]
    [carousel_item columns=3]
    item 3
    [/carousel_item]
    [carousel_item columns=3]
    item 4
    [/carousel_item]
    [carousel_item columns=3]
    item 5
    [/carousel_item]
    [/custom_carousel]
    #172226

    Glad it was helpful!
    If you decrease the number of columns your images will show larger.

    Hannah

    In forum: Pinnacle Theme
    #172078

    Ah, yes, there is a limit on the home page. You can have as many as you want to display on the portfolio page, which is different.

    You should be able to add more than 20 portfolio items to your home page using the portfolio shortcode from here:
    http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    the shortcode you’d want would look something like this:
    [portfolio_posts orderby=date excerpt=false columns=4 items=25]

    You would place the shortcode either into your homepage content or a text widget added to the home widget area in Appearance> widgets.

    -Kevin

    #172072

    Hey,

    but I’ve also found out that you can lose styling when you do that

    If you add css that is specific to a layout then that css is specific to the page. You need to write css that is not specific to the page to make it work through your site. Hence my example with adding the class for your h2 tag.

    With everything you are “wanting” you can certainly do this is pagebuilder (you need to not add the columns you are but actually add things through html. But I don’t understand why not use the legacy slider in this case since you seem to want that layout? Why are you choosing to use page builder to build something you don’t know how to build in page builder when you can build this in the legacy slider?

    Ben

    In forum: Ascend Theme

    In reply to: Multisite feature

    #172054

    On that page the product categories are actually configured with a WooCommerce shortcode. The shortcode looks like this:
    [product_categories number="12" columns="3"]

    Place that in a text editor and the category grid will display anywhere.

    Here are more options for WooCommerce shortcodes:
    https://docs.woocommerce.com/document/woocommerce-shortcodes/

    Let me know if this is helpful!

    -Kevin

    In forum: Ascend Theme

    In reply to: Multisite feature

    #172053

    Hey,
    Yes, that is a category grid. You can display it on the homepage via shortcode like this: [portfolio_types orderby=date columns=4 items=4 ratio="square" style="pgrid"]

    Hannah

    #171319

    I would like to make the footer for Ipad portrait look more like the Ipad landscape and desktop – 3 columns.
    Also, the social media icons in the footer need to be centered on iphones.

    Thanks for all the great support,
    Olympia

    In forum: Virtue Theme

    In reply to: Menu

    #171189

    Hey,

    You can add a menu where ever you want by using page builder. Just configure the page builder columns the way you want, and add a custom menu widget.

    See here for a page builder tutorial:
    https://www.kadencewp.com/using-page-builder/

    -Kevin

Viewing 20 results - 1,561 through 1,580 (of 3,937 total)