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,161 through 1,180 (of 3,937 total)
  • Author
    Search Results
  • #207648

    Hi Ben,

    Thank you VERY much for your quick reply and great explanation. I never would have guessed that the resizing of the pictures is done via the boostrap grid. Mainly because the column drop down goes from 1-9 in one step increments which is a bit misleading because we cannot seem to get above 6 columns and 5 even columns is not part of the bootstrap grid.
    Anyway, I know exactly what to do now and really appreciate your help.

    Kind regards,

    Marcello

    #207620

    Hey marcello,

    In the future, Please create your own topic, do not post in someone else’s thanks!

    The gallery grid is not based on a pixel size. It’s based on a percentage. the columns work through 6 and to get more you would either have to force it using css or jump to 12 which would work as part of the bootstrap grid system. Css for 8 columns on desktop screens would be this for that gallery:

    @media (min-width: 1200px){
    #pl-68 .kad-wp-gallery .g_item {
        width: 12.5%;
    }
    }

    You can force the images to show at a max size by using css but that will mean they are spaced further apart on larger screens where the column is larger then 100px:

    #pl-68 .kad-wp-gallery .grid_item {
        max-width: 100px;
        margin: 0 auto;
    }

    CSS can be added into your theme options > advanced settings > custom CSS box.

    Ben

    #207613

    Having a similar issue:
    I have images that are supposed to be 100x100px but the gallery scaled them up no matter what i try.
    – added imgwidth and height as suggested
    – tried masonry (true or false)
    – set more columns (it displays no more than 6 no matter what)

    Below is the shortcode i am using and here is a test link: http://vps39507.inmotionhosting.com/~musicfirsthand/partnerships/

    [gallery link="none" type="grid" caption="false" masonry="true" width="" height="" columns="7" imgwidth="100" imgheight="100" ids="69,70,71,72,73,74,75,76,77,78,79,80,81,82,83"]

    Any help would be greatly appreciated

    Kind regards,

    marcello

    In forum: Ascend Theme
    #207576

    I have a couple hundred testimonials assigned to different groups, and am using the testimonial page template to display them. Having them all displayed on the page seems overwhelming for the user. Would it be possible to add a filter button to let the user view a specific group at a time?

    On the admin side, the list of testimonials does not display the group(s) they belong to. And for duplicate names (we have old testimonials with just first names), it’s hard to tell which testimonial is which. Would it be possible to request additional columns in admin for 1) testimonial groups and 2) snippet of the post content?

    Thanks!
    Jennifer

    #207518
    This reply has been marked as private.
    In forum: Virtue Theme
    #207467

    Hey,
    I’m not sure what you are wanting so I am confused. You can set a size for when columns “break” down for mobile in the page builder settings on your site.

    Ben

    #207338

    Hey,
    For a custom carousel inside pagebuilder you would need to use a shortcode

    [custom_carousel columns=3 speed=9000 scroll=1]
    
    [carousel_item columns=3]
    Item 01 – Add your info here
    [/carousel_item]
    
    [carousel_item columns=3]
    Item 02 – Add your info here
    [/carousel_item]
    
    [carousel_item columns=3]
    Item 03 – Add your info here
    [/carousel_item]
    
    [carousel_item columns=3]
    Item 04 – Add your info here
    [/carousel_item]
    
    [/custom_carousel]

    Ben

    #207256

    No, I must be doing something wrong, Hannah.

    Here is what I’ve done.

    Settings> Reading> Homepage Displays> Latest Posts

    Home Page> Default Template>

    Theme Options> Homepage Layout> Home Layout Manager> Enable is blank

    Theme Options> Homepage Layout> Home Layout Manager> Page Content Options> Latest Post Display set to post excerpt > Use Grid Format On> Post Columns set to three

    Nothing changes. <scratching head>

    #207250

    Followup question…Hannah.

    So I can’t have a Slider on the frontpage with a blog Post Grid below with more than 2 columns?

    If I want more than 2 columns of posts on frontpage, I have to lose the slider and just have a traditional Blog Post Page in grid form?

    Thank you,
    Pam

    #207210

    Hey Kevin,

    I also tried this but then margin is set on zero on every single widget inside the footer column, so there is no space between the widgets.
    Maybe it depends on how many widgets are in the columns and how they are routed with the language switcher.
    I had not those problems, before i updated the Polylang plugin.

    Markus

    #207204

    Hi Pam,
    If you’re enabling the Latest Blog Posts in the homepage layout manager you can only set the number of columns to one or two. If your homepage is set as the latest posts page from Settings > Reading then you can set “Use Post Grid Format” to “On” from Theme Options > Home Layout > Page Content Options. Then you’ll see an option to set the number of columns (up to four). Or you can always add a shortcode into your home content area or a text widget within the home widget area. A shortcode like this should work for you: [blog_grid orderby=date items=8 columns=4]
    You can see a full list of shortcodes here: http://docs.kadencethemes.com/virtue-premium/shortcodes/
    Hope that’s helpful!

    Hannah

    #207185

    1. That is a feature in Ascend. I’m trying to figure out if there’s a way to re-create it with css. I’ll let you know if I figure it out, or else Ben or Kevin will chime in.

    2. From Appearance > Menus drag “It’s So Simple” further to the right of “Naturally Good For You”. That will make “It’s So Simple” become a submenu of “Naturally Good For You”. Then “It’s So Simple” will not be uppercase. If you’re wanting all your submenu items to be lowercase I can help with the css to do that.

    3.

    On a related note, I cannot get multiple submenu columns to display at all unless I check — Set Submenu to Fullscreen. Again, I don’t know what I doing wrong.

    Sorry, I’m confused what you’re asking. Can you give more detail?

    Hannah

    #207173

    Hey,

    I think there may be an issue with the theme options. I recall being able o set more columns there. I’ll flag this for a developer followup so that Ben can let us know.

    -Kevin

    #207164

    Hi Hannah,

    1. Here’s a link to a screenshot of your main menu that highlights the upward carrot on the submenu. It looks really good and I would like to copy it, if I can.

    https://imgur.com/a/REObbNi

    2. For some reason, all of my submenu links on a three column submenu are all caps and they are lower case in Appearance –> Menus. I can’t work out what I am doing wrong.

    https://imgur.com/a/UN5HE9a

    On a related note, I cannot get multiple submenu columns to display at all unless I check — Set Submenu to Fullscreen. Again, I don’t know what I doing wrong.

    3. I limited to menu width with CSS in Advanced Settings, and I think it looks OK.

    Thanks for your help! I hope I’m being clear.

    #207145

    Hi,

    I have place Latest Blog Posts on the Homepage. The max columns is 2. Can I make it three?

    Thank you,
    Pam

    #207129

    Sorry. Last detail. When you select “Enable Fullwidth Sub-Menu”, does it automatically make the sub-menu items all caps?

    I really just want two or three columns for the sub-menu; not fullwidth with the custom CSS width limitation.

    Thanks again!

    #207113

    That did it. Thanks!

    I have ended up with a 9 element submenu in three columns, full width set with custom css to limit the submenu width to 700px. My submenus seem to be a little bit floating in space, separate from the main menu. It’s “features”.

    I like the upward arrow/carrot ont the Kadnence Themes submenu, that points toward to primary menu item. Also, your submenus are a little bit higher/closer to the primary menu item.

    Can you show me how to copy that? Thanks.

    Last thing. Your submenu fonts seem to go from 400 weight, white (#ffffff) to 500 weight on rollover. It looks really good. I can’t work out how to do that. I am using silver for the Menu (#e6e6e6) and white for hover. The silver doesn’t look as good against the grey background and the white doesn’t pop as much on rollover.

    Can you also show me how to copy that? haha. I like your menu.

    Thanks again!

    #207048

    Hi,
    Wish to add more columns in the email template. I am using Kadence email customizing plugin. Want to add column for GST – SGSt and CGSt (as in India) and other changes.
    Thanks
    Charanvir Singh Rohewal.

    #207013
    This reply has been marked as private.
    #206875

    Hey James,
    You just need to add “filter=”true”” to your shortcode. So it would be this: [portfolio_posts type=branding orderby=rand columns=3 items=20 ratio="square" style="mosaic" filter="true"]
    Hope that helps!

    Hannah

Viewing 20 results - 1,161 through 1,180 (of 3,937 total)