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: Pinnacle Theme
Topic: Kadence Child Theme
I need to modify functions.php to change the wpml language switcher behavior. I believe that I’ll need to use a child theme so that future pinnacle premium updates don’t overwrite my modifications.
I reviewed the Kadence documentation, created new style.css and function.php files, and uploaded them to a new pinnacle-premium-child directory. I must of missed something, because I white screen came up when I went into Live Preview mode. My style.css and functions.php are below.
Was I supposed to do something different with styles.css? The wordpress documentation indicates that another step is required for the style sheet. It states that the correct method of enqueuing the parent theme stylesheet is to add a wp_enqueue_scripts action and use wp_enqueue_style() in your child theme’s functions.php.
Style.css
/*
Theme Name: pinnacle premium child
Theme URI: *Login to see link
Description: pinnacle premium child theme
Author: Dean Hill
Author URI: *Login to see link
Template: pinnacle_premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: *Login to see link
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: pinnacle_premium_child
*/functions.php
<?php // Opening PHP tag - nothing should be before this, not even whitespace
/*
* Custom Language Switcher Code - makes inactive language display instead
* of active
*/
function new_nav_menu_items($items,$args) {
if (function_exists('icl_get_languages')) {
$languages = icl_get_languages('skip_missing=0');
if(1 < count($languages)){
foreach($languages as $l){
if(!$l['active']){
$items = $items.'<li class="menu-item"><a href="'.$l['url'].'">'.$l['native_name'].'</a></li>';
}
}
}
}
return $items;
}
add_filter( 'wp_nav_menu_items', 'new_nav_menu_items',10,2 );In forum: Virtue ThemeIn reply to: Image menu 5 items on pc, 3 on mobile
Also, I thought of carousels on homepage – how to force them to show only 1 item on mobile.
I have these carousels:
-added via page builder carousel widget with 5 columns (shows 2 on mobile)
-added via theme setting portfolio carousel with 6 columns (also shows 2 on mobile)And one more question – I have 50+ portfolios, but in theme setting I can add only 18 to portfolio carousel, can this be changed?
In forum: Pinnacle ThemeIn reply to: Product display error
Hi Hannah – thanks for getting back to me. I actually changed the way I’d set up the homepage to solve the problem so it’s fine now.
But the problem was that the category shortcode was defaulting to 3 or 4 columns (which was making the product appear small as there was only one in the category. If I then changed it to one column then the product displayed a full preview (with descriptions etc.) rather than just the picture & ‘add to basket’ button. I’m not sure how to change that!
Thanks
EdIn forum: Virtue ThemeTopic: Portfolio Shortcodes
Hi,
I have set up a Portfolio section for a site and I would like to show in the sidebar a list of all the siblings for the current portfolio type. I have found this shortcode that I can put in a widget for the sidebar: [portfolio_posts columns=”1″ items=”12″]. But this displays all posts.
1. Can I show only the posts that are in the same portfolio type (similar to the carousel options at the bottom of the page) and
2. I also only want to show the Title not the image or any excerpt.Thanks for your help.
Mel
In forum: Virtue ThemeIn reply to: Virtue Premium Blog
Thanks..
1. The product pages containing those products are links to category items so theres no page for those products that i can paste the shortcodes, plus it says recent_products. How do i define a product category such that products for that category show with different columns?
2. Yeah.. I followed the tutorial exactly pretty much.. still not coming right. Its seems like its all to do with the image size (the image height seems to affect whether the resultant image is placed in the middle of the page) and the padding selected. Ive put 200 pixel padding on top and bottom and am now getting the image to show but its clumsy and not at the top of the page, theres a lot of white space, and the bottom is cut off. Not having much luck with this.. ive played around with a few different padding options..
Thanks again for your help above i really appreciate this!
In forum: Virtue ThemeIn reply to: Scroll, Shortcode and other issues
Hi Ben,
i try to explain better:
the problem is the columns not the words. I have a row with 2 columns inside, before theme update columns on small mobile devices was one above and one below, not next to each other. This broke page layout.I’ve other 2 screens to show you what’s happen:
1 https://drive.google.com/file/d/0B2HdcH4NOUOeaFEyVnFOQnZHMjQ/view?usp=sharing
2 https://drive.google.com/file/d/0B2HdcH4NOUOedDZrNXVQU294LVU/view?usp=sharingIn forum: Virtue ThemeIn reply to: Scroll, Shortcode and other issues
March 4, 2016 at 9:10 pm #84458Hey,
the link is one word, on a small screen where you have it set for two columns it doesn’t fit. The browser doesn’t want to break the word by defualt so it gets pushed off screen.You can use this css to force the browser to break the word:
.textwidget { word-wrap: break-word; }Then you wouldn’t have the layout issue. Might consider making the font smaller.
Ben
In forum: Virtue ThemeIn reply to: Virtue Premium Blog
1. Sorry, I misunderstood. You can use shortcodes like this:
[recent_products per_page="12" columns="4"]and this:[recent_products per_page="12" columns="1"]2. Try adding an empty widget to the row, like a blank text widget.
Try setting the row layout to Full Width Stretched. Does that make a difference?
Padding will make the image container larger.Hannah
In forum: Virtue ThemeIn reply to: Transparent Primary Menu
In forum: Virtue ThemeIn reply to: Virtue Premium Blog
1. You can do this using shortcodes like this:
[blog_grid orderby=date items=4 columns=3 cat=photos]
Then if you want only one column you could use a shortcode like this:[kad_blog orderby=date items=4 fullpost=false cat=photos]2. You can set that up by creating a row in page builder and setting the background image of that row then setting the Background Image Style to Parallax. If your homepage is set as a static page you can add this from the home edit page, or you can use the home widget area (enabled in Theme Options > Home Layout) and add a Layout Builder Widget from Appearance > Widgets.
3. You could use a shortcode rather than using the staff grid template. Like this:
[testimonial_posts orderby=date items=4 columns=4]Does that work for you?Hannah
In forum: Virtue ThemeIn reply to: Blog Grid – Four Column widget?
In forum: Virtue ThemeIn reply to: portfolio
Hello!
If you want to make your portfolio post look like the example there, then you need to follow these steps.
Firstly, the images you’re seeing on that portfolio post are added by clicking the “Add Media” button at the top of the editor.
Find the “Create Gallery” option, and add the desired images to the gallery.
After the Gallery is created, you should typed out the text for the portfolio item.Then, go through your settings under Portfolio Post Options, and make sure they are like this.
Project Layout: Three Rows
Project Options: None
Columns: Four Column
Max Slider/Image Height: 500
Auto play slider: yes
Project summary: ImageTry creating another post following this guideline and see if you can get it looking the way you want it.
In forum: Virtue ThemeHi,
Is there a widget to get a 4 columned Blog grid like this: *Login to see link
I want to add a post grid like this to the bottom section of a specific page within my site – but the widgets seem to only allow up to 2 columns.
In forum: Virtue ThemeIn reply to: Buttons
Those are added via the Icon shortcode. All you have to do is go into your page edit screen, and while in the visual or text editor, click the “Virtue Shortcodes” button and select “icon.”
there you can select the exact icon you want, and ad it to the page.
Additionally, the demo contact page is styled with some Columns that have been inserted into the editor as well.
Here is the code used on that page to generate the icons, as well as the layout they take on teh page.
[space_20] [columns] [span6] [icon icon=icon-location size=56px color=#444 background=#ddd style=circle ] Stop in and see us! Los Angeles, California [/span6][span6] [icon icon=icon-mobile size=56px color=#444 background=#ddd style=circle ] Give Us a Call Our Number: 444-555-3333 [/span6][/columns] [space_20]In forum: Pinnacle ThemeIn reply to: enable large menu with ultimate members plugin
Hi Kevin,
halas, it is impossible to give you access on the dev site actually because it’s the site of a fencing association with a lot of private stuff.I call “large menu” the function that allow to display sub-menus in several columns.
The pinnacle theme offers this in :
appearence > menu ; there, in any menu item (if the menu has some sub-menus) you can mark a checkbox called “enable large menu” ; below there is a select field asking for the number of columns (you can chose 2, 3 or 4 columns) ; and finally another field calling for an icon : “Icon Class (e.g. kt-icon-home)”but wait a moment…
pinnacle online help documented it here : https://www.kadencewp.com/building-displaying-menus/ (look for step 6) ; curiously on my installation (localized in french) the label is not “enable fullwidth sub-menu” but just “enable large menu”This function works well only if ultimate members plugin is not activated.
thanks a lot for your attention
byeIn forum: Virtue ThemeIn reply to: need some help and advice please guys
Hi Richard,
I think page builder will be the way go to for you. You can set the homepage as a static page from Settings > Reading and then use page builder to create your rows and columns. You can add all your content through widgets.
This may be helpful- https://www.kadencewp.com/using-page-builder-virtue-premium/
Let me know if you have more specific questions.Hannah
In forum: Virtue ThemeIn reply to: Columns In Category Page
March 1, 2016 at 12:06 pm #83842Theme options > blog options> scroll to the bottom “Category Display Type” choose grid. Set the columns to two.
Ben
In forum: Virtue ThemeTopic: Columns In Category Page
March 1, 2016 at 12:03 pm #83839Hey , I been looking all over the theme options for the past hour but I cant seem to find a way to add a 2 or 3 row of columns to the category page, to make it look something like this…
Instead of just one
In forum: Virtue ThemeHi, the site I’m working on is http://www.iscsoftware.com. I have created a footer with menus arranged in columns, and one acts totally different than the others. I would like the menu that is on the bottom right of the footer (privacy policy, demonstration request, documentation, devops, contact) to have the same active font color (#ffffff) and background hover color (#223649) as the other menus, yet I can’t seem to find anymore what controls this setting or where it is. Can you help point me in the right direction?
Thanks,
Laura
In forum: Virtue ThemeIn reply to: fullwidth feature image
February 29, 2016 at 6:03 pm #83702I’m not talking about those columns. your link hits that you working on a portfolio post. in the portfolio post settings there is a project layout option. Is that on 3 rows?
Else can you post a real link?
Ben
-
AuthorSearch Results


