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 - 2,321 through 2,340 (of 3,937 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Product Box Sizes

    #103888

    In pagebuilder you have empty columns on either side of your second set of products, just make the row the same as what you have for featured products with no side columns.

    Ben

    #103870

    Kevin –

    So these were all super helpful. I installed the wp-gallery-custom-links plugin and now through the shortcode, I’d like to call to the gallery images so that they display in the slider. Do you know the shortcode for this?

    Currently I have the following:
    [carousel type=portfolio cat=”navigation-slider” columns=4 items=8 scroll=all]

    What I want is to display the gallery images that now have the links.

    Thanks,
    Patrick

    #103858

    Hello!

    I want to use Blog Grid template but here is a problem – when I select blog category is this dropdown menu. It is OK, but if I have CATEGORY 1, CATEGORY 2, CATEGORY 3 and I want display on page just CATEGORY 1 and CATEGORY 2, but not CATEGORY 3 is a problem. Instead of dropdown menu would be better checkboxes.

    I try this shortcode: [blog_grid orderby=date items=10 columns=3 cat=photos] which works fine but … How to do that for items, 11, 12, 13 … will be visible on the page – 1, 2, 3 (pages). I hope that you understand what I mean. In Blog Grid are always below 10 posts visible page numbers 1, 2, 3, 4 …

    Thanks.

    Best regards,

    R.

    In forum: Pinnacle Theme

    In reply to: Tablet layout issues

    #103820

    In your pagebuilder settings you have tablet mode turned on. Turn that off so your columns don’t break down until mobile at which point they would all fall into one column.

    Ben

    In forum: Pinnacle Theme

    In reply to: Tablet layout issues

    #103791

    Hi Ben thanks for quick response… see below

    1) Ideally either to stack on on top of the other or keeping it in 3 columns please
    2) Ok thanks
    3) Ok I understand this on. have managed to get this how I want now.
    4) Not sure I understand this…. are you saying there is a set up somewhere for columns falling? Don’t think I know where that is… or are you saying I need 6 columns?

    Thanks,
    Rebecca

    In forum: Pinnacle Theme

    In reply to: Tablet layout issues

    #103782

    1. I see that you have added three columns. You have those columns set to break down to 50% at 1024px. How are you expecting this to look?

    2. That has to do with your plugin and how it loads those posts. It’s not something the theme controls or can control. Also in testing it doesn’t seem to happen so it’s more then likely related to how fast your internet service is.

    3. You put those items in the center column of a three column layout. Then once the screen is below 1024 you have those columns set to be 50%… Which means the second column would be on teh right side. Either you don’t know that your setting these columns to be 50% or I don’t know what your expecting to happen?

    4. same ^ three columns in one row. The next row doesn’t start till the row above it done. You have set those columns to fall to 50% and that leaves the third on it’s own.

    Ben

    In forum: Virtue Theme

    In reply to: Excerpt length in blog

    #103734

    Here is the link : http://321fleurs.com/

    The blog is at the end of the Home page. It is entitled : “Les conseils de La Fleuriste”. Two posts on two columns.

    Gérard

    #103701

    Hey,

    You should use columns, not a table. That way your columns can break down on mobile and hte image would move above your text. That or use pagebuilder.

    For the pullquote add this in your theme options > advnaced settings custom css.

    @media (max-width: 767px) {
        .pullquote-center {
        padding: 5px 10px;
        margin: 10px;
    }
    .pullquote-center:before {
        display:none;
    }
    }
    

    Ben

    #103634

    Just to be clear external links for images means your using this plugin: https://wordpress.org/plugins/wp-gallery-custom-links/

    And unfortunately there is only one meta field for that which applies anywhere that image is used in a gallery.

    What I suggest is not use a gallery, simply add your images to the post content using a visual editor and give each a link.

    You can also use a pagebuilder widget to create columns or use the theme columns shortcode or just place the images beside eachother.

    Ben

    #103391

    You can add custom carousels via shortcode in any text editor on your site. A shortcode for a portfolio carousel will look something like this:
    [carousel type=portfolio columns=3 items=8 scroll=all]

    If you want to read about the options you have using shortcode, here is a tutorial for that:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    One thing that might be easier in your case though would be to create a custom gallery via the Add Media button in the visual editor, and setting the gallery type to be a carousel.
    Then you can use this plugin to set a custom link for each gallery item.
    https://wordpress.org/plugins/wp-gallery-custom-links/

    Or if you already have the portfolio configured and prefer to use the portfolio carousel, then you can add redirects to your image links using this plugin:
    https://wordpress.org/plugins/safe-redirect-manager/

    Let me know if any of these options work for you!

    #103365

    Hi (me again…),

    I am having an issue with 4-coloum related product layout in Woocommerce pages. It is laid out with 4 columns, but only shows one image in the left column. The scroll arrows allow to scroll through them though (all go in the first column), so it isn’t an issue of only one product being related.
    Could you please advise how to fix?

    Access the site via this link to bypass coming soon screen, then go to this link to see an example

    Thanks

    In forum: Virtue Theme
    #103247

    Hi there.

    I have a couple of issues with my new footer that I can’t resolve.

    1. The Menu I have created and added under “Information” doesn’t seem to be full width in its container. The “Terms and Conditions”, for instance, is split into two lines for some reason?

    2. When viewed on mobile devices, the content in the Footer Columns are completely full width and starts and ends on the very first pixel of the screen. How can I add 10% padding on either side of each individual Footer Columns without affecting the footer width itself (avoiding a white border)?

    Logins below. Thank you!

    #103209

    Hi,

    I display products categories in my home page bt I can’t order the categories as I want that is to say by id number.

    Here is the shortcode : [product_categories number=”13″ columns=”4″ ids=”47,37,60,50,57,59,46,58,62,49,61,41″]
    They order as follow : 62,47,37,60,59… and not : 47,37,60,50… as listed in the shortcode.

    I tried to add the argument orderby as follow :

    [product_categories number=”13″ columns=”4″ ids=”47,37,60,50,57,59,46,58,62,49,61,41″ orderby=”id”]

    I also tried odrerby=”ids”, orderby=”menu_order” but none works !

    May you help me ? Thank you very much.

    Gérard

    #103178

    I love the feature that adds a full-width footer column on top of the other footer columns – I am not sure if it’s new or not, but very welcome. However, is there a way to change the colour of the first full-width one to say white, while keeping the other three columns below the same colour as defined in the footer settings?

    Thanks,
    Greg

    #103085

    Hi Hannah,

    Thank you so much for the response! I realize now that I may have worded my original post poorly, though. 🙂

    I know how to set it to be visible, but my problem is where it appears when it is visible. It’s appearing in the left column of the topbar, to the right of my menu. Since that column is already consumed with the menu, the shopping cart gets pushed down to a 2nd line, making the topbar much too tall from an aesthetic standpoint.

    Instead, I’d like it to appear in the right-hand column of the topbar, on the far right.

    Actually, I’m having a further issue in that I’d like the distribution of the columns (or “cells”) on the topbar to be more like 75% and 25% rather than 50/50. I realized this after I added one more item to my menu, which got pushed to a 2nd line because the menu then extended further than the left-hand container of the topbar allowed.

    In summary, if I could get the topbar redistributed to 75/25 and also get the shopping cart in the right-hand container of the topbar, I’d be very happy!

    Here is the site that I’m working on.

    #103051

    Hi Guy,

    1. You can turn off the theme lightbox in Theme Options > Misc Settings.

    2. In Theme Options > Blog Options you can set the number of columns to display on category pages. And for your blog pages you can select the number of columns from within the blog edit page. You can set the Blog pages show at most from Settings > Reading.

    3. There aren’t necessarily set plugins we recommend. What you’re looking for with plugins is recent updates and good reviews. Let us know if you have questions about a specific plugin.

    Hope that’s helpful!

    Hannah

    #103036

    Hi all,
    I’m configuring my site to use Virtue Premium, and have some questions:

    1. I am using nextgen galleries, and when I click an image thumb on a gallery both theme lightbox and nextgen lightbox are opened one onm top of the other.
    Disabling nextgen lightbox does not help because theme lightbox does not support moving between the photos.

    2. Can I arrange the main “blog” page in 2 or 3 columns and display all posts?
    Same for category specific blog page?

    3. What are recommended plugins that work well with virtue premium for:
    a. Related posts
    b. Displaying AdSense ads
    c. Facebook Like button
    d. Share to social media
    e. Facebook feed for widget
    f. PHPLIST subscribe form

    Many thanks!
    Guy

    #102939

    Hey Sebastian,
    In Theme Options > Blog Options set Category Display Type to Grid Post then you can set the number of columns beneath that. Then in Settings > Reading set the Blog pages show at most to a high number.
    Hope that helps!

    Hannah

    #102922

    Hello,

    I would like all posts from a category to be shown on a archive page with 4 columns.
    Right now only 10 thumbnail post links are shown, and the other ones are on page 2.
    I would like to have them all on one page, so you just have to scroll down to see them all.

    Thank you very much!
    Best regards
    Sebastian

    #102880
    This reply has been marked as private.
Viewing 20 results - 2,321 through 2,340 (of 3,937 total)