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
Hi Team, using the page builder I set a row to 4 columns with a gutter of 1px, it’s showing ok between columns 1-2 and 2-3, but not showing between 3-4. I tried using 5 columns then they all show up but the one between 3-4 becomes what looks like 2px. Are you able to help me out so I have a thin 1px line between all my columns.
Thanks,In forum: Virtue ThemeTopic: Custom separators
Hey guys,
at the moment, when you visit my website you get to see this.
I made these golden separators in a png format and I am trying to create an effect similar to this:
Can you see those golden lines? They are completely unresponsive. They simply scale in size when I swap to mobile view on their website.
Now I have no idea what would be the best way to create this effect. They way I made it looks like this-
As you can see I’ve inserted a row with 3 columns. I played with the code so I could resize them and get them closer to the actual text by using this code.
For the left one
{
display: inline-block;
margin-right: -40%;
width: 70%;
}And for the right one
{
display: inline-block;
margin-left: -40%;
width: 70%;
}Didn’t save it though, because there is no point yet. Because when I switch to mobile menu I get this.
Funnily enough it doesn’t look half bad, but I won’t learn anything by settling for random things.
What would be the best approach to make sure that the row is unresponsive to the mobile layout and simply stays the same? Or should I choose a different approach entirely?
And is there any easy way to create separators such as these across my website without a need to tweak the css every time?
In forum: Virtue ThemeTopic: double vertical scrollbar
Hi Team,
I’m using the virtue premium theme in combination with woocommerce.
I have a product carousel on the front page, using the home widget area.
In the widget I have the following code using the virtue shortcode ‘carousel’:[hr color=”#725231″ style=”line” size=”1px”]
Promotions
[hr color=”#725231″ style=”line” size=”1px”]
[carousel type=featured-products columns=6 items=12 speed=9000 scroll=1]
[hr color=”#725231″ style=”line” size=”1px”]
Women’s Bags
[hr color=”#725231″ style=”line” size=”1px”]
[carousel type=cat-products columns=6 items=12 speed=9000 scroll=1 cat=women]
[hr color=”#725231″ style=”line” size=”1px”]
Men’s Bags
[hr color=”#725231″ style=”line” size=”1px”]
[carousel type=cat-products columns=6 items=12 speed=9000 scroll=1 cat=men]
[hr color=”#725231″ style=”line” size=”1px”]
Travel Bags
[hr color=”#725231″ style=”line” size=”1px”]
This code is causing the homepage on loading to quickly shift left to right due to a temporary 2nd vertical scrollbar.
Any idea how this can be fixed?
Removing the widget from the homepage stabilizes the display.
The website is justbags.co.nz.
Thank you
In forum: Virtue ThemeHi All,
I am trying to offer some “impulse” and/or freebies when a user enters the SHOPPING CART.
Cart page: *Login to see link
Currently, I am using the shortcode [products ids=”11213″ columns=”1″] to display the product(s) but it does not allow me to present options such as shirt size, color, etc.
What’s the best way to add or showcase products on a page like this so customers do not have to “click away” to configure the products? Goal being to not have customer leave the cart (and to preserve real estate on the cart page)…
Thanks as always!
Corey
In forum: Reply To:August 2, 2017 at 10:14 am #1536032. Sorry, I tried to explain that if you want items to be set by “Column” then the shortcode layout is your option to do that. You can’t have the layout of demo 6 and have that set to columns.
So either be ok with posts not being set by columns and use the post carousel.
Or use the shortcode and have your posts output like a blog grid with defined columns
Or find a plugin or widget that does what you want.
Does that make sense?
Ben
In forum: Pinnacle ThemeIn reply to: product layout
Are you just wanting the same look as the demo? You would need to set your number of columns to 3. And to add the product image flip you would need to add product images to each product and enable the product image flip from Theme Options > Shop Settings.
Hannah
In forum: Virtue ThemeTopic: style post in side bar
Hi Guys
Can I style the post to match the 3 columns outside of the sidebar? So that the sidebar only shows one post, and matches the size and height of the 3 columns before the sidebar.
Thanks for your help-
CarrieIn forum: Reply To:July 28, 2017 at 9:20 pm #1532591.
This is a bug! please fix it!
I designed the post carousel that you can use in the theme options > home page header. It’s designed specially to not use a set column count. This is not a bug. It’s designed to be fluid based on the height of your carousel there is no setting within that carousel to have a fixed column amount. The reason is that this specific carousel was designed for fullwidth, Not boxed mode. Thus the carousel would always run the width of the screen making it look better.I have added a carousel where you can choose the columns so you can see.
2. In terms of being able to select a category that has been updated on your site. You can choose the post carousel and see it working.
BenIn forum: Reply To:I’m sorry but I do not understand.
Now I use the carousel polish, it’s just as good looking but it does not pull articles from the category I choose.Theme options -> Home Page Header (i can`t choose columns)
What the relationship has “how many columns would show” ?
This is a bug! please fix it!
P.S. Rhe problem is “2. The issue is that the posts of any categories are not visible.”
In forum: Reply To:July 28, 2017 at 10:44 am #1532151. That carousel is not based on a number of columns. You can’t do what you want using the post carousel. You need to use a different carousel if you want to specify how many columns would show. The widget ascend: carousel would do this.
Ben
In forum: Virtue ThemeIn reply to: split content
In forum: Virtue ThemeIn reply to: Show only image for blog posts on homepage
Thanks Ben! I changed it up so that I used the shortcode you suggested on the home widget. However, now it’s not displaying the featured images at all… And when I added the custom CSS it displayed absolutely nothing, just the boxes where the posts should have been.
I tried to check whether changing to 2 columns did anything, but got the same result.
Any ideas? This is what it looks like now, without the custom css, but with using the home widget code: https://thetimedoc.co/
(And now all those blog posts have featured images)
In forum: Ascend ThemeTopic: Staff grid
HI there,
how can i set the columns for Jobtitel to 3? .. because of the buttons for mail and phone are not on a line
My page is here: *Login to see link
In forum: Pinnacle ThemeIn reply to: How to increase the size of blog post in home page
1. One option would be to add the posts via shortcode. You could set it to display 1 column and it should be full width:
[blog_grid orderby=date items=1 columns=1]2. Try adding this CSS to Theme Options> Custom CSS and let me know if this is what you want:
.homecontent .kad-blog-grid .blog_item .postcontent { display: none; }3. This CSS will remove the bottom line from your posts:
.kad-blog-grid .blog_item { box-shadow: none; }Let me know if this is helpful for you!
-Kevin
In forum: Virtue ThemeIn reply to: feature staff on home page
Hey Jessica,
An easy way to add a staff grid to your home page would be through the use of the use shortcode.
Using page builder, you would simply add visual editor widget to the area that you’d like the staff posts to display. Then, within the widget, you’ll want to add a shortcode like this one:
[staff_posts orderby="date" items="4" filter="false" link="true" columns="4" height="200"]Feel free to adjust the shortcode as much as you like. here is more on shortcodes in the theme:
http://docs.kadencethemes.com/virtue-premium/shortcodes/Also, realize that when you add to the page content for your home page, you control where this appears by going into Theme Options> Home Layout, and moving “Page Content” to the desired part of the active column.
You could also add this to your home widget area by going to Appearance> Widgets, and adding the Visual Editor widget to the Home Widget Area.
Let me know if this works for you!
-KevinIn forum: Reply To:In forum: Pinnacle ThemeIn reply to: Broken Pinnacle Premium Theme
In forum: Reply To:Hey Adam,
One possible solution would be to simply add the modal shortcode to visual editor widgets, each in their own page builder column, then add the icon with CSS.
If you can configure the modals using page builder to be in 3 columns, then I’ll help you with the CSS for the icons.
Does that make sense?
-Kevin
In forum: Reply To:Hello,
1. Try going into Theme Options> Home Page Header, and decrease the “Carousel Max Height” until you get the columns displaying as you like.
2. Sounds like you’re still selecting all of the blog categories to display. If you only want a certain category to display, then you’ll need to select the category that you’d like to show.
If you want to show multiple categories, I suggest creating a parent category that encompasses all of the posts that you want to show. This way you can show more than one category, if that’s what you’re after
Let me know if that’s helpful!
-Kevin
In forum: Virtue ThemeIn reply to: Footer: Move Column 1 Below Columns 2-3
-
AuthorSearch Results


