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!
It feels like I’ve tried everything but I can’t get this to work.
I use the page builder for my home page, set up the “Virtue Recent Posts” widget and expect to get my posts to look something like at 10:02 in this video tutorial:
Tutorial Virtue
Or even better, something like this:
Virtue Premium Blog Example
Where you get a landscape mode image above the text.But this is how the recent posts turn out in my case.
What am I doing wrong?
Cheers!
In forum: Virtue ThemeHi
In my footer, I’ve tried using a number of widgets (basic text, siteorigin editor, text editor) to create a post that displays an image to full width of the column with text underneath it – text aligned to left)
My footer is set at 4 columns.I can’t seem to align the image left in line with the left of the text.
There seems to be default padding to the left of the image.please advise how to remove the padding?
thanks
Costa
In forum: Virtue ThemeIn reply to: Column padding and image hover
December 5, 2016 at 10:02 am #124025Hello Kevin,
thank you for your reply.
#1 The CSS is not working, you can check the page, I have apllied your code.
#2 I used [img_menu image=”urltotheimage.jpg” columns=”1″ title=”Title” description=”Description” link=”#”], again, you can check the page and will see it in the second row.In forum: Pinnacle ThemeIn reply to: Posts Page
Hello Ben,
1. Try going to Theme Options> Blog Settings, and find “Blog Category/Archive Defaults.” Set that to a grid, and then set to three columns.
2. Try this CSS in Theme Options> Custom CSS:
.home-margin { padding-top: 0; }Let me know if this is helpful!
-Kevin
In forum: Virtue ThemeIn reply to: Virtue premium theme
In forum: Pinnacle ThemeTopic: Posts Page
Hi Ben,
I have been having a few issues that I’d like to ask for assistance with:
1. currently our posts page (www.heyvoyager.com/adventures) is showing up as one page-wide column. What I am hoping to achieve is for it to be 3 columns wide as the latest blog posts area is on the homepage (www.heyvoyager.com). I haven’t been able to find where to configure the posts page to show up as 3 columns and I am hoping you can direct me where this can be set.
2. On the homepage (www.heyvoyager.com), I have noticed that there is a padding between sliders ‘home-margin home-padding kad-animation’ and I am wondering if there is specific CSS that can be set to remove it.
Thank you so much!
Ben
In forum: Virtue ThemeDecember 5, 2016 at 7:35 am #124001Hey,
#1 I have added some images and boxes(kt_box) into several columns. I would like the padding to be all equal between the images and boxes(all 10px), what selectors do I need for this?
#2 I would like to add a hover effect with some text specific to each image. First I thought about using the image menu shortcode but this does not work inside a column shortcode. Is there a way to add some text and a background color to each image?Thank you for your help.
In forum: Virtue ThemeIn reply to: Unique Categories for Separate Shop pages
Hi Matt,
To display only your services on a page you can use a product category shortcode like this:[product_category category="books" columns="4"]
To display only your products on your shop page go to Woocommerce > Settings > Products > Display and set Shop Page Display to Show Products.
Hope that’s helpful!Hannah
In forum: Pinnacle ThemeIn reply to: parse Error
December 2, 2016 at 5:37 pm #123837Change to :
[staff_posts items="9" orderby="menu_order" limit_content="true" columns="5" cat="physiotherapists" ratio="square" link="true"]Make sure you have the most recent version of the theme.
Ben
In forum: Virtue ThemeHey Seigo,
To accomplish this you would have to manually create your category pages by using shortcodes like this:[product_category category="books" columns="4"]
So you would just create a page for each of your categories using a sidebar page template, then add the shortcode to each page.
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: parse Error
Yeah, I checked with version.php. It’s my clients hosting, so maybe they just have very bad supplier. I will check with them.
On the other topic of the excerpt, with is set up using shortcodes in my feature template, on both sites
[staff_posts items="9" orderby="menu_order" columns="5" cat="physiotherapists" ratio="square" link="true"]http://edgecliffphysio.com.au/our-team/ – this one is wrong and shows full text
http://edgecliffphysio.thedesignweb.com.au/about/ – this one is right and shows excerptI can’t see any other settings I’ve missed. Could this be a php version related issue as well?
Thanks for your help
Belinda
In forum: Virtue ThemeIn reply to: Virtue premium theme
December 2, 2016 at 12:14 pm #123807You also have two widgets in the page-builder widget inside your header widget area. on mobile by default page-builder breaks those columns down to rows. You can edit this some in your page-builder settings but I more strongly encourage you to reconsider.
When pagebuilder breaks down columns to rows a margin is automatically added to equal that of your default bottom margin in your page-builder settings.
You just need to edit your margins and that would also clear up space.
Ben
In forum: Virtue ThemeIn reply to: Virtue premium theme
December 2, 2016 at 12:12 pm #123805Hey,
There isn’t supposed to be any secondary menu on mobile. Thats the point of a mobile menu. Please tell me how you exxpect a desktop menu to look all in one line and I would be happy to get there but from my perspective you would need to make your font size 4px… Which I don’t get how thats what you want? Maybe its and again you can hack away with css:@media (max-width: 767px) { #nav-second ul.sf-menu>li>a { font-size: 4px; } }But this isn’t something we support.
If you want a simpler header layout on mobile use the theme options > mobile header. Then you can have an logo and a menu side by side.
But everything should by default break down from columns to rows on mobile. That is how you would be able to see/read/click each thing.
Your large gaps have to do with html in your widget area:
<p style="text-align: center;"> </p>That is nothing with the theme you are adding that. If you don’t want gaps remove all that.
Ben
In forum: Virtue ThemeIn reply to: Widget header
December 2, 2016 at 11:19 am #123787Help me understand what you want?
Are you wanting a header that has three columns Logo | widget | menu?
Ben
In forum: Virtue ThemeHi Hannah, thank you for you help, too!
I am using the “blog home” feature so I get all the latest excerpts automatically. If I create a single page instead where I set the blog grid to let’s say 8 posts in 2 columns (like in your shortcode) I do get the same entries.
BUT:
The thumbnails won’t get the same size automatically, but they do on the blog home page (8 posts, 2 columns). They still show up masonry style. And I also do not have the home slider in it. And I added some ads in between which was quite some work for me, so I would like to keep the blog home style.
I think it would be a good idea to find the code that fetches the images in the blog grid section and add it to the blog-home.php file. What do you think? Is that possible?In forum: Virtue ThemeIn reply to: How to set up CSS code float to each row
i want correct order items on a mobile device
1. see link
2. how it looks in CMS screenshot_1
3. With responsive columns, this is how the page looks on a mobile device screenshot_2 (image / text / text /image)
4. then i read thic article http://stackoverflow.com/questions/39448768/responsive-tile-content-issue-how-to-always-display-image-above-textand i suggest it will help)
In forum: Virtue ThemeIn reply to: "Nested" Portfolios
November 29, 2016 at 10:43 pm #123442Hey,
You can place a 4 boxes inside a portfolio post itself. If you are wanting those to link to individual files then I suggest just adding the boxes as a gallery or using pagebuilder and adding 4 columns.In your portfolio post pages you can have the layout be three rows which will basically allow you to make the page content the whole page and you can place whatever you want there.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeNovember 28, 2016 at 12:50 pm #123188ok, your using the blog home that doesn’t display video. Have to use the blog grid shortcode or set the “page content” to enabled in your theme options > home layout then set the post output to grid in the theme options > home layout at the bottom of the page.
[blog_grid columns="2" items="8"]Ben
In forum: Virtue ThemeIn reply to: Short Code To Remove Sharing and Tag on Homepage
Hello Leticia,
I’m not seeing the tags or sharing buttons on your home page. Can you take a screenshot and share it here so I can see what you’re talking about? You can host it here:
postimg.orgAs for the blog grid, you can certainly use shortcode to pull those to your site. Here is a full list of the available shortcodes the theme comes with:
http://docs.kadencethemes.com/virtue-premium/shortcodes/The blog grid shortcode will look something like this:
[blog_grid orderby=date items=4 columns=3]Let me know if this is helpful!
-Kevin
-
AuthorSearch Results


