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,701 through 1,720 (of 3,937 total)
  • Author
    Search Results
  • In forum: Ascend Theme

    Topic: Woo products

    #159740

    How do you change to 4 columns rather than 5?
    I attempted this in Theme options – Shop Archive Settings and it does not appear to work.

    How do I get rid of the Magnifying glass & Additional Information on the Product Page?
    How do I change the font size and Upper Case on the Product Descriptor?

    In forum: Virtue Theme
    #159739

    You can have the post show on your home page as a grid without the images cropped by using the blog grid shortcode or setting the home page to be your latest posts page and setting the post style.

    For example: [blog_grid columns="3" items="6"]

    Ben

    #159511

    I create a page with images stacked one on top of each other with text alongside each image. Appears fine when editing the page but when I view it online each image/text combination moves into another column. There appear to be 3 columns. Anyone know how to reset the page to display only a single column?

    This is something that started happening after I upgraded to Virtue Premium and experimented with Pagebuilder. Went back to using the basic text editor but the problem won’t go away. Even created a new page thinking there might be code remnants creating the issue – but the problem persists.

    Would greatly appreciate any wisdom and advice.

    Thanks
    Richard

    In forum: Ascend Theme
    #159370

    Ok here is what I suggest… Create a new product category and assign only the product you want to be displayed to that category. Then use this shortcode:
    [product_category category="appliances" per_page="1" columns="1"]
    Does that work for you?

    Hannah

    In forum: Ascend Theme
    #159261

    Hannah,

    I FOUND IT!!! Thanks for your patience. It was a short code. Under the title The Original 3-d Diamond Spinner- There was this short code :[featured_products per_page=”1″ columns=”1″]

    I knew featured products had something to do with it, as I added more featured products, this happened.

    How do I change this code to have the product I want?

    Also, the Category or Image Menu has a broken link. The Flippy chain has this link but it doesn’t go anywhere. :http://bigtimefidgettoys.com/index.php/product-category/flippy-chains/ Can you tell me why it isn’t selecting all of the flippy chains if I selected this category for each?

    Thanks again,

    Robert

    #159101

    1 and 2. I tried to warn you this:

    would affect every gallery on your site

    You can’t have columns and have things align center because columns are set by a percentage of the screen size.

    is it possible to have a solution that I apply for each post?

    You would need to add in a css class that is post specific. For example with the post you linked to at the top your css would look like this:

    
    .page-id-154 .kad-wp-gallery {
        margin: 0 auto;
        height: auto !important;
        text-align: center;
    }
    .page-id-154 .kad-wp-gallery .g_item {
        position: static !important;
        display: inline-block;
        width: 260px;
        float: none;
    }

    Another option that you might consider is just adding your own layout in page builder where you can add empty columns on the left and right and place your images in the middle columns.

    Ben

    #159006

    Hi Milosz,
    1. You can add this css:

    .kt-gallery-tiles .g_item .gallery_item img {
        padding: 5px;
    }

    2. So it is ignoring the number of columns you have selected? When you change this number nothing happens?

    Hannah

    #158978

    Hey,
    You can do this by creating a static page and adding your products via shortcode, then add the description under that. You can use a shortcode like this: [product_category category="appliances" per_page="12" columns="4"]
    Hope that helps!

    Hannah

    #158940

    Thanks Ben, it worked for that particular page – and on a couple others.

    However, a couple issues came up when I put the code in:

    1. I lost the padding around images in tiled galleries
    ex: http://27f.af7.myftpupload.com/photography/

    2. I am unable to change the number of columns in the Default Gallery. The number that spans the column changes with screen width, but I would like to be able to set the number of columns.
    ex: http://27f.af7.myftpupload.com/2017/07/kathleen-river/

    If this only creates more problems, is it possible to have a solution that I apply for each post? I wouldn’t mind if it would be extra work. Let me know if you need the login for the site to poke around.

    Thank you!

    #158909

    Why is this happening!?

    I tried adjusting the container but for some reason the blog grid is still lengthening out the icons into a line by line instead of across and side by side before the post excerpt.

    I am using blog grid shortcode in page builder within a site origin widget.

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

    When I look at it in live edit – it appears fine with all the author icons, etc etc lining up under the photos followed tightly with the blog excerpt.

    Here is the page.

    Thanks so much!

    Alannah

    #158864

    You were looking at the Virtue theme documentation…

    You need to look at pinnacle theme here: http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    
    [blog_posts type="grid" items="6" columns="3"]

    Ben

    #158861

    I’ve got this added to the ‘text’ field of a Site Origin Editor widget:

    [blog_grid columns="3" items="6"]

    as instructed by your shortcode help page, but it’s not showing a blog grid, it’s showing the code. I’ve double checked, it’s not added to the visual composer, it’s added in the ‘text’ field, so it should be processing the code. Link to live page here.

    Any thoughts? I’m trying to create a blog grid page with a full width Kadence slider hero image.

    Thanks

    #158852

    Galleries are built by columns. And as your screen size gets larger those columns will increase. You can’t align the column center because they are a column based grid with css and they float.

    If you just want thumbnails aligned in the center of the page you can force something with css but this would affect every gallery on your site and make all the images the same size:

    .kad-wp-gallery {
        margin: 0 auto;
        height: auto !important;
        text-align: center;
    }
    .kad-wp-gallery .g_item {
        position: static !important;
        display: inline-block;
        width: 260px;
        float: none;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Post on the front page

    #158800

    site is http://www.compassandfork.com

    In home layout- the limit category is blank (which it says is all) – should disply 4 posts, in two columns (which it does)

    #158780

    Hey Bridie,
    Yes, the show content option is available now. Just add it into your shortcode like this: [staff_posts items="2" columns="1" link="true" show_name="true" show_content="true"]

    Hannah

    #158250

    I had done it with the shortcode. I see how to add a row with page builder. I change it from 2 columns to 1 I assume that makes it full width? I dont see any other options for it, or how to drop shortcode into it…. Where isthis Slider Dropdown list? Perhaps that is an easier way? I do not see anything called that.

    #158235

    Hi, How would one insert something higher than the topbar, in this case the Ditty News Ticker plugin?
    I also tried adding it as a widget to the topbar, but the topbar seems to A) make a new row for anything you add rather than inline so it gets too thick; B) seems to have 2 columns in it,anything I add cannot be centered. So I figure adding the News Ticker up above would be easier. Thanks Kevin

    #158199

    I think I am confused. Can you remove Keivins css, and post here what you are adding in terms of

    “I’ve setup the content on my pages to have blank columns left and right of the text on the page
    (10% – 80% – 10%)”

    Ben

    #158156

    Hi
    My menu in the footer is offset to the right. I do not see any options to line things up. I have tried many combinations of the columns for the footer. In fact I can’t seem to find anywhere to control lining up or padding images placed in the footer via widgets or even lining up the Copywrite placement.

    Any direction would be appreciated. Thank you!

    My site is aquatarium.ca but you would need to change your host file to 108.167.165.165 for that domain to hit the new site I am trying to build with your theme.

    thanks
    Kevin

    In forum: Virtue Theme

    Topic: Footer

    #158129

    Hi

    I have a footer with two columns – I have used the Virtue: Infobox widget.

    1) The widget content seems to be aligned to the left in the footer column. How can I get the content centered?

    2) I one of the columns my text: Text1, Text2 and Text3 is in the same line: How can I get this in 3 separate lines?

    BR
    Martin

Viewing 20 results - 1,701 through 1,720 (of 3,937 total)