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: Portfolio post Bottom Carousel Options
January 24, 2015 at 9:41 pm #28473Hey,
I added an option in the latest version 2.8.0 that allows you to select more then eight. Theme options > portfolio settings.If you order by date then naturally the newest would show first (which I see?)
I can’t make out why your left arrow isn’t working right though. Other then you having 8 items and showing 5 with the scroll all on (which means some will always have to show). Could be throwing it off. Can you test with the items on four columns? or with more items? Or with single scroll?
Ben
In forum: Virtue ThemeIn reply to: Use Custom Carousel to filter on Category
Hi David,
Creating a separate category for the on sale products you would like to feature isn’t a bad idea. Or if your homepage is a static page you can use a shortcode like this:
[carousel type=sale-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=photos]
You would just paste that in your home edit page and replace “photos” with your category.
Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: Portfolio post Bottom Carousel Options
Hello Ben: I just updated the theme and tested the portfolio post bottom carousal, it seems other than the 8 items are displayed, the left side nav arrow is displaying the carousel differently. My new testing page is at http://s560876897.onlinehome.us/aam-sandbox/?portfolio=item-five
A shortcode [carousel type=portfolio orderby=date columns=5 items=10 speed=5000 scroll=all] version is also on that page. (I think it’s the same as home page carousel, which is perfect… but will display the current post)
My test settings:
10 test posts, named “item one” “item two”… etc. and created in that sequence. Carousel Order: dateHope this can provide you some reference, and thank you for the continue improving of the theme!
In forum: Virtue ThemeTopic: Gallery, icon & search bar
Hello,
1&2. I checked on WordPress forums and WooThemes forums but noone could really tell me what to do as it various from theme to theme.
My gallery pictures are really messy and next to each other without any system. I thought there might be a CSS code to force them into columns. I also tried to add a small icon 16x16px + a short sentence underneath each product title and right above the “Add to cart” on the shop page. I need one icon for each of my catagories..3. I also need one of my search bars made longer and place it underneath my primary menu bar. The search plugin is “YITH WooCommerce Ajax Search”
User will be posted privately if neeeded 🙂
/Andreas
In forum: Pinnacle ThemeIn reply to: Blog Exposure
January 17, 2015 at 9:33 pm #27821You would have to use a shortcode and not the home page latest post modal.
The code would look like this:
[blog_posts type="photo" columns="2" items="6"]Ben
In forum: Virtue ThemeHey, is it possible to make a column in the header disappear (using pagebuilder in a widget) when site responds to mobile?
Just to clarify, I have two columns to the right of the logo, in a pagebuilder widget. I want to keep the right side to appear in both full sized and mobile. However, I would like the content in the left column, including all padding, margins etc to disappear in mobile view. Is this possible?
I can paste some custom CSS (for example the code in the right column in the header was taken from a post on this very forum from June 17, 2014). But, I have no coding experience!
Mu staging site is: denverfirm.flywheelsites.com, to view password is: great-line
In forum: Virtue ThemeIn reply to: image size of latest from the blog in home page
Hey Ben:
So you are saying that the image size of this widget is not adjustable except by the number of columns? The single is a little big…
Thanks, Ned
In forum: Virtue ThemeIn reply to: Testimonial Page Layout
In forum: Virtue ThemeIn reply to: Testimonial Page Layout
January 15, 2015 at 3:16 pm #27678Hey,
Doesn’t seem like your link was posted? Can you try again?I am assuming your wanting the testimonial grid page with a sidebar? You can do it but you have to use a shortcode and not the testimonial page template. Just switch to the fullwidth page template then add this shortcode:
[testimonial_posts columns="3" items="20"]Ben
In forum: Virtue ThemeIn reply to: only one category for latest post
January 15, 2015 at 3:07 pm #27677Hey,
You can just use a shortcode in your page content, or with a text widget:[blog_grid cat="photos" columns="3"]Ben
In forum: Virtue ThemeIn reply to: How to set an space between widgets in page builder
January 13, 2015 at 3:11 pm #27512Hello Ben, I have to update my question: Inside the row, I have 3 columns (33% width each), in every column I have several widgets, what I want is to separate with a filler every column (not every widget).
The result should be separated boxes with a border (every box is a column in the row).
I tried:
.panel-grid-cell { margin: 0 10px; background: #00ff00; }but then the widths of the boxes change and the 3rd box goes to the next row. I think I should use negative values for the pixels somewhere so every box does not overpass the 33% allowed width. Do you know how to do it?
In forum: Virtue ThemeIn reply to: how to display portfolis on different pages
So what you’re trying to do is split up the topbar widget area and that doesn’t really work. One thing that might work is adding the phone number to your topbar menu. In appearance > menus create a topbar menu (if one is not already created) and add a custom link menu item. Leave the URL blank and put the phone number in the link text box. You may have to put something in the URL space to get it to add, but once it’s part of the menu you can just remove it. Does that make sense? Be sure to set the menu to Topbar Navigation under Menu Settings.
Then you can add this to your custom css box in theme options > advanced settings to adjust the size of the number:.topbarmenu ul li a { size: 20px; }As for the portfolio, I’m assuming you mean the portfolio grid page? For what you’re wanting your best option is to use a shortcode and page builder. So you would create a page and in the pagebuilder tab you would create a row with an image, and then another row with two columns, one with the portfolio shortcode and another with the values. You can use this shortcode: [portfolio_posts items=”10″ columns=”4″] just paste it into a text widget.
Hope all that makes sense!Hannah
In forum: Virtue ThemeIn reply to: wired testing
In forum: Virtue ThemeHi there,
For the first time with this theme, I’m stuck with a little issue: with certain images, on pageBuilder, The Virtue:Carousel widget doesn’t use the image thumbnails. Here’s the link to the page: *Login to see link
All images have a square thumbnail by default, and i’ve tried:
1- Reuploading new versions of the images that don’t work
2- setting max-height to 450px on the row and the carousel
3- Making new thumbnails by hand.EDIT: this only happened to me with the 2 columns layout.
Is there something I missed in the process? Thanks much, Nathan.
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: adjust spacing of gallery rows
January 10, 2015 at 2:51 pm #27207Sorry that is between columns.
Rows is like this:
.kad-wp-gallery .grid_item { margin: 5px 0 15px; }Ben
In forum: Virtue ThemeIn reply to: Home/Woo-shop home On Sale Product Settings
January 10, 2015 at 2:42 pm #27203You can add a products carousel using the virtue: carousel widget or with a shortcode like:
[carousel type="sale-products" columns="4"]Ben
In forum: Virtue ThemeTopic: Home Icon Menu
In forum: Virtue ThemeIn reply to: Boxes/Lines or edges & Icon questions
In forum: Virtue ThemeIn reply to: how to display portfolis on different pages
January 9, 2015 at 4:31 pm #27117Tried this:
[carousel type=portfolio orderby=date columns=4 items=8 speed=9000 scroll=cat=Quantum and Anthem of the Seas |Suites]
Didn’t work! -
AuthorSearch Results


