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
-
Hi there! I tried to look for similar issues from other users. I found some problems that looked similar to mine but not quite and the proposed solutions didn’t work. So here goes 🙂
Website: *Login to see link
The Carrousel I’m using, one of the products is slightly taller than the others. (Haricots verts marins)The shop page: *Login to see link
As you can see, all thumbnails have a different size. If I use less columns, the difference in size increases.Now, I thought I had the setting in such a way that a hard square crop should’ve been made, but that’s not the case.
I also tried fiddling around (after reading similar issues on here) with the “product image size” bit in the theme optiosn, but it seems to me that that only influences the display of the image in the product detail page.
I also tried changing the thumbnail settings in the WordPress Media settings tab, and regenerated all thumbnails but that had no effect.
Also, if it matters, the option “Force products into rows” is ON.So if anybody has any idea, I’d love to hear it 🙂
In short, I basically want all boxes to be the same size. If the thumbnail image needs to be cropped to achieve that, that’s okay!
Thanks in advance…In forum: Virtue ThemeTopic: Line breaks in table
I’ve constructed a page with a table to present information in two columns. The line breaks in the left hand column (where all the text is going; the right column is a google map) keep reverting to no line breaks, even if I go into code view and manually insert <br /> or  . No matter what I do, I cannot get the information below each address to separate from the text below the address. Can you advise? Thanks so much! *Login to see link
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Grid post widget
Hey Brigitte, you can do this using shortcodes. Something like this: [blog_grid columns=”4″ items=”4″ cat=”photos”]
You can see a full list of shortcodes here- http://docs.kadencethemes.com/virtue/#shortcodesHannah
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: add wide-page widget in the footer
Thanks a lot!
But I tried, and I have another issue now. I tried either .footercol1 or footercol4 at 100%, in both cases all the columns are displayed as raws (instead of have one full width raw, and 3 small widgets)…
You can go and see here how it looks: lacompagniedescartes.frIn forum: Virtue ThemeHi,
My website is lacompagniedescartes.fr.
I would like to add in my footer but above the 3 columns of the footer, some HTML (Trustpilot comments horizontal bar):
‘<div class=”trustpilot-widget” data-locale=”fr-FR” data-template-id=”xxxxxx” data-businessunit-id=”xxxxxx” data-style-height=”130px” data-style-width=”1024px” data-theme=”light” data-stars=”5,4″></div>’
I tried to add it in the functions.php file of my Virtue Premium child theme, but I was only able to find the wp_footer hook, which displays the content below the columns.
How could I add this code in the container, above the 3 columns, or somewhere it could be displayed at 100% of the width of the page?
Regards,
ChristianIn forum: Virtue ThemeIn reply to: Products set up in WooCommerce widget
April 2, 2015 at 1:37 pm #36183You can use your shop page and that would be not using a widget. If your using pagebuilder though just add a text widget with:
[recent_products per_page="12" columns="3"]Ben
In forum: Virtue ThemeIn reply to: Limiting Blog Post Category on WordPress Page
April 1, 2015 at 1:46 pm #36025You use cat=”categoryslug” for the shortcode so:
[blog_grid columns="5" items="10" cat="weekly-bible-studies"]Ben
In forum: Virtue ThemeHello,
Please am trying to limit blog grid display to a particular category on a particular page with this shortcode[blog_grid columns=”5″ items=”10″ catlist name=”weekly bible studies”]
As at now, It still brings out all the posts in Category.
Any Help Please?
Thanks
In forum: Virtue ThemeIn reply to: Testimonials page structure
March 31, 2015 at 12:40 pm #35935You can use page-builder, Use the shortcodes to add testimonials and the testimonial form.
[testimonail_posts columns="3" items="10"]Ben
In forum: Virtue ThemeHi Ben
Sorry to have to ask something else but I have a problem with a mobile menu when using your child theme. My site is at http://www.woollyshepherd.co.uk/wordpress
If I stick with your theme the top bar menu and main menu collapse just fine when viewed in a small browser window. However, I want to change the bootstrap widths so I’m using your child theme too.
If I place header-topbar.php into the /template folder of my child theme I can change the col-md-6 values for the left and right columns to col-md-8 and col-md-4 everything is fine. But… if I try the same trick with header.php and change col-md-4 and col-md-8 to col-md-3 and col-md-9 the collapse menu doesn’t work. I have a feeling it is there but hidden but I can’t work out why.
Some help would be much appreciated.
Kind regards
SteveIn forum: Virtue ThemeMarch 29, 2015 at 3:09 pm #35665Hey so you can add portfolio posts to a page builder section by just adding the shortcode: [portfolio_posts columns=”4″ items=”10″]
Then if you copy the html for the filter you can paste that into a text widget… like this:
<section id="options" class="clearfix"> <a class="filter-trigger headerfont" data-toggle="collapse" data-target=".filter-collapse"><i class="icon-tags"></i> Projeleri Filtrele</a><ul id="filters" class="clearfix option-set filter-collapse"><li class="postclass"><a href="#" data-filter="*" title="All" class="selected"><h5>Tümü</h5><div class="arrow-up"></div></a></li><li class="postclass"><a href="#" data-filter=".kahve-cesitleri" title="" rel="kahve-cesitleri" class=""><h5>Kahve Çeşitleri</h5><div class="arrow-up"></div></a></li><li class="postclass"><a href="#" data-filter=".makineler" title="" rel="makineler" class=""><h5>Makineler</h5><div class="arrow-up"></div></a></li><li class="postclass"><a href="#" data-filter=".suruplar" title="" rel="suruplar"><h5>Şuruplar</h5><div class="arrow-up"></div></a></li></ul> </section>Just understand that you will need to style the links because what your trying to do is not the filters design.
Ben
In forum: Virtue ThemeIn reply to: Blog posts on the frontpage
March 27, 2015 at 11:26 am #355271. You would have to use a layout without a sidebar. like the demo you linked to. When you add a sidebar it doesn’t leave enough room to do the two column layout with the image on the left.
You can set your columns to 1 though and it will have that layout with a sidebar.
2. click “virtue shortcodes” next to the add media button on a page and then choose blog posts.
3. Yes
Ben
In forum: Virtue ThemeIn reply to: Porfolio not displayed
Hello Hannah,
Thanks for the answer but can’t sort it out, and I’ve made a lot of trials 🙁
That is what I exactly want (the dispaly and the navigation through the portfolio : http://themes.kadencethemes.com/virtue-premium/portfolio/
I have a list of cook masters met by my client and I want a three or four columns display and a clic on on image go to the post.
First : http://themes.kadencethemes.com/virtue-premium/portfolio-four-column/
When clic on an image : http://themes.kadencethemes.com/virtue-premium/portfolio/paper-business-cards/
Thanks for helping .
Gerard
In forum: Virtue ThemeIn reply to: Questions for Portfolio Page
March 25, 2015 at 2:26 pm #35322For the types to work you need to give each type an image. In the portfolio types page.
As for larger images in the grid just change the columns to 2 or 3
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Unique styling the first post on the blog
March 21, 2015 at 12:39 pm #34945You can’t do that with the grid layout. There is a javascript that runs in the background. It adds in the absolute positioning to make the posts float so it’s a masonry style.
Your only option for something like that is to use shortcodes.
Like this:
[kad_blog items="1"] [blog_grid items="10" columns="2" offset="1"]Note that you own’t get any pagination if you use shortcodes.
Ben
In forum: Pinnacle ThemeIn reply to: Icons in menu (icon class)
I’ve figured it out! I had already tried what you just suggested but that doesn’t work. Nothing happens when I add kt-icon-home to the Icon Class. But the icon does appear when I add it to the ‘CSS Classes (optional)’. So problem solved:D Even though its weird it doesn’t work with Icon Class.
I was wondering though, how do you get multiple columns in a submenu as the example of the premium pinnacle theme under Features. I can’t get it done for some reason!
In forum: Virtue ThemeIn reply to: columns
March 21, 2015 at 10:14 am #34915I’m not sure I understand from the text column text… But if your using the theme column shortcodes you need more then just span6. Have you click “virtue shortcodes” and added your columns?
Also have you considered using pagebuilder? Might make this a little easer for you.
Ben
-
AuthorSearch Results


