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

    In reply to: footer customisation

    #80189

    You would just add the html.. Best for you to just add into a page using the visual editor then click on the text tab and copy that.

    You don’t have a middle because at the moment looks like you’ve set to 4 columns.

    Ben

    In forum: Virtue Theme

    In reply to: Image Carousel Gallery

    #80130

    Hi Hanna,

    1) thanks! It works now!
    …and if I don’t want a lightbox in another gallery, for example in a image slider , what I have to do?

    2) I use page builder: add row, add virtue gallery widget, I set gallery type: “image carousel”, gallery columns: 6

    In forum: Pinnacle Theme

    In reply to: Shop Page broke

    #79966

    In the first image, where is the 1px white line, the second image has number of articles, so is not empty.

    I ended hiding it with:

    .woocommerce-page .kt-simple-box:first-child {
     margin-top: -15px;
    }

    this moved up the first title box, but not the second…

    The page is now:

    [kt_box opacity="1" padding_top="5" padding_bottom="1" padding_left="20" padding_right="20" background="#ffffff"]
    <h2>Produtos em destaque</h2>
    [/kt_box]
    [products ids="47,50,99" columns="3"]
    [featured_products per_page="4" columns="4"]
    [product_category category="Posters" per_page="5" columns="5"]
    [kt_box opacity="1" padding_top="5" padding_bottom="1" padding_left="20" padding_right="20" background="#ffffff"]
    <h2>Categorias de Productos</h2>
    [/kt_box]
    [space size="5px"]

    this gives me lots of flexibility, I can display different products at any time.

    Who cares for an empty div? I can live with that.
    In many themes I tried before was simple impossible to add anything in the shop page.

    I updated this to resolved.
    Thanks

    If you are curious about, go to the page and inspect the top border of the first title box

    #79931

    Hi, Sorry to dig up an older post. I was also trying to add extra columns on my home page blog display.

    I followed the advice above (Or you can set the home page to be your “post page” in the settings > reading. Then in your theme options > home layout. enabled “page content” and not “latest posts” Then at the bottom of your theme options > home layout set the blog style to grid with three columns.) and everyting seemed to work great. I had my test revolution slider in place and my test blog posts below it in 4 columns.

    However now my home page menu button as pointing to a blank page – the only way to get back to this ‘front page’ is by clicking thr sight title – is there any way to set this front page as my home page for menu puposes?

    Many thanks

    My site is http://www.bemorebruce.com

    In forum: Virtue Theme

    In reply to: Home Slider setup

    #79908

    Thank you. Can you tell me what widgets are used in the footer area of the demo. I appears to be four columns built with page builder.

    Thanks,
    JP

    #79886

    I have just replaced the widget php file in directory wp-content/themes/virtue_premium/lib ftp way

    with same of the 3_4_5.. and now seems all ok.. but if possible i prefer to have the 3_4_6 or better 7.

    if i update again with new whidget php the portfolio carousel on homepage go in panic and under the footer of all page the site start angain from topbar to footer and

    the last footer is whitout 2 last widget columns.. the site is under construction now i’m working on it i tryed so many times on various device to solve the problem..

    anyway if it’s important i can replace the file and send some pics of it.. sorry for my english i’m italian.. ty for now.. let’s keep in touch and ty 2 you!!

    #79874

    Hi,
    I have the following shortcode in a portfolio-item to show other portfolio-items.

    [portfolio_posts orderby=title excerpt=false itself=false columns=4 items=-1 height=320 lightbox=true showtypes=true cat=”schule”]

    I would like to sort “orderby” them by title or by menu_order ascending because default all the sort is descending (newest on top or left). What do I have to do?

    best,
    Stefan

    #79733

    I’m not seeing an overlap? I see that the columns don’t have a top and bottom margin for separation are you wanting to add that margin?

    Ben

    In forum: Pinnacle Theme

    In reply to: Shop Page broke

    #79730

    I was able to recreate this.. It’s an odd error, $woocommerce_loop[‘columns’] is not called because of the shortcodes above. It I’ll update in just a little bit with a fix.

    Ben

    #79721

    Still no luck. The ratio crop is set to “wide landscape 4:2”. I tried setting it to every option available, including “none” as well as leaving it completely deselected. It looks like the error has something to do with columns, so I tried adjusting them from within the settings of WooCommerce, and still no luck.

    This is the code from the error lines within 223-243, where the error is reporting, which made me try the columns.

    /**
     * Get the classes for the product cat div.
     *
     * @since 2.4.0
     * @param string|array $class One or more classes to add to the class list.
     * @param object $category object Optional.
     */
    function wc_get_product_cat_class( $class = '', $category = null ) {
    	global $woocommerce_loop;
    
    	$classes   = is_array( $class ) ? $class : array_map( 'trim', explode( ' ', $class ) );
    	$classes[] = 'product-category';
    	$classes[] = 'product';
    
    	if ( 0 === ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] || 1 === $woocommerce_loop['columns'] ) {
    		$classes[] = 'first';
    	}
    
    	if ( 0 === $woocommerce_loop['loop'] % $woocommerce_loop['columns'] ) {
    		$classes[] = 'last';
    	}

    I will also try opening a ticket with WooCommerce since the error may be happening there. Has this error come up for other users?

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

    In reply to: Footer Widget Spacing

    #79663

    Hey Monica,
    I’m only seeing three columns, the third is just floated left so it looks like there’s extra space. You can add this css to float it right:

    .footercol3 .widget-first {
        float: right;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!
    Hannah

    In forum: Pinnacle Theme
    #79614

    Hi

    When I was in Pinnacle 1.5.7, I created my shop page as categories only by woocommerce definitions and I inserted some shortcodes into the editor:

    [kt_box opacity="1" padding_top="10" padding_bottom="5" padding_left="20" padding_right="20" background="#ffffff"]
    <h2>Produtos em destaque</h2>
    [/kt_box]
    [product id="47"]
    [featured_products per_page="8" columns="4"]
    [kt_box opacity="1" padding_top="10" padding_bottom="5" padding_left="20" padding_right="20" background="#ffffff"]
    <h2>Categorias de Productos</h2>
    [/kt_box]
    [space size="10px"]

    This kind of setup allows for a lot of flexibility.

    Since I updated to 1.5.8 this is broke, I just updated to 1.5.9 and it continues to be broken.

    The first part (the shortcodes) displays correctly, when it comes to display the categories, it displays a message ‘Warning: Division by zero in /Applications/XAMPP/xamppfiles/htdocs/wp07/wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 237’ and ‘Warning: Division by zero in /Applications/XAMPP/xamppfiles/htdocs/wp07/wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 241
    class=”product-category postclass grid_item product”>’ just before each of the category images, the images are still clickable.

    If I remove the shortcodes from the page everything returns to normal.

    Thanks

    In forum: Virtue Theme

    Topic: hcolumns

    #79529

    I am having trouble getting my column shortcodes to behave on this page:

    Are there any references to the shortcodes for columns? I would like to understand the differences between the standard [column] and [hcolumn] so I know how to use them properly.

    Thanks, Corey

    In forum: Pinnacle Theme

    In reply to: Product page

    #79522

    So you want to add products to a page that is built in pagebuilder? Is that what you mean?

    You can use woocommerce shortcodes: https://docs.woothemes.com/document/woocommerce-shortcodes/

    Add one to a text widget like :
    [recent_products per_page="12" columns="4"]

    Ben

    #79496

    Hey,

    I’ll consider how that might work.
    Right now you can use pagebuilder for the page. Just set the layout to three columns. Then add in all your content. You don’t need to use or add anything to the preset options you can remake the values in a text widget.

    Ben

    #79467

    Hi Greta,
    Looks like you have added the products on your homepage via shortcode. Is that correct? So you would just go into text widget (from Appearance > Widgets) that you have your shortcode in and change columns=”5″ to columns=”6″ does that make sense?

    Hannah

    In forum: Virtue Theme
    #79459

    Hi Jonas,
    I believe your best bet here would be to use page builder. Create a row and set your image as the row background and then set the row layout to fullwidth stretched. Then create a another row with two columns, the one on the right more narrow so it has a sidebar effect. Then you can add your other content into the left column. Does this make sense?
    This tutorial may help if you aren’t familiar with page builder- https://www.kadencewp.com/using-page-builder-virtue-premium/

    Hannah

    In forum: Virtue Theme
    #79433

    Sorry, just re-read the question…definitely misunderstood. For the dropdown columns you would still need to get the column id. It would just look more like this:

    li.menu-aboutus.sf-dropdown-submenu.menu-item-1044 {
    background: url("YOUR IMAGE");
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Editing the footer

    #79402

    One thing you could do is use the Layout Builder widget (from Appearance > Widgets) and a row with two columns then add a custom menu widget to each column. Does this work for you?

    Hannah

Viewing 20 results - 2,721 through 2,740 (of 3,937 total)