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: Membership Forums
In reply to: Ascend footer headings
You are inputting incorrect comments in your CSS box, which is breaking it. Change this:
* FOOTER*/ .footer-widget-title:before { display: none; } * FOOTER COLUMNS*/ @media (min-width: 992px){ .footercol1 {width:20%; padding:0} .footercol2 {width:40%; padding:0} .footercol3 {width:40%; padding:0} } } @media (min-width: 992px) { .footercol1 { width: 20%; text-align: left; } .footercol2 { width: 40%; text-align: left; } .footercol3 { width: 40%; text-align: right; } }To this:
/* FOOTER*/ .footer-widget-title:before { display: none; } /* FOOTER COLUMNS*/ @media (min-width: 992px){ .footercol1 {width:20%; padding:0} .footercol2 {width:40%; padding:0} .footercol3 {width:40%; padding:0} } } @media (min-width: 992px) { .footercol1 { width: 20%; text-align: left; } .footercol2 { width: 40%; text-align: left; } .footercol3 { width: 40%; text-align: right; } }Your CSS will work correctly with this fix.
-Kevin
In forum: Membership ForumsIn reply to: Ascend footer headings
That CSS will also target the footer columns in Ascend. What are you wanting the CSS to do specifically? Looks like you’re targeting footercol3 with two pieces of conflicting CSS, so that may be causing issues for you.
As for the titles, please post a link so I can view them.
-Kevin
In forum: Membership ForumsTopic: Ascend footer headings
Hello!
More help needed. This time some adjustments with the footer headings. I would like to have the “footer-widget-title” without the line decoration on right side? What would be the css for that.Case two: In Virtue theme I could adjust the width of the footer columns with the css below, but how can this be done in Ascend?
/* FOOTER WIDGETS WIDTH*/
@media (min-width: 992px){
.footercol1 {width:20%; padding:0}
.footercol2 {width:40%; padding:0}
.footercol3 {width:40%; padding:0}
}.footercol1 {
width: 35%;
text-align: left;
}.footercol3 {
width: 40%;
text-align: left;
}.footercol3 {
width: 40%;
text-align: right;
}Regards,
Pamela
In forum: Virtue ThemeTopic: Page builder styling
So I have had this page setup for a few years and after a recent update, the page is no longer displaying correctly:
I am using site origin and page builder to display posts listed by category in TWO columns side by side down the page… now I only get a single column running down one side of the page… is there an easy fix to get the lists back to TWO COLUMNS?
Thanks!
In forum: Virtue ThemeJune 19, 2017 at 4:37 am #149260Hi team,
I want to translate some text to Dutch in my virtue theme that’s not up for editing in the theme options language settings, and looking for the easiest way to do that. (so, without adding a plugin)
The text I want to change is on the bottom of each post where it says “previous post” and “next post”.
I want to have the Dutch words there: “vorig artikel” and “volgend artikel”.I thought to create a child theme. I found your tutorial.
I still have some questions.
1.
What url do I need to replace the example url’s with, considering my domain name is prachtwerk.be?
Would this be correct?Theme Name: Virtue Premium Child
Theme URI: *Login to see link (when you click on that, it doesn’t go anywhere)
Description: Virtue Premium Child Theme
Author: My Name Leila Kubegusa
Author URI: *Login to see link (does this matter?)
Template: virtue_premium (the name of the standard virtue theme folder I see in ftp)
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout
Text Domain: virtue-child2. Do I need to add the function.php as a complete empty file? (Why?)
3. What code do I add to tell it different names for the “previous post” and “next post” ?
Thanks in advance for pointing me in the right direction!
LeilaIn forum: Virtue ThemeIn reply to: Duplicate Product Slide
Hannath sorry I already declared this thread resolved but i have one question missed.
i have my products grouped through product tags instead of product categories
what is the proper term to place in this short code: I placed product-tag but it is not working. thank you.
[carousel type=product-tag orderby=menu_order columns=5 cat=t-shirts]
In forum: Ascend ThemeJune 15, 2017 at 12:47 pm #148999Hello I have a row on 10 columns after my page title in the PRODUCTS page on my website, each filled with an image they shrink whenever I resize the browser but on mobile devices or if the browser width is less than what’s used for mobile displays, each image shows like a tower (10 rows of one column). How do you solve the issue in mobile layouts?
Website link: *Login to see linkIn forum: Pinnacle ThemeIn reply to: Logo in the topbar area – Pinnacle
I still can’t post a link yet for you to look at, but I read another post “Add Menu Icons to Ascend topbar” from June 1, 2017. The person had a similiar question about the topbar. I realize that I am using Pinnacle and he is using Ascend, but I hope I might be able to use the same ideas. …. I have a widget area on the right of the topbar. To create the widget area, I used Page Builder and created a row with columns: logo image, button, button, button. It looks good except I want to stretch this widget row across the entire topbar area. I want the logo to be separated from the buttons. I want the logo to be on the right and the buttons on the left.
In the other post, Hannah suggested adding the custom css coding:
.kt-topbar-left {
width: 100%;
}
The person expanding on it and used the custom css code:
media (min-width: 992px) {
.kt-topbar-right {
width: 0%;
}
.kt-topbar-left {
width: 100%;
}
.kt-topbar-left .kad-topbar-flex-item {
width: 100%;
}I tried both, but neither worked or at least I didn’t implement something correctly.The widget area still sits on the left half of the topbar with all the widget elements sitting close together – not spread out as I had hoped.
I hope this makes sense and that you can advise me. Thank you.
-ChrisIn forum: Virtue ThemeIn reply to: Duplicate Product Slide
You can do that with either option as well. Just set the carousel to display categories, like this
[carousel type=cat-products orderby=menu_orde columns=3 cat=YOUR_CATEGORY_SLUG]Just give the products you’d like to display a special category, and call it using the category slug in the shortcode or widget settings.
-Kevin
In forum: Virtue ThemeIn reply to: square image latest blog post homepage
In forum: Virtue ThemeIn reply to: Duplicate Product Slide
Hey Denzon,
You can create these carousels on your site in a few ways. One way is to use the Virtue Carousel Widget in page builder to configure the carousel, another way would be shortcode.
If you’re unfamiliar with page builder, I suggest taking a look at this tutorial:
https://www.kadencewp.com/using-page-builder/The shortcode method will work by placing a shortcode like this into a text editor on your site:
[carousel type=featured-products orderby=menu_orde columns=3]Here is more information regarding shortcodes and the theme:
http://docs.kadencethemes.com/virtue-premium/shortcodes/Let me know if this is helpful!
-Kevin
In forum: Membership ForumsIn reply to: Kadence Pricing Tables: Row Height Issues
Hey Ben:
Thanks for your advice; unfortunately I didn’t ask my first question clearly. What I want to do is create a single table with multiple rows. For example, I’d like to display info about six products, but show those products in two rows of three columns each. I understand that I can “stack” tables and kind of accomplish it that way, but it would cool if there was a way to create a single table containing multiple rows.
Thanks again!
In forum: Virtue ThemeIn reply to: problem with footer virtue theme template
Hey Eric,
What plugin/widgets are you trying to add to your footer? Are you adding it in Appearance> Widgets to your footer columns? You do not need to edit the footer.php file in order to get widgets to appear in it.
Can you post a link to your site so that I can take a look?
-Kevin
In forum: Reply To:June 11, 2017 at 11:20 pm #148576As of the latest page builder, you can turn off collapsing in the row settings.
The latest pagebuilder changed how they calculate and control columns which is why the css would now not work.
Ben
In forum: Membership ForumsFriends:
I am experimenting with Kadence Pricing Tables. For the most part, things are going well. I have a couple of basic questions that I’m hoping the forum can help me with:
(1) How does one add one or more rows to a table? Adding columns is intuitive, but I must be missing something for adding rows.
(2) Does anyone have hints for controlling row heights on the table? I want to keep each cell at the same height, and also keep every element within that cell at the same height (e.g., all “single row” blocks the same height, all “footer row” blocks the same height, etc). I can exert a certain amount of control by tinkering with “minimum row height” values, but things tend to shift a bit when using small-screen devices. If there’s a better way, I’d sure appreciate some guidance.
Thanks!
In forum: Virtue ThemeIn reply to: Remove powered by
Thanks Kevin,
I can’t find this option, I copy all the options:
FooterFooter Layout
Footer Widget Layout
Select how many columns for footer widgetsFour Column LayoutThree Column LayoutTwo Column LayoutOne column with three below LayoutOne column with two below Layout
Sitewide Footer Call To Action
Use Sitewide Footer Call to ActionOnOff
Sitewide Footer Shortcode
Add shortcode here for output just above footer.Or better, Can I send you a screenshot?
In forum: Virtue ThemeTopic: Organize my Menu (Secondary)
Hi, I am trying to re-work my secondary menu, and organize the menu’s to have columns perhaps two columns because each menu contains almost 10 or more, apparently the look of long menu is annoying so I want to split them into two columns, how can I do it?
vstore.space
In forum: Reply To:June 7, 2017 at 7:19 pm #148215… so I changed the “layout builder” to the use of columns in a regular editor widget. “Collapse Behavior” doesn’t seem to be working.
In forum: Virtue ThemeIn reply to: Stop cropping of images on portfolio carousel
June 7, 2017 at 3:47 pm #148177Two columns the width is going to be set to 560px. so you need to set the height so that your image at a width of 560 matches the height of the image ratio
So for example with this image, it would make your height 709px:
https://i0.wp.com/www.bjamble.com/wp-content/uploads/2016/09/Coat-of-the-Ancients-Sept-2016.pngUsing CSS to force the height smaller would only cut off the image. The height of any carousel is set by the content. The content is set by your columns and your image height.
Ben
In forum: Virtue ThemeIn reply to: Stop cropping of images on portfolio carousel
-
AuthorSearch Results


