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: Ascend Theme
Topic: Widget area below header
I’m reasonably certain there’s no way to do this built in to the Ascend Theme, but perhaps you can suggest a CSS tweak to make this happen. I’ve created a row that sports 4 columns. 3 display the business locations, the last the business hours. I’d like this row to display on every page so logically I’d love it to be part of the header. This way if I make an update I only have to make it once. Can I put this in the Topbar Widget Area and then use CSS to move the Topbar below the header? Just a thought, perhaps you have a better suggestion. Force the Header Widget Area onto the next line?
Here’s the site I’m working on, and thanks in advance for any guidance you might be able to provide!
In forum: Ascend ThemeTopic: Issue with animated columns
Hi
I’ve just come across a problem when using the animation options for a Kadence Blocks Row Layout with the Ascend Premium theme:
It would appear that adding a slide left or fade left (slide right and fade right are fine) animation to any column other than the top one in the collapse order causes an overflow or other issue to display. This problem was apparent on both Safari and Firefox for iOS and can also be seen using the responsive design mode of Firefox – interestingly, the issue does not show if the width of the Firefox browser window is reduced to mobile proportions, only when the responsive design mode is used.
Any help appreciated.
Thanks,
Liam-
This topic was modified 6 years, 3 months ago by
Liam J.
In forum: Ascend Theme1. You can create a category page using the default page template and a product category shortcode like this:
[product_category category="apparel” orderby=”menu_order” order=”asc” columns=”3″]Then just add the shortcode into content area above this shortcode.
Or, if you’re using Kadence Blocks Pro you can use the Post Grid/Carousel block. Then you can add your shortcode into a shortcode block.2. You can enable an extras area in your header then enable a widget area as an extra (from theme options > header settings). Then from Appearance > Widgets you can add your shortcode into a text widget in your header extras area. Then you would need to use css to position it above your menu. I can help with that.
3. You can use the Google Chrome inspect tool. I can also help with that if you can link to this.
Hannah
In forum: Ascend ThemeIn reply to: Column width on checkout page
January 16, 2020 at 2:36 pm #243365By default, it’s going to depend on the other columns in the table, like your shipping column. You can force a width like this:
table.shop_table.woocommerce-checkout-review-order-table { table-layout: fixed; } table.shop_table.woocommerce-checkout-review-order-table th.product-name { width: 60%; }Ben
In forum: Membership ForumsJanuary 14, 2020 at 2:52 pm #243271ok, Then ideally I need to add vertical alignment inside the column settings as well, or trick the css into having the columns inherit the row vertical alignment.
Ben
In forum: Membership ForumsYeah, that makes sense. I’m using border on columns to make a comparison chart and if I remove the Inner Column Height 100% it causes the columns to be different sizes but I think I can set a minimum height or use some CSS on the columns I need to get the look I’m after. Thanks for the explanation.
In forum: Membership ForumsJanuary 14, 2020 at 12:41 pm #243261Hey,
So in this instance, you don’t want to turn on Inner Column Height 100%. That’s useful if you have backgrounds in your columns and you want them all to be equal. The alignment won’t have any effect though because the columns will all be 100% and not based on the content. Inside the column the alignment is going to be top-down. So setting Inner Column Height 100% effectively makes the vertical alignment all the same regardless of which setting you use.In the editor, the alignment is always going to look a little off because of the block + button, which adds to the bottom of the content. I haven’t wanted to mess with that because it could create unintended overlay issues if I forced it to not affect the content height.
Ben
In forum: Virtue ThemeJanuary 14, 2020 at 12:20 pm #243256I’m trying to show in my Home-page only the portfolio’s pages of the main categories.
I don’t want to show the subcategories.ok, That is possible, with a shortcode in the page content.
[portfolio_types orderby='date' columns='4' height='300']itemsis not a parameter of the shortcode, so it would not have any effect.childcategoriesis set to the boolean false by default. If you don’t want child categories then you leave that parameter out of your shortcode. The shortcode can’t pass a boolean, only a string so the string “false” is the same as “true” when looking for a boolean response. By adding childcategories=false you were actually changing the default behavior and making it so children wouldn’t show. (YES I realize that is confusing, Sorry, that is what threw hannah off. I’ll update that in the theme in the future)I set up the portfolio shortcode for you and added a child category so you can see it working.
Ben
In forum: Membership ForumsHey guys,
I’m working with the row block an I’m not sure if I’m missing something or if it’s an issue with the block. I’ve set the row to Vertical Align Middle and set the Inner Column Height 100%. When I have these settings in place it seems like the content in the columns isn’t getting vertical aligned.
I’ve also tried messing with the row minimum height but that doesn’t seem to make a difference. Let me know if you need more information. I hope this makes sense.
In forum: Virtue ThemeIn forum: Membership ForumsJanuary 11, 2020 at 11:16 pm #243111Hi there!
I have purchased a membership mostly to get Kadence Blocks Pro. I really like that the Image Overlays blocks actually use an image, instead of a background image of a div like most similar plugins use. This allows me to serve the images through Jetpack’s site accelerator instead of directly from my site!I also like that, unlike Advanced Galleries, I can set my own title/subtitle text on an image, rather than it relying on the caption. So, I’m using image overlays in columns in place of a gallery.
However, I am noticing that, unlike the image gallery, I am not able to select the thumbnail image size used. It is showing my full 2000×2000 image, just scaled down. It would be great if I could set the image overlays to serve, say, my 300×300 thumbnail instead of the full size image.
As an added unrelated bonus, it would also be great if there was an easy way to set it so it links to open the image in a lightbox like can be done in gallery.
Thank you!
In forum: Virtue ThemeHi Gianni,
This shortcode should work for you:[portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false]
You can paste that into the content area of your homepage if your home page is set as a static page. Or you can paste it into a text widget within the home widget area.
Hope it helps!Hannah
In forum: Virtue ThemeIn reply to: Upgrade the Bootstrap JavaScript version to > v1.9.1
After some changes, I now see half of the edit window when there is a Kadence Row with 2 or more columns.
I see this not on all block edit windows. I went in and disabled the addons from Flipcause, but I still see this problem. I have asked Flipcause what they changed, still waiting to hear.
Can you tell me what is causing this problem by any chance?
In forum: Ascend ThemeIn reply to: Staff section
Hey Alex,
When you add content to a page template it will automatically appear above what the page template is outputting. A workaround would be to use a default page template and add your staff via shortcode like this: [staff_posts orderby=date items=4 columns=4 height=200 group=developers] Then you can add your content below the shortcode.
Hope that helps!Hannah
In forum: Ascend ThemeIn reply to: Equally Sized boxes in row – ascend theme
1. Setting a min-height with the css that I gave above will keep your boxes aligned. Just increase your min-height if you plan to add more content. Does that make sense?
2. This css should remove the extra padding:
.panel-widget-style.panel-widget-style-for-w5e17ba3ee6ece-0-0-1 { padding-top: 0 !important; }And this should give your titles a min-height:
.home .so-widget-sow-editor.so-widget-sow-editor-base { min-height: 70px; }3. Are you just wanting the text smaller on mobile. Or are you wanting the columns to collapse?
Hannah
In forum: Pinnacle ThemeIn reply to: Extra widget above the footer
Hey Anita,
There isn’t a function for that, but as a workaround, you could use either the 4th or 5th footer layouts (theme options > footer) with one long row over the columns. Then from Appearance > Widgets you can add a layout builder widget to your footer column one. Then you can create a row and give it its own background and set the row layout to full width stretched. Would this work for you?Hannah
In forum: Virtue ThemeHey Alex,
The table block is a WordPress block, it’s not a part of Kadence Blocks. There isn’t a function within that block to merge two columns into one row. Though you could do this with some css. Kadence Blocks does not currently have a table block, but you can create a custom layout using the row layout block. Or else the accordion block may be able to get you a similar look.
Let me know if you would like further guidance!Hannah
In forum: Pinnacle ThemeHello,
I am reading about modifying layout of the search result but could only find this link here: *Login to see link
Is there any possibility to modify the search result layout?
– Remove sidebar widgets… even if I remove this, the display layout displays 3 columns and an area for the sidebar as empty
– Put in a search form before the search result entries?Thanks
In forum: Ascend ThemeIn reply to: ASCEND: Footer Topic Alphabetized Vertically
January 6, 2020 at 9:14 am #242731Hey,
I can confirm that there isn’t a way I know of to make columns organized that way.Ben
In forum: Membership ForumsIn reply to: animation with Virtue Premium theme?
Only certain blocks have this option. Are you using Kadence Blocks Pro? If so, you should see animation on scroll options within the columns of a row layout block. So you could even add paragraph blocks to a column within the row layout block and set animation for it. Would this work for you?
Hannah
-
This topic was modified 6 years, 3 months ago by
-
AuthorSearch Results



