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 ThemeMarch 24, 2016 at 11:26 pm #87617
Hey,
You can use your page content or home widget area.Add your title and the portfolio shortcode.
[portfolio_posts columns="3" items="9"]Ben
In forum: Virtue ThemeIn reply to: content above blog posts and sidebar on homepage
Hey Anamaria,
You can enable whatever you like above Page Content in Theme Options > Home Layout. Page Content determines where your blog post display. So if you want to use page builder you can enable the home widget area then from Appearance > Widgets you can add a layout builder widget to your home widget area. You can enable a slider from Theme Options > Home Slider
If you want this content to be above the sidebar that would require setting your page as a static page (setting > reading) and using page builder to create a sidebar-like look with columns then add your blog posts in the larger column via shortcodes. Does that make sense?Hannah
In forum: Virtue ThemeHi
Following templates in WOOCOMERCE are outdated must be replaced manually. I tried to do the manual change, but the result was a bad looking product category page (displaying all product categories in a column (1 column x n rows), instead of as requred by the setting in 6 columns). In the product view I even lost the picture and it did neither take the 3 columns required by the setting.
virtue_premium/woocommerce/content-product.php 2.4.0->2.5.0,
virtue_premium/woocommerce/content-product_cat.php 2.4.0->2.5.2,
virtue_premium/woocommerce/loop/add-to-cart.php 2.1.0->2.5.0,
virtue_premium/product-searchform.php ->2.5.0,
virtue_premium/woocommerce/single-product/add-to-cart/variable.php 2.4.0->2.5.0,
virtue_premium/woocommerce/single-product/review.php 2.1.0->2.5.0,Thanks for your advise.
Regards,
claudio:)
http://www.flitzerli.chIn forum: Virtue ThemeIn reply to: How to update outdated templates
Hi
I seem to have some similar problem, but as the communication is half marked private I was not able to get the point. Here is my problem description:
Following templates in WOOCOMERCE are outdated must be replaced manually. I tried to do the manual change, but the result was a bad looking product category page (displaying all product categories in a column (1 column x n rows), instead of as requred by the setting in 6 columns). In the product view I even lost the picture and it did neither take the 3 columns required by the setting.
virtue_premium/woocommerce/content-product.php 2.4.0->2.5.0,
virtue_premium/woocommerce/content-product_cat.php 2.4.0->2.5.2,
virtue_premium/woocommerce/loop/add-to-cart.php 2.1.0->2.5.0,
virtue_premium/product-searchform.php ->2.5.0,
virtue_premium/woocommerce/single-product/add-to-cart/variable.php 2.4.0->2.5.0,
virtue_premium/woocommerce/single-product/review.php 2.1.0->2.5.0,Thanks for your advise.
Regards,
claudio:)In forum: Pinnacle ThemeIn reply to: Kad Animation On Scroll
In forum: Virtue ThemeIn reply to: How to add an image ABOVE the footer menu?
March 23, 2016 at 11:44 pm #87415Hey,
Add something into the two empty footer columns. even if it’s just an empty text widget add those.
BenIn forum: Virtue ThemeThis code here is the closest that you’ll be able to get within the theme.
[custom_carousel columns=4 speed=9000 scroll=1] [carousel_item columns=4] Item 01 - Add your info here [/carousel_item] [carousel_item columns=4] Item 02 - Add your info here [/carousel_item] [carousel_item columns=4] Item 03 - Add your info here [/carousel_item] [carousel_item columns=4] Item 04 - Add your info here [/carousel_item] [/custom_carousel]Create as many of those carousel items as you want, with your desired content within them.
Let me know if that works for you.
In forum: Pinnacle ThemeIn reply to: Gallery columns
March 23, 2016 at 3:15 pm #87358Hey,
So with the fullscreen in your shortcode add this:fullscreen="true"that will make the images a little larger so they fit.Then in your theme options > custom css box.. add this:
@media (min-width: 1200px){ .kad-wp-gallery .g_item {width:12.5%} }That will bring them to 8 columns on larger screens.
Ben
In forum: Pinnacle ThemeIn reply to: Gallery columns
I’m using the standard gallery supplied by your theme, here: http://naturalplacesphotography.com/west-coast-trail/
This particular example has no sidebar and is full width, but I will likely put some posts up with a sidebar as well.
The shortcode for this gallery looks like this:
[gallery columns="8" ids="444,445,446,447,448,449,450,451,452,453,454,455,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,483,481,482,484,485,486,487,509,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508"]I specified 8 columns but only 6 show up with or without the sidebar. If there is a sidebar they do show up with smaller thumbnails.
Thanks, Glenn
In forum: Pinnacle ThemeIn reply to: Home Icon Menu Replication
March 22, 2016 at 6:10 pm #87217Hey,
If you don’t want to set in the shortcode and would like to set the defualt for the icon box shortcode you can use this css:.kad-icon-box:hover h4:after, .kad-icon-box:hover h3:after, .kad-icon-box:hover i, .kad-icon-box:hover .kad-btn-primary { background-color:#1e73be; }The columns added through pagebuilder have a differnet padding then the columns in the them eoptions > home layout > icon menu.
you can just make the shortcode change to match the above with this css:
.kad-icon-box { padding: 10px 5px; }Ben
In forum: Pinnacle ThemeIn reply to: Home Icon Menu Replication
I can now see the height adjustment CSS working, thanks. All three columns are now equal height.
Ultimately it’s the width issue that’s bothering me. I’ve put in your latest CSS but I don’t notice a difference. Can you point it out?
I’ve “x”d my default theme css as requested, though the color is still orange.Anything else we can try? Either way, thanks for your help Hannah.
Josh
In forum: Virtue ThemeIn reply to: Testimonial Grid page doesn't have sidebars showing
Thanks Ben. I think it worked. I used the sidebar template and add your code. We shall see when others submit their testimonies. I simply changed the code to 2 columns.
In forum: Pinnacle ThemeHi,
You can do this using a shortcode like this:[custom_carousel columns=4 speed=9000 scroll=1] [carousel_item columns=4] Item 01 - Add your info here [/carousel_item] [carousel_item columns=4] Item 02 - Add your info here [/carousel_item] [carousel_item columns=4] Item 03 - Add your info here [/carousel_item] [carousel_item columns=4] Item 04 - Add your info here [/carousel_item] [/custom_carousel]You can either paste that into your home page content area or your home widget area and just add that to the visual editor or a text widget. Another option is to use pinnacle: gallery widget.
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: Home Icon Menu Replication
Hi Hannah,
Thanks for responding. I’ve added the custom CSS, though it doesn’t look any different. I had previously set both my basic styling colors as blue variants, and the Theme Stylesheet is default.css. Do you also notice the slight column width variance? Is that due to the way Visual Editor handles columns differently?
Josh
In forum: Virtue ThemeIn reply to: Testimonial Grid page doesn't have sidebars showing
March 21, 2016 at 11:21 pm #87036You can’t using the testimonial grid page.
but you can add the testimonial shortcodes to a page with a sidebar or for example the sidebar template.
[testimonial_posts columns="4" items="20"]Ben
In forum: Pinnacle ThemeIn reply to: Home Icon Menu Replication
Thanks Ben, it works great with a few caveats:
1. The alignment of the 1st and 3rd columns are slightly different in my new build vs. the pre-built version bundled in your theme.
2. The hover colors defaulted to the theme default orange, over the blue I changed it to in “basic colors”. I can’t see where that’s adjustable.
Here’s them both for comparison: http://roarbacksound.com/
Whether you can help or not, thanks so much!
Josh
In forum: Pinnacle ThemeTopic: Gallery columns
In forum: Pinnacle ThemeIn reply to: Home Icon Menu Replication
March 21, 2016 at 6:22 pm #86991Hey,
This can be done using the visual editor widget. So add however many columns you want in pagebuilder then in each column add a visual editor widget.Then in each visual editor widget click “pinnacle shortcodes” and choose the icon box.
Let me know if that doesn’t make sense.
The red x only meant that no one had replied to it yet.
Ben
In forum: Virtue ThemeIn reply to: Feature image on portfolio grid page
March 21, 2016 at 5:34 pm #86958You can add a portfolio grid to a featured page template by adding the shortcode into the content:
[portfolio_posts columns="3" items="10"]Ben
In forum: Virtue ThemeIn reply to: image menu spacing
-
AuthorSearch Results


