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,161 through 3,180 (of 3,937 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #50580

    Home – Management of columns per row. I set 6 but shows only 4. Why?
    In view of the last post as I do to tile a picture
    Widgets – How do I manage the size of the characters?
    My site is http://www.sport4all.it.
    Thanks to the availability

    In forum: Virtue Theme
    #49975

    can you post a link to your page?

    having a completely tight grid is not part of the set options with virtue. Usually because of browser rendering (how they treat sizes when you need to split an odd number but you can’t have a half pixel) you would have to use tricky js that recodes the page to work and oversizes the images just a little bit.

    With the method above it should work on most browsers but some it will leave lines.

    Also you can’t really override the grid widths so changing your max width will be important based on how many columns you have.

    Ben

    #49795

    Hmm so that meta box “gallery” only holds the image ids. because it’s not a true gallery it doesn’t hold columns in the meta field. I’ll look into adding a column option though only for the grid.

    Ben

    #49754

    Hi, I like the image grid look in the portfolio post, but I get four columns of images no matter what even if I edit the columns number in edit gallery. I’d like the option to go to 3 or 2 columns.

    I managed to get almost the same result if I remove the options and do everything in the text area. Chose to columns then shortcode in the gallery images by id, but this is not ideal. First the white box surrounding the text is larger with this method and just makes the website harder to update in the future for other people.

    All I need is for the column settings in gallery to be reflected on the portfolio page.

    Hopefully this post is understandable, thank you for all the great work on this theme, I really like it!

    Patrice

    In forum: Virtue Theme

    In reply to: Adding text in footer

    #49716

    Hey Sara,
    You can just use a visual editor or text widget from Appearance > Widgets. Just place into one of your footer columns.

    Hannah

    In forum: Virtue Theme

    In reply to: Blog (Posts)

    #49633

    Ben,

    Furthermore, under Home Layout > Home Blog Settings…..it states this below:

    Home Blog Settings
    Home Blog Title
    e.g. = Latest from the blog

    Choose How many posts on Homepage

    Choose how many post columns on Homepage

    Limit posts to a Category
    Leave blank to select all
    No items of this type were found.
    Home Post Excerpt Length
    Determines how many words are in the post excerpt.

    What does that mean, “no items of this type were found”? It doesn’t give me any options. Is this suppose to say this? I would just like to start blogging and can not get the blog pages set up correctly at all. Every time I think I set something up correctly, I mess another thing up. ? Ugh….

    #49452

    Hi Laurent,
    Have you used the Virtue: Gallery widget? It allows you to directly upload images, select the gallery type and set the number of columns, etc. You can use pagebuilder for your posts and add the content to a visual editor widget then add your gallery through a virtue: gallery widget. Does this work for you?

    Hannah

    #49451

    Hey Camille,
    There isn’t a built in option to slow the carousel down this much. You would need to use a shortcode like this:
    [carousel type=portfolio orderby=date columns=4 items=8 speed=300 scroll=all cat=photos]
    Then you could paste that into a visual editor widget (appearance > widgets) in the home widget area. Just make sure you enable home widget area in theme options > home layout.
    Hope that helps!

    Hannah

    #49337

    Hey,
    You don’t need to use the theme options > home layout. You can use pagebuilder in your home page and add the icon box shortcode into columns. See here: https://www.kadencewp.com/using-page-builder-virtue-premium/

    When you add the icon box shortcode it looks like this:

    [iconbox icon="icon-home" iconsize="48px" link="#link" color="#ffffff" background="#dddddd" hcolor="#ffffff"]<h4>Title</h4><p>Description</p>[/iconbox]
    

    From that shortcode you can change the icon="icon-home" to whatever custom icon you want to use even from a different plugin like if your using the plugin from above or a plugin like this: https://wordpress.org/plugins/better-font-awesome/

    Ben

    #49329

    I am trying to make a home page which has the first post big with summary (like on the Blog List Summary sample page) and then have the next posts in two columns (Like on the Blog Grid – Two Colums sample page). It would then look something like the front page for this website

    I can get the two columns look by using the shortcode “blog_grid orderby=date items=-1 columns=2” in pagebuilder but I have not found any shortcode or way to get the on column look at top.

    Is there any way for me to get this look?

    #49204

    Hey,
    I’m seeing these displayed in two columns with the exception of the headers. What browser are you using? Try adding this css to your custom css box in theme options > advanced settings:

    @media (min-width: 992px) {
    .checkout h3 {
      float: right;
    }
    }

    Hannah

    #48938

    I’m seeing two columns?
    Have you tried clearing your cache?

    Kadence Themes

    In forum: Virtue Theme
    #48819

    I have an Home Icon Menu with 3 rows each having 3 icon-fields – that means a total of 9 icons-fields. Each icon field consists of one icon (e.g. icon-earth) a headline and 3 lines of text.

    I looks great on a full screen, but when I resize the window the icon-fields are arranged e.g. with 5 rows where one row have one icon-field and another row have 3 icon-fields and so on. Furthermore, the height of the fields changes so some icon-fields have different height. The columns seem always to be resized such that all the icon-fields have the same width. Furthermore, some of the text for the headline sometimes extend out of the icon-field. I does not look good.

    It is good it is responsive, but if it does not look good when resized it is a problem.

    It seems to me that the problem is the varying height of the icon-fields when resizing from a big screen to a smaller screen (or a smaller window). A solution may be to ensure that all the icon-fields are set to have the height of the icon field with the “highest” height. Can you solve the problem?

    BR
    Martin

    #48630

    Hey, Your images are not large enough. For 2 and 3 columns you need larger images. If the image isn’t large enough for the correct image size then it can’t be cropped. Since with 4 columns you need a smaller crop your images work.

    Just add a larger images for the ones that are not cropping and it should work.

    Ben

    #48627

    Hey,
    The shortcode has all those options.. http://docs.kadencethemes.com/pinnacle/#shortcodes

    [portfolio_posts orderby=date columns=4 ratio=square filter=true layoutstyle=flat-no-margin hoverstyle=default items=4 masonry=false lightbox=true showtypes=true cat=photos]
    

    I’ll look at increasing the limit in your home layout and I can look at adding an ajax load for more like you can with blog posts and products using infinite scroll. The issue with infinite scroll is if you click on a post near the end then move back. the user has to scroll and load scroll and load to get back to where they last clicked.

    Ben

    In forum: Virtue Theme
    #48626

    Hey,
    You don’t add a width for that shortcode. The point of the image menu is to have your image span the entire column with text on top. You have set the columns to 2 so the span would be around 550px.

    See example here: http://themes.kadencethemes.com/virtue-premium-3/

    The image menu is designed to be a background for text. I think more what you want to use is just an image that is centered.

    Ben

    In forum: Virtue Theme
    #48611

    Thank you for responding so fast. I tried it but it didn’t work. Here’s the shortcode I have…

    [img_menu columns=”2″ image=”http://pursuitmotorcycle.com/wp-content/uploads/2015/07/BatteryTenders.gif&#8221; link=”http://pursuitmotorcycle.com/product-category/battery-tender/&#8221; height=”110″ width=”232″]

    [img_menu columns=”2″ image=”http://pursuitmotorcycle.com/wp-content/uploads/2015/07/BatteryTenders.gif&#8221; link=”http://pursuitmotorcycle.com/product-category/battery-tender/&#8221; height=”110″ width=”232″]

    #48605

    Hi!

    The “Hard Crop excerpt images to the same height” is just function if I set 4 colums display. If I use 3 columns or 2 columns it doesn’t corp the images.

    3 columns (do not corp):

    4 columns (corp correctly):

    Any help?

    Thank you

    In forum: Pinnacle Theme

    In reply to: Formatting gallery

    #48560

    Hi Hannah,
    I have deactivated all plugins and it is still going full width instead of columns.
    Thanks

    In forum: Virtue Theme
    #48537

    I already have that enabled in Theme Options > Misc Settings. Here is what I have. The first box does the animation, but not the rest…

    <div id=”content” class=”container homepagecontent”>
    <div class=”row”>
    <div class=”main col-md-12″ role=”main”>
    <div class=”entry-content” itemprop=”mainContentOfPage”>
    <div class=”home-padding home-margin”>
    <div class=”rowtight homepromo”>

    [img_menu columns=”5″ title=”My Title” description=”Line of Bold” image=”http://pursuitmotorcycle.com/wp-content/uploads/2015/07/BatteryTenders.gif&#8221; link=”http://pursuitmotorcycle.com/product-category/battery-tender/&#8221; height=”110″]
    <div class=”tcol-lg-25 tcol-md-25 tcol-sm-3 tcol-xs-4 tcol-ss-6 kad-animation” data-animation=”fade-in” data-delay=”150″ style=”opacity: 1; top: 0px;”>

    <div class=”infobanner” style=”background: url(http://pursuitmotorcycle.com/wp-content/uploads/2015/07/BatteryTenders.gif) center center no-repeat; height:110px; “><div class=”home-message” style=”height:110px;”><h4>My Title</h4><h5>Line of Bold</h5></div></div></div>
    <div class=”tcol-lg-25 tcol-md-25 tcol-sm-3 tcol-xs-4 tcol-ss-6 kad-animation” data-animation=”fade-in” data-delay=”300″ style=”opacity: 1; top: 0px;”>

    <div class=”infobanner” style=”background: url(http://pursuitmotorcycle.com/wp-content/uploads/2015/07/BatteryTenders.gif) center center no-repeat; height:110px; “><div class=”home-message” style=”height:110px;”><h4>My Title</h4><h5>Line of Bold</h5></div></div></div>
    <div class=”tcol-lg-25 tcol-md-25 tcol-sm-3 tcol-xs-4 tcol-ss-6 kad-animation” data-animation=”fade-in” data-delay=”300″ style=”opacity: 1; top: 0px;”>

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