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 'sidebar'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: child theme
Thanks Hannah,
I’ve been there before and still unsure what I’m supposed to us to replace example. I’m using Virtue Premium. Do I go into editor and get the theme information to replace example like seen below?
/*
Theme Name: Virtue Premium Child
Theme URI: https://www.kadencewp.com/product/virtue-premium-theme/
Description: Virtue Premium Child Theme
Author: Kadence Themes
Author URI: https://www.kadencewp.com/
Template: virtue_premium
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout
Text Domain: virtue-child
*/@import url(“../virtue_premium/style.css”);
/* =Theme customization starts here
————————————————————– */For the functions, your example child theme is:
<?php
//Add your custom functions here.What do I need to add for my custom functions?
Thanks for any assistance Hannah.
In forum: Virtue ThemeTopic: child theme
Hi,
Virtue Theme is beautiful Newbie here. I upgraded to premium and lost some work already completed:( No child theme. Before I start work again I’d like to create a child theme to avoid that mistake in the future. I’ve downloaded the example virtue child theme. What is the easiest way to create child theme and install it? What do I change the code on this as shown on the support page: *Login to see link
Or can I just use the downloaded example?
/*
Theme Name: Virtue Premium Child
Theme URI: *Login to see link
Description: Virtue Premium Child Theme
Author: John Doe
Author URI: *Login to see link
Template: virtue_premium
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout
Text Domain: virtue-child
*/@import url(“../virtue_premium/style.css”);
/* =Theme customization starts here
————————————————————– */In forum: Virtue ThemeSeptember 25, 2015 at 12:13 pm #60183Hey,
1. If you want both the “latest from the blog” and “featured projects” gone use this css:.hometitle { display: none; }If you just want the featured projects use this:
.home-portfolio .hometitle { display: none; }2. You can use the “icon menu” in your theme options > home layout to add “icons” but you can upload and they will be larger.
Else you can use a plugin like this: https://wordpress.org/plugins/custom-social-widget/
Note that most social icon widgets will be designed for the sidebar and not really to be in the middle of the page so starting with the theme options > home layout > icon menu might be a good place to start.
Ben
In forum: Virtue ThemeTopic: Category Conundrum
Can’t figure this one out. Hope you can help…
I didn’t like the way Woo displays a category page that has sub-categories:
So I set up an alternate page:
*Login to see link that displays custom headers and product samples from each subcategory.
But is there any way to make the link at the top of our category tree (“Guided Imagery” on the right sidebar) link to my nice alternate page, instead of the default? I want to keep the main category link there, with all the subcategories under it, because “guided imagery” is our most important keyword, and it’s great for SEO to have it there with all those subtopics underneath it. But I don’t want a redundant page, especially one that isn’t very effective.
In forum: Virtue ThemeTopic: Blog grid columns adjustment
Hi again,
I just noticed on my blog grid pages – which are usually 2 column + sidebar – that the blog items will all move to only the left column at a certain width, leaving the middle column blank. I haven’t modified this part of the site in a while so I am wondering if it was something in the recent update that caused it. I’ve looked through the theme options and didn’t see anything that seemed to be off.
Here is a link – *Login to see link
In forum: Pinnacle ThemeIn reply to: Secondary Sidebar not showing
In forum: Pinnacle ThemeHi,
I would like to use a different content in the sidebar on certain pages vs blog pages.
In the “sidebar options” (editing a page) I can only choose a primary sidebar, and likewise I can only add widgets to the primary sidebar in widget settings. Is there a possibility to add a secondary sidebar as well, with different content than the primary sidebar. I mean the sidebar would stay in the same location but with different contents.Thanks for your help!
In forum: Virtue ThemeIn reply to: underline/borders in custom menu
In forum: Virtue ThemeIn reply to: Slide out sidebar menu
September 22, 2015 at 11:09 am #59619Hey,
Just for future create a new post rather then posting in a topic marked as resolved. Helps us see whats coming in better.Not sure what you mean by under it? You can add as many widgets to your sidebar as you want.
Ben
In forum: Virtue ThemeIn reply to: Slide out sidebar menu
In forum: Virtue ThemeGood evening,
I am using the secondary menu in a sidebar widget. I’d like to use icons along with the text, but they are right up against the text. I have tried using the following code to add a right margin, but it affects my primary menu as well which I don’t want it to do.
[class*=" icon-"], [class^=icon-] {
margin-right: 5px;
}I can see that .menu-secondary is the class it comes under, but adding that to the above code does nothing. Can you help?
Kind regards,
Phillip
In forum: Pinnacle ThemeIn reply to: How to insert a Parallax Background in Pinnacle?
September 21, 2015 at 2:50 pm #59469Hey,
You can’t have a sidebar and a fullwidth row in pagebuilder. What you can do is use a fullwidth page and add a column with a widget area above or below your fullwidth row.Ben
In forum: Pinnacle ThemeIn reply to: Mobile/Tablet > having filters at the top
September 21, 2015 at 1:58 pm #59451You can’t because the filters are added through your sidebar and on mobile the sidebar would always be below your content.
You can use a plugin like this to add a widget to your shop page content above the products but it still would not show on other category pages. https://wordpress.org/plugins/widgets-on-pages/
Ben
In forum: Pinnacle ThemeIn reply to: How to insert a Parallax Background in Pinnacle?
Thanks Hannah, I was trying to make the call to action parallax instead of the row, this is why it was not working.
If I do not have a sidebar, it works perfect, the image fills the whole width of the screen, from far left to far right, similar to my header image.
If I have a sidebar on the right, the image fills up to the far left of the screen, but stops at the sidebar limit on the right.
Just curious, would it be possible to have the parallax background image to continue under the sidebar (as it does right now) but not stopping at the sidebar right limit, but would also be displayed past the sidebar up to the far right of the screen?In forum: Virtue ThemeIn reply to: Custom Sidebar on Custom Post Type
September 21, 2015 at 11:11 am #59389for pages use the “sidebar” page template.
And FYI there is a way to use functions to control custom post type sidebars. Also with the latest version of wordpress there is a new template option that I am planning to use which will take advantage of this.
Ben
In forum: Virtue ThemeIn reply to: Custom Sidebar on Custom Post Type
In forum: Virtue ThemeIn reply to: Product Count on Shop Pages
September 21, 2015 at 8:57 am #59353This what your thinking?
.sidebar .widget_product_categories ul.product-categories > li > a { color: white; padding:4px; background-color: #21b2e7; font-size: 18px; line-height: 30px; } .sidebar .widget_product_categories ul.product-categories { margin:0; }Ben
In forum: Virtue ThemeIn reply to: Only display blog entries, not list?
In forum: Virtue ThemeHi Ben,
I love Virtue’s ability to have custom sidebars, however, I am using “Types” plugin to add another post type for documentation. I was wondering if there is a way to take advantage of the different sidebars per page with different post types? This way I can use Virtue’s built in functionality to add different side bars for different “docs”.
Thank you
In forum: Virtue ThemeIn reply to: Blog layout on Kadencethemes.com
This reply has been marked as private.September 20, 2015 at 7:01 am #59266 -
AuthorSearch Results


