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,601 through 3,620 (of 3,937 total)
  • Author
    Search Results
  • #21375

    Amazing Theme. I’m really impressed. One thing I’m having trouble with is in regards to the shop page and the product category pages.
    I have my theme set to show my shop category column layout => 5 columns, but it’s still showing as 4. I’d really like it to be 5 so the images aren’t so huge. Is there something I can do to fix this?

    I also have related columns carousel set to => 6; can I hack this to make it 9 or another number that works with the grid layout?

    Thanks!

    #21319

    If the submenu could be about 1/4 of it’s current width, that would be great. I only need it to display two columns with short, two-word menu titles.

    #21294

    That isn’t an option to change per category. What you can do is set up a page and use a shortcode to show all the products in a category with a specific column… so for example this :

    [product_category category="appliances" columns="1" per_page="24"]

    You can see all the woocommerce shortcodes here: http://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

    #21272

    Hello,

    I am using woocommerce along with virtue theme and I want to set different number of columns on some products categories. The theme options allows me to change the number of columns only globally. Any ideas?

    Thanks

    #21183

    Hey,
    To clarify. The home page “latest blog posts” module only uses a featured image. It is set to not show videos.

    If you want that option you have to make your home page the latest posts page in settings > reading.. then move the “page content” to enabled and the “latest posts” to disabled in the theme options > home layout.

    You can make the post show in two columns by adjusting the settings on the bottom of the theme options > home layout tab.

    Ben

    #21147

    Hi Ben,

    Thanks awesome result on problem 1. I didn’t see any child pages, but I deleted the news page and recreated it and it works now.

    Problem 2 is still a little confusing. I’ve set it to 26 under home page blog settings. It is reading 4 posts and 2 columns, but even if a post is straight forward in content it is still only showing 10 words exactly (except where I experimented with excerpts.)

    #21000

    Hey,

    1. That isn’t a built in option. And would require seginificate codeing to make happen.

    2. You can add a shortcode: [carousel type=portfolio orderby=date columns=4 items=8 speed=9000 scroll=all cat=photos]

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

    Ben

    #20882

    Working on

    I am trying to highlight the principal of the firm, with the partners being given less prominence… I haven’t been able to do this. I have separated them into Staff groups: Principal (1) and Partners (3).

    I ended up putting the principal’s bio in a text box above the partners in 3 columns on a Staff template page. This works okay space-wise but there is no formatting in the bio so it looks odd and mushed-together.

    Any help you can offer?

    many thanks,
    Barbara
    p.s. Thank you for previous help; the site is now live and we’re getting many enthusiastic reviews.

    In forum: Virtue Theme

    In reply to: Testimonials Grid Page

    #20762

    It’s in the css. So changing it just just a matter of overriding the css. You can set the columns amount in the page settings.

    Ben

    #20539

    It just does not show on my machine, my win 7 machine, I will try a different browser and see. When I add widgets with page builder, the events show, but nothing else shows, and I did try to separate them by using 2 columns, that only worked one time, thanks for the help, I will be able to look at it this afternoon.

    In forum: Virtue Theme

    In reply to: Testimonial page

    #20507

    1. Set the page template to fullwidth and not testimonial grid.

    2. Add the testimonial shortcode [testimonial_posts columns="2"]

    Ben

    In forum: Virtue Theme

    In reply to: Secondary Menu Options

    #20475

    WP Admin > Customise > Menus > Edit Menus > Menu Structure > (click down arrow on RHS of menu item) > Submenu Number of Columns (drop-down).
    Andrew

    In forum: Virtue Theme

    In reply to: Secondary Menu Options

    #20470

    “there is a setting for Submenu Number of Columns (Enable Fullwidth Sub-Menu)” Where are you seeing this option?

    Hannah

    #20467

    Hi,
    I really love this theme.

    I have a silly question. I have a submenu for the Secondary menu. I cannot read the active item on the submenu because the font color is white and the background is white. On hover, it is white with background color blue, which is correct.

    I am struggling to change the submenu active color to black via the theme settings or by adding custom css in Theme Options > Advanced > Custom CSS. I tried this:

    #nav-second ul.sf-menu ul li a:active {
    background: #1e73be; /* blue */
    color: #000;
    text-transform:uppercase;
    }
    #nav-second ul.sf-menu ul li a:hover {
    background: white;
    color: #000;
    text-transform:uppercase;
    }

    In the theme menu settings, the options only provide for editing both hover and active at the same time. The background color blue is not showing up on the active link. (submenu hidden until you hover on the parent menu item).

    Additionally, I want the submenu to be horizontal with more than 4 submenu items/columns, which does not appear to be possible in the WordPress settings: Appearance > Menus > Enable Fullwidth Sub Menu > Submenu Number of Columns (max 4) – I have posted separately on a more relevant thread about this problem.

    I realise that I have probably made a silly mistake in my CSS but I would be extremely grateful for your advice. In the demo it works perfectly with a vertical submenu –

    Andrew

    In forum: Virtue Theme

    In reply to: Secondary Menu Options

    #20466

    Hi, I have a question about this too. In Appearance > Menus there is a setting for Submenu Number of Columns (Enable Fullwidth Sub-Menu), which has a maximum number of 4 columns. I cannot find how to have a horizontal submenu for the Secondary menu with more than 4 columns.
    http://allabouttea.co.uk/dev/product-category/tea/
    Andrew

    In forum: Virtue Theme

    In reply to: Testimonial page

    #20449

    Are you wanting the to put the testimonials on the left and form on the right? If so you need to add the testimonial shortcode and not use the page.

    [testimonial_posts columns=”2″]

    Just add in a column on the right or left of your column that has the form.

    Ben

    #20375

    Hi Ben,

    Thanks for the tip. I renamed the page/link so it does not start with a number and it now at least displays the page – however I’m now getting a Woo error when I try to add back in a product gallery.

    If I add this to the page:

    [product_category category="qfhd-4k-monitors" per_page="20" columns="4" orderby="order" order="asc"]

    I get this error when I try to update the changes:

    Fatal error: Call to undefined function woocommerce_product_loop_start() in /home/pixeluti/public_html/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php on line 182

    The page Previews OK, I just can’t update it?

    I use the exact same code with a different category on other pages so again I’m not sure what is wrong with just this page.

    I’m running Woo v2.2.6, WP 3.9.2 and Virtue Premium 2.6.7 with a child theme.

    Any pointers on this error?

    Many thanks for your help

    Steve

    In forum: Virtue Theme
    #20270

    Thanks Ben, but when i choose 2 columns it’s not the same apparence like “latest posts”. The image is smaller.
    I would like to have the same format like now with latest posts. Is it possible ?

    And if i choose to turn off the grid style, it’s only one columns.

    Thanks

    In forum: Virtue Theme
    #20260

    In the theme options > home layout, scroll to the bottom, you can choose the grid style and choose two columns.

    Ben

    #20254

    Hmm, ok, so let me try to make sure we are on the same page. I’m guessing you looked at this? https://www.kadencewp.com/creating-a-home-page-with-virtue/

    So you’ve created a page and in the settings > reading. you’ve set that page to be your front page?

    Which makes that page content the page content mobile that you find in the theme options > home layout.

    So with that enabled you can go to the page you made… the page that is set as your front page and add any of the shortcodes to that page. That will then make them show on your home page. So if I want the “[recent_products per_page=”12″ columns=”4″]”
    Then I add:

    [recent_products per_page="12" columns="4"]

    to the page content.

    does that help?

    Ben

Viewing 20 results - 3,601 through 3,620 (of 3,937 total)