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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: footer customisation
February 8, 2016 at 11:08 am #80189You 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 ThemeIn reply to: Image Carousel Gallery
In forum: Pinnacle ThemeIn reply to: Shop Page broke
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.
ThanksIf you are curious about, go to the page and inspect the top border of the first title box
In forum: Virtue ThemeIn reply to: Home Blog Settings 3 columns
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 ThemeIn reply to: Home Slider setup
In forum: Virtue ThemeI 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!!
In forum: Virtue ThemeHi,
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,
StefanIn forum: Virtue ThemeIn reply to: Product quantity in checkout
February 4, 2016 at 11:52 am #79733I’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 ThemeIn reply to: Shop Page broke
February 4, 2016 at 11:38 am #79730I 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
In forum: Virtue ThemeIn reply to: Error message on subcategories after update
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?
In forum: Virtue ThemeIn reply to: Product quantity in checkout
This reply has been marked as private.February 4, 2016 at 10:57 am #79719In forum: Virtue ThemeIn reply to: Footer Widget Spacing
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!
HannahIn forum: Pinnacle ThemeTopic: Shop Page broke
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 ThemeTopic: hcolumns
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 ThemeIn reply to: Product page
February 3, 2016 at 2:26 pm #79522So 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
In forum: Virtue ThemeFebruary 3, 2016 at 1:18 pm #79496Hey,
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
In forum: Virtue ThemeIn reply to: products category in homepage, add column
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 ThemeIn reply to: Widgets overlaping sidebar
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 ThemeIn reply to: menu opening in 4 columns
In forum: Virtue ThemeIn reply to: Editing the footer
-
AuthorSearch Results


