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 ThemeJanuary 29, 2019 at 4:01 pm #214895
Hi Hannah,
Ok – after I posted the question – I did more digging and it seems with the update some of the boxes were unchecked and that one was one that we unchecked – it is back now 🙂
So – how to change the columns on the portfolio main page – i can’t change it to more than 3 – do you know how to make it to 4 or 5?
DinaIn forum: Virtue ThemeIn forum: Virtue ThemeJanuary 29, 2019 at 3:22 pm #214887I am trying to add a portfolio image with the new build blocks but can’t find where – can you help?
Also after going over all of the options – how do I change that is shows four columns on the portfolio page – i have it changes to four but it will only go in columns of three – am i missing somthing??
Thank you
DinaIn forum: Membership ForumsJanuary 29, 2019 at 11:36 am #2148341. Can you tell me what version of Ipad and what version of IOS?
2. In your settings > page builder settings you can define when columns collapse. by default it’s 780px. If you want something like a large Ipad pro to take on the mobile style you would need to bump that up to 1030px
Ben
In forum: Virtue ThemeIn reply to: 2 columns Submenu
Hello,
One option that might work for you is to go into Appearance> Menus, and select the parent menu item. You should see a box titled “Enable Fullwidth Sub-Menu.”
This will force the submenu items to go across the screen in multiple columns. Does that work for you?
-Kevin
In forum: Virtue ThemeTopic: 2 columns Submenu
Hello Team,
I have a submenu with 28 items and need to create two columns like on the picture below.
Before I had this custom CSS code but I want it now for the submenu.
.sf-menu>.kt-lgmenu {
position: relative !important;
}.sf-menu>.kt-lgmenu>ul {
max-width: 400px;
right: -165px !important;
}Thank you!!
In forum: Membership ForumsHi,
I’ve tried to find a css snippet for these two cases, hopefully you can help me again.Ascend Image Split
1. In one column I have the image on left side of the text and in the next column I have it on the right side. If I view the page in a pad (vertical view) the Image Split with the image aligned left has the text with padding on left side. The Image Split with image aligned right has no padding on left and is perfect.
I prefer to have no padding on left side. In mobile view it is also correct!2. Not responsive? I have a page with two columns. In the right column is Ascend: Info Box including an icon. In vertical pad view the info box should collapse under the left column, because the text in the info box is too long to fit the info box. In mobile view it is correct.
I will put some url and two snap shots to you!
In forum: Virtue ThemeIn reply to: Portfolio display desktop vs mobile
Hello,
Here’s some CSS that should force the portfolio to show in two columns on mobile regardless of the other setting:
@media (max-width: 500px) { .p-item { width: 50%; float: left; } }Add to Theme Options> Advanced Settings and let me know if it works for you.
-Kevin
In forum: Virtue ThemeHello Kadence Team!
I have a question. I’m working on a fairly large portfolio display. For desktop, I really like the look of 3 or 4 columns, but on mobile vertical this shows as 1 column, which is a little irritating to scroll through. If I up the number of columns to 5, then the vertical mobile shows 2 columns.
2 vertical columns on mobile for me is much better, but 5 columns on desktop is a little cramped. Is there a way to implement some code to override mobile to display 2 columns? Here’s a link to the page: *Login to see link
Thanks so much for any help!
Suzy
In forum: Virtue ThemeIn reply to: Add image to latest posts
The more columns you use the smaller your images will be. You can set the ratio (under the image settings tab), but there isn’t a built-in feature to set a custom size. If adding more columns doesn’t work for you, can you link to where you’re adding this?
Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Add image to latest posts
Hi Team, I’m sure you’ve dealt with this before but I can’t find the thread.
On this live site I have added “News and Announcements” which lists posts using the following code (from the block editor):
<!-- wp:latest-posts {"categories":"5","displayPostDate":true,"postLayout":"grid","columns":2} /-->
This outputs the post titles in bullet-point format.
I’d like to reformat this by replacing the bullet with a small version of the thumbnail.
I know I remember reading about this in the past.
Please could you point me in the right direction?
Many thanks,
Phil.In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Editing Style 3 Demo Content Inporting To My Site
January 21, 2019 at 12:39 pm #213960Hey,
Lets talk through so pages and reference where everything is, hopefully, that will help with other pages.On your contact page, in the page content area you have the shortcode for columns and the icons that you see on the left side of your content page. While in the edit if you scroll down to the “Contact page options” you can see options to enable a map and a contact form, if you enable the contact form (which you have because the demo content has it set that way) then it will show on the right side of the page.
If you enable a map (which you have because the demo content has it set that way) it will show above the content.
If you prefer you can turn the map and contact form off and then the only content that would show on that page is what you have in the content box.
HOME PAGE:
On your home page, if you go to theme options > home layout and look in the “home page layout manager” you have enabled (because the demo content has it set that way) the icon menu which shows just below the home slider.
If you want to remove the icon menu just drag that to the disabled column. If you want to edit that icon menu scroll down till you see the secion for Icon menu and edit the content.
you can do this with all the things that are set as “enabled”.
The slider is set in your theme options > home slider.
In forum: Virtue ThemeHi, the gallery on my portfolio pages *Login to see link is showing up as narrow and to the left of the page. I have tried changing the width and number of columns and nothing happens. I have no sidebar. How can I make it pagewidth and centered? Thanks
In forum: Ascend ThemeIn reply to: “Column” Background Colors
January 18, 2019 at 12:21 pm #2137672. I’m not sure what the question is, But you can certainly add a background color to columns now. You can also add a border.
Ben
In forum: Ascend ThemeIn reply to: “Column” Background Colors
Hello,
1. you should be able to contain the columns by selecting the main row layout block, and setting it to “Align Center.”
https://postimg.cc/BjyMbw4G2. Ben will be able to answer this when he’s available.
Let me know if that setting fixes your layout for you.
-Kevin
In forum: Ascend ThemeTopic: “Column” Background Colors
January 18, 2019 at 11:40 am #213758Hello,
I’ve used a pre-built row format block to create the icon link columns on the bottom of my home page. I can’t seem to get that content to be “contained” within the width of the page limits like the rest of the page; no matter what I try. My page is set to “contain.”
I tried creating my own block using row within a column format using the instructions found on your post @ WordPress.org (linked below). It just wasn’t working out because of the different title formats.
*Login to see linkSo I’m wondering:
1-Is there anyway to contain the width of my pre-built row/block?
2-Just curious if there is an update on this issue.Many Thanks
Website: *Login to see link ?bypass=preview
In forum: Virtue ThemeIn reply to: Shortcode Information.
In forum: Virtue ThemeI’ve read through this and it seems no matter what I do, I cannot get the text to display as per your “beside example” with the images to the left, text to the right and then dividing line with bullet points underneath.
I tried using Page Builder, set to 3 columns and “none” as per a support post, but that only made my images giant and put all the text / bullets underneath.
Here’s what I have now. If I put the text at the top, the entire text and bullet points display under the images. I would appreciate any help. Here’s a link: *Login to see link
Thanks
Suzy
-
AuthorSearch Results


