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: [testimonial_posts] limit word count
March 22, 2019 at 12:27 am #220631Hey,
Late to the game 🙂 you can do this, here is the code:[testimonial_posts items="10" columns="3" cat="full" limit_text="true" wordcount="30" ]Or use the excerpt:
[testimonial_posts items="10" columns="3" cat="full" limit_text="custom_excerpt"]Ben
In forum: Virtue ThemeIn reply to: Testimonial customizations
March 21, 2019 at 10:30 am #220581Hey,
I don’t see the title on the single page you linked to: https://www.canadians4pr.org/testimonial/grace-law/So if you are talking about another page please link to it.
You can use a testimonial shortcode and place that in a page with a sidebar.
[testimonial_posts items="12" columns="3"]Ben
Site: virtualmgs.com
Hi… On my portfolio page the portfolios are showing up as invisible links until you touch them with a mouse (virtualmgs.comportfolio). I am using the portfolio shortcode – [portfolio_posts orderby=title style=”pgrid” columns=2 items=4 ratio=”square” lightbox=true showtypes=true type=sites]. I have two portfolios and will never have more. I would like them to be displayed side by side (two columns) as images that can be clicked on to go to the actual portfolio item.
Thanks
In forum: Virtue ThemeIn reply to: [testimonial_posts] limit word count
Thanks Hannah,
I have changed the shortcode to
[testimonial_posts items=0 columns=3 cat=full content="excerpt"]and gone through the testimonial posts ensuring the “Excerpt” window has text in.But there is no change to the testimonial page.
Is there anything in Admin > Theme Options I need to adjust?
Kind regards,
Phil.In forum: Virtue ThemeHi team,
I had a great display of testimonial posts using the “testimonial grid” page template and setting the word count to 30 words.
However, that template doesn’t show a featured image and the client asked for one.So I have tried the “feature” template with a featured image and it looks great.
I’ve added the shortcode [testimonial_posts items=0 columns=3 cat=full] to display the testimonial posts, but I loose a lot of the character the page had previously as I can’t see a way to limit the number of words. So each post appears in full.Is there a way to limit the word count using the shortcode?
If not, please can you suggest a different workaround?
Many thanks,
Phil.In forum: Virtue ThemeIn reply to: Mobile to be split column?
March 20, 2019 at 12:21 am #220409Hey ekhoo.sunray,
PLEASE in the future do not post in someone else’s topic. PLEASE create your own topic when you want to make a post. Thanks!!!When looking at the mobile layout settings you can define the vertical gutter.
In terms of making to areas have more separation go into the individual column settings and there define custom column padding for the columns you want to have more space between.
Ben
In forum: Virtue ThemeIn reply to: SHOW MORE THAN 6 COLUMNS
March 20, 2019 at 12:09 am #220407Hey,
That likely means you have a plugin overriding, without seeing the admin it’s hard to guess. But you can manually set with css like this:@media (min-width: 992px) { .kad_product_wrapper .kad_product { width: 12.5%; } }I personally don’t suggest this, having tons of products doesn’t justify doing this, consider Amazon for example. Users can be lost in that many columns. But it’s very easy to change if you want more then 8.
Css can be added in your theme options > advanced settings > custom css box.
BenIn forum: Virtue ThemeIn reply to: SHOW MORE THAN 6 COLUMNS
In forum: Virtue ThemeIn reply to: SHOW MORE THAN 6 COLUMNS
In forum: Virtue ThemeIn reply to: SHOW MORE THAN 6 COLUMNS
In forum: Membership ForumsTopic: Bug in Row Layout columns
With the latest update (Version 1.4.1), there’s a new bug with the Row Layout block that has an Info Box inside of it. If I have an Info Box inside of a Row Layout block column, I can’t click on any of the controls above the box (like to remove the block or change an image, or text alignment and such). It’s like the column controls are sitting over top of the Info Box controls. The Info Box is fine outside of a Row Layout block. Oh, I just discovered that it’s other block types inside of a Rows Block column. Same thing with an accordion block inside a rows block column. I only tried those two block types in testing, but the same issue is present.
In forum: Ascend ThemeTopic: css help needed!!! thanks!!
March 19, 2019 at 3:48 am #220278Hi, in this page we are using this woocommerce shortcode in the first RED section
[products limit=”2″ columns=”1″ orderby=”popularity” ]
and in the second green section this shorcode
[products limit=”2″ columns=”2″ orderby=”popularity” ]
the only thing we changed is the columns parameter from 1 to 2
as you can see woocommerce for a default configuration show products in a different way….
the help we need is:
how we can display the first section as the second, i mean, with image, product name and button all in one column but just for 1 product?we tried tons of css but no way…. can you please help us?
thank you!!
In forum: Virtue ThemeTopic: SHOW MORE THAN 6 COLUMNS
Hello! I want to show more than 6 columns in the products, I will have a store with more than 1000 products, and I need them to appear smaller. At this moment I put 6 columns and it seems very big!
I can modify the size of the image of those columns? at this moment the image is 170 x 170 by default … I would like 100 x 100.
Thank you!
In forum: Virtue ThemeIn reply to: Font Size
March 16, 2019 at 11:01 pm #220079Hey,
I suggest avoiding using tables as much as possible. Tables are not for layouts. They should only be used if a true data entries where a table is needed. If you need columns then you should not use a table. Tables are not responsive and are not used very much in current web coding.You can use any page builder or Kadence Blocks with Gutenberg to create a responsive grid.
Ben
In forum: Virtue ThemeHi! I had a problem where I was trying to display my image menu on the home page(s) so it would display 2 items across on mobile devices. You supplied some code that worked great until a recent update – honestly not sure when it broke because it only affects how it is displayed on mobile devices. Here is the code you previously provided:
@media (max-width: 780px){
#pg-7-0 .panel-grid-cell {
width:50% !important;
float:left !important;
text-align:center;
padding:0 5px !important;
}
#pg-7-0> .panel-row-style {
display: block;
padding:0 5px !important;
}Since the update this creates a conflict. It still displays 2 columns like we want, however it corrupts the next 2 sections which are now compressed on a mobile device. This is a multi-site and I have left one of the sites with the above code so that you can see how it displays since the update: *Login to see link
I have removed the above code from the other location sites. You can see how it displays without the code here: *Login to see link
I understand your policy and realize you cannot be writing code for websites. However, since this involves previous code I’m really hoping we can identify the problem easily. Any help you can provide will be greatly appreciated.In forum: Membership ForumsIn forum: Ascend ThemeMarch 12, 2019 at 8:33 pm #219557I have most probably not last version of Ascend but after Gutenberg was introduced the website changes. Most of Kadence theme features are killed, as columns, galleries, etc. And I cannot change them. On some pages I used page builder which can be problem too.
Question is if I will update last version will this be fixed automatically? or need really use only what Gutenberg offer or eg. Elementor?In forum: Membership ForumsIn reply to: Member Suggestions
I see that setting with rows/columns, which is great. I was referring to background opacity on things like an info box. I can set the color with your settings, but would love to be able to set the opacity at less than 100%. On a home page, I’ll often style things like info boxes over top of a full page width photo. I can force the color/opacity in my style sheet, but I’d prefer to be able to define it within the block settings. I’ve also used an accordion block on my home page that is over a full width photo and I’d like the container and even the title to have less than 100% opacity. Again, I’ve forced it in my style sheet, but would prefer to be able to specify it in the block settings itself.
In forum: Membership ForumsIn reply to: Member Suggestions
March 12, 2019 at 6:31 pm #219553Hey marj.esch using Kadence Row layout block you can set the background of both the row container and the columns. You can also set the opacity of those. Is that what you are looking for?
Ben
In forum: Ascend ThemeIn reply to: Customizing the testimonials display
Hey,
When using the testimonial grid page template you should see an option under Testimonial Options to set the number of columns. See here: http://docs.kadencethemes.com/ascend-premium/templates/testimonials/
Does that work for you?Hannah
-
AuthorSearch Results


