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

    In reply to: width and sub menus

    #60651

    Hey,
    1.

    @media (min-width: 1200px) {
    .sf-menu>.kt-lgmenu>ul, .sf-menu>li.kt-lgmenu.sfHover>ul, .sf-menu>li.kt-lgmenu:hover>ul {
        width: auto;
        right: 15px;
        left: 15px;
    }
    }

    2. Blog_posts shows in two columns by default. Change your shortcode to be one:

    [blog_posts items="1" columns="1"]

    3. Only when you show the “full post” would the read more be considered. It’s not how you set a excerpt for use in summaries. for that use the custom excerpt box in your post.

    Ben

    In forum: Virtue Theme

    In reply to: width and sub menus

    #60621

    So i put the GUTTERs to 0 and all rows align fine, just can’t align the dropdown submenu to the content anymore.

    Also the inserted post excerpts are wrong, can’t figure out why – please see on homepage
    The row has 3 columns, each with 1 post inserted (from left to right: [blog_posts items=”1″] – [blog_posts items=”1″ orderby=”date” offset=”1″] – Virtue Recent post widget set to 1 item)

    First 2 columns should have 1 posts each, and all should be as wide as the column
    Posts also don’t stop at the READ MORE tag inserted in the text.

    thanx a lot,
    B.

    #60581

    Hey,

    I have a few widgets enabled on my home screen, however, they are stacked vertically. How can I put this in columns? (Like the footer columns!)

    Website:
    Username: demo
    Password: demo

    Thanks!!

    In forum: Pinnacle Theme

    In reply to: Polylang > Home page

    #60544

    http://docs.kadencethemes.com/pinnacle/#shortcodes

    [blog_posts orderby=date items=4 type="grid" columns="3"]

    Ben

    #60399

    Hi, I’m using virtue premium and everything has been working fine with my Staff page until I changed the column setting in the Staff Page Options from Two Columns to Three Columns : my Staff page is no longer visible.

    I have tryed to create a new staff page and have selected the Staff Grid but the Staff Page Options are not available.
    Currently the Staff page is blank with the side column as if it is set to the default template.

    thanks in advance for your help.

    Geoff

    #60304

    Hi Elana,
    Try using this shortcode: [blog_grid orderby=date items=12 columns=2]
    You can enable the home widget area from Theme Options > Home Layout and paste that shortcode into a visual editor widget in Appearance > Widgets.
    As for justifying the text and pictures, I’m not sure which you’re referring to. Do you mean in the sidebar?

    Hannah

    #60298

    Try using this shortcode instead:
    [blog_posts orderby=date items=8 type="grid" columns="4"]
    Let me know if it doesn’t work.

    Hannah

    In forum: Virtue Theme

    In reply to: child theme

    #60284

    Thanks Hannah,

    I’ve been there before and still unsure what I’m supposed to us to replace example. I’m using Virtue Premium. Do I go into editor and get the theme information to replace example like seen below?

    /*
    Theme Name: Virtue Premium Child
    Theme URI: https://www.kadencewp.com/product/virtue-premium-theme/
    Description: Virtue Premium Child Theme
    Author: Kadence Themes
    Author URI: https://www.kadencewp.com/
    Template: virtue_premium
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child
    */

    @import url(“../virtue_premium/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    For the functions, your example child theme is:
    <?php
    //Add your custom functions here.

    What do I need to add for my custom functions?

    Thanks for any assistance Hannah.

    #60278
    This reply has been marked as private.
    #60258

    Hello,

    I would like to increase number of posts on a front page (Now the maximum is 8, I have the post limited to one category, and I would like to maintain the posts from one category and in excerpts in 2 columns as it looks now!).
    I wonder if there is some simple short code or something that allows to do it?
    Also it would be cool to justify the text and pictures on the LATESTS FROM THE BlOG category – now the text lays one line below the pictures.
    My blog is http://www.vlclife.es

    Thank you for your help!

    #60246

    after updating my theme to the latest version my shortcode for my blog grid has stopped working

    [blog_grid columns=”4″ items=”8″] << this shortcode just displays as a line of text on my page

    any ideas

    In forum: Virtue Theme

    Topic: child theme

    #60241

    Hi,

    Virtue Theme is beautiful Newbie here. I upgraded to premium and lost some work already completed:( No child theme. Before I start work again I’d like to create a child theme to avoid that mistake in the future. I’ve downloaded the example virtue child theme. What is the easiest way to create child theme and install it? What do I change the code on this as shown on the support page:

    Or can I just use the downloaded example?

    /*
    Theme Name: Virtue Premium Child
    Theme URI:
    Description: Virtue Premium Child Theme
    Author: John Doe
    Author URI:
    Template: virtue_premium
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child
    */

    @import url(“../virtue_premium/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    #60213

    The image size does not change from desktop to mobile. It’s designed to size to one size for all screens using the best size it can configure based on your settings. The issue is your settings. Your adding a 1 columns gallery. There is no way for php to know what size div your adding that one column gallery to. So you would need to tell it else it’s going to default to larger images because it can only assume a one column gallery is added to a large div.

    In your gallery shortcode you can manually set the sizes to whatever you like using the imgwidth=”400″ and imgheight=”400″ settings.

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Layout Support

    #60122

    Hey,
    1. 4 products in a row on a cell phone? You can do this with css but I really don’t recommend it. You would have words trying to exit the product columns.
    The whole point of a responsive theme is to remove the need to zoom in and out on a mobile device while looking at a website. Everything moves to scrolling for easier viewing and better support. (not to mention google ranking). If you post a link to your site I can show you the css but I caution you that it’s not the point of the theme.

    2. You can add a grid of featured or bestselling using the woocommerce shortcode. Doesn’t have to be in a carousel just note you can’t switch between the two on mobile or desktop: http://docs.woothemes.com/document/woocommerce-shortcodes/

    3. I really don’t recommend “Any Mobile Theme Switcher”, I’ve had little experience with it but it’s never been good. I also don’t recommend a layout that is too large for mobile so my recommendations aside you can do this how you want but just consider that if you have to zoom on a mobile browser at all, google ranks you lower and through studies you are less likely to receive return traffic on mobile devices.

    So based on what your saying and your dislike for responsive layout I think your best option is a mobile domain and site where you can set up the content how you want separate from desktop.

    Ben

    In forum: Virtue Theme
    #60109

    Hi Alessio,
    You can either use the testimonial grid page template, or use a shortcode like this: [testimonial_posts orderby=date items=4 columns=4 cat=photos]
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #59982

    2. settings > pagebuilder. There you can turn off the responsive mode where pagebuilder will drop columns to be one on mobile if that you want that ( I don’t recommend)

    Mobile redirect: https://wordpress.org/plugins/simple-mobile-url-redirect/

    Ben

    In forum: Virtue Theme
    #59968
    This reply has been marked as private.
    #59929

    Hi,
    just wondering how to make the padding in the middle of a two column masonry gallery bigger without changing the padding on the outside. I want a larger padding and margin so I added
    `.kad-wp-gallery .g_item {
    padding-left: 15px;
    padding-right: 15px;
    }

    .kad-wp-gallery .g_item .gallery_item {
    margin-bottom: 30px;
    margin-top: 30px;
    }
    but if I add more padding in order to have the padding in between the columns matching the margin, the padding is also getting applied to the outside of the images…

    #59910

    Hi there,

    restarted this one from scratch, trying a different approach:

    i designed this page using a workaround, but i don’t think is ok, searching few better ideas:

    1. If row is set to STANDARD LAYOUT the left and right margins are too big (row 2). My workaround was to make the row FULL WIDTH STRECHED and use left and right 3% empty columns. Please help set the STANDARD row width to look like the first row if possible.
    2. The logo i try also to align to the left of the grey area.
    3. the menu if possible, would be nice to align to the bottom of the logo and to fit more items
    4. The submenu to be as wide as the grey area (of the first row) and with more items ~ like 5-7
    5. For the products i inserted with shortcode is it possible to have some dropdown filters that will narrow down the products displayed ?

    Thank you,
    B.

    #59761

    Hi again,

    I just noticed on my blog grid pages – which are usually 2 column + sidebar – that the blog items will all move to only the left column at a certain width, leaving the middle column blank. I haven’t modified this part of the site in a while so I am wondering if it was something in the recent update that caused it. I’ve looked through the theme options and didn’t see anything that seemed to be off.

    Here is a link –

Viewing 20 results - 3,021 through 3,040 (of 3,937 total)