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: sidebar being pushed to the bottom!
Hey Jay,
It won’t allow me to register. I typed in my info and clicked register but nothing happens.
More than likely the plugin is using a larger screen width and is forcing the sidebar below. This can be fixed with some basic css, just need to see the page first.Hannah
In forum: Virtue ThemeI know this is pretty basic but I’ll be darned if I can figure out how to do this.
Have:
Edit Blog Page – Display Sidebar – Yes
Home Layout – Display Sidebar on Page – No
Main Settings – Site Layout Style – Boxed
Blog Options – Blog Post Defaults – Blog Post Sidebar Default – Yes, Show
Blog Options – Blog Category/Archive Defaults –
Blog Options – Display the sidebar on blog archives? – yes
Blog Options – Choose a Sidebar for your Category/Archive Pages – Primary Sidebar
This has gotta be something basic I am missing.
Thanks,
Jerry
In forum: Virtue ThemeHi Ben,
I am using a plugin, WC Vendors Pro, and whenever I go to form (e.g. the vendor application form) of this plugin, the sidebar is being pushed to the bottom.
Before posting my question here, I browsed on their support forum and they claim that the sidebars are not controlled by their plugin. It is controlled by the theme and Woocommerce.
Can you please let me know what to do to keep the sidebar on the side when the forms are called up.
Here is the link in case you want to take a look at. http://www.ckingsensors.com/ckingbuynsell
If you register and apply to become a vendor, the application form appears on the page and pushes the sidebar to the bottom.Thanks for the help,
JayIn forum: Virtue ThemeIn reply to: Mini-blogs within one blog site. Possible?
In forum: Virtue ThemeIn reply to: Product Categories In Sidebar
January 28, 2016 at 1:15 pm #78274Hey,
So you want a sidebar menu of your categories but you aren’t using the woocommerce category pages? Is that right? If your just using custom pages you can use the custom menu widget then define which items are in the menu in your appearance > menus page.Ben
In forum: Virtue ThemeIn reply to: Mini-blogs within one blog site. Possible?
Hi Robin,
You can add a sidebar to your blog post from the blog edit page (or you can make this default from Theme Options > Blog Options). You can add content to the sidebar from Appearance > Widgets then you could use a visual editor widget to add your mini posts. Does this work for you?Hannah
In forum: Virtue ThemeIn reply to: Drop down navigation
January 28, 2016 at 10:48 am #78238Hey, You can use a sidebar to add a menu widget that would show on each page. You can make the sidebar sit on the left by adding this css:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Ben
In forum: Virtue ThemeIn reply to: mobile sidebar issues
Hey Mike,
You just need to add the query around specific css. So remove the query from the top and then change this:.main.col-lg-9 { width: 73%; } .kad-sidebar.col-lg-3 { width: 27%; }to this:
@media (min-width: 992px) { .main.col-lg-9 { width: 73%; } .kad-sidebar.col-lg-3 { width: 27%; } }Then remove this as well:
.main.col-lg-9 { width: 73%; } .kad-sidebar.col-lg-3 { width: 27%; }Hope that helps!
HannahIn forum: Virtue ThemeHello all,
I am relatively new to wordpress. However, I have spent a significant amount of time formatting my ecommerce site with reasonable success. Recently, I have been attempting to include a product category sidebar menu that can be accessed while viewing products. For example, I don’t want my shoppers to have to hit the “shop” page icon again to return to the categories selection. At this point, I have included the sidebar menu that I have set to include “categories”. However, these are simply my different pages on my website. I’m sure there is a simple fix to this. However, I haven’t been able to find it. Additionally, visual appeal and relevance to the overall theme is of the utmost importance. I look forward to the replies. Thanks!Franky Davis
[email protected]
Terrajewelryco.com
Facebook.com/TerraJewelryCoIn forum: Virtue ThemeHi Kadence,
I am working on one blog but would like to have something sort of like sidebars in a magazine, where I add smaller posts that are connected to the main post, but are also sort of their own entity that people could look up separately if they wanted to.
To be more clear, my blog is about wine and wine travels but if I find some excellent food/restaurants or something interesting to see or do in the wine region, I’d like to write about it in a type of off-shoot blog. People would be able to see these other “mini” articles if they clicked on the main post or they could look them up under their own umbrella (“food” and “other things to see & do”, for example). But then these mini articles could also guide the reader back to the main post if there was interest since they would be connected (perhaps under the same theme/categories).
Is this possible? If so, any suggestions on how to make this happen?
Thanks so much.
In forum: Virtue ThemeTopic: mobile sidebar issues
Hi,
On this site… akrasprint.com, I’m having problems with the sidebar shrinking and looking bad on mobile. When I add the css @media (min-width: 992px) It fixes it, but then makes other css code not function properly. For example, in my woocommerce shop page, I have hidden the price for products, and when I add the @media (min-width: 992px) code the price will appear again when viewing the site in mobile version.So essentially the @media (min-width: 992px) code fixes the sidebar mobile problem, but creates another problem with the pricing being shown on my store.
Do you know what I’m missing? Here is all my custom css.. thanks.
@media (min-width: 992px) {
.page-header > h1 {
font-size: 0;
line-height: 2px;
margin: 0;
}
.post-header > h1 {
font-size: 0;
line-height: 2px;
margin: 0;
}
#kadbreadcrumbs {
font-size: 14px; padding-top: 35px; padding-right: 30px; padding-bottom:15px;
}
.category .2015-2016-News #kadbreadcrumbs {
font-size: 14px; position: absolute; padding-top: 25px; padding-right: 40px;
}
.main.col-lg-9 {
width: 78%;
}
.kad-sidebar.col-lg-3 {
width: 22%;
}
.tw-recent-posts .excerpt {
padding-bottom:25px;
}
.tw-recent-posts .excerpt {
border-bottom: solid 1px #0F2674;
}
.tw-recent-posts h4 {
padding-top: 25px;
}
.panel-grid-cell .widget-title {
display:none;
}
.kad-sidebar {
background-color: #f2f2f2;
padding: 5px 30px 30px 30px;
}
.main.col-lg-9 {
width: 73%;
}
.kad-sidebar.col-lg-3 {
width: 27%;
}
.sidebar {
border-radius: 10px;
}
#topbar{
border-radius: 5px;
}
.kad-banner {
padding-top:30px;
}
.single-article .post .entry-title {
padding-top: 40px;
}
.single-article .post .entry-title {
padding-top: 40px;
}
.topbarmenu ul li a {
color: #000000;
}
#topbar-search input[type=text], #topbar-search #searchsubmit {
color: #000;
}
#topbar-search .form-search ::-webkit-input-placeholder {
color: #000;
}
#topbar-search .form-search ::-moz-placeholder {
color: black;
}
#topbar-search .form-search :-ms-input-placeholder {
color: black;
}
#topbar-search input[type=text] {
border: 1px solid #000;
}
#nav-main {
background-color:#f2f2f2;
}
#nav-main ul.sf-menu>li>a {
border-right: 1px solid #000;
}
#nav-main ul.sf-menu>li:last-child > a {
border: none;
}
#nav-main ul.sf-menu>li:first-child > a {
border-left: none;
}
.product_item .price {
display:none;
}
.product_item .notrated {
display:none;
}
.senior-masters .summary .price {
display:none;
}
.woocommerce .quantity
input.qty {
display:none;
}
.post-384 .summary .price {
display:none;
}
.post-386 .summary .price {
display:none;
}
.post-387 .summary .price {
display:none;
}
.post-246 .summary .price {
display:none;
}
.post-243 .summary .price {
display:none;
}
.post-286 .summary .price {
display:none;
}
.post-285 .summary .price {
display:none;
}
.post-284 .summary .price {
display:none;
}
.post-243 .summary .price {
display:none;
}
.post-330 .summary .price {
display:none;
}
.post-360 .summary .price {
display:none;
}
.post-361 .summary .price {
display:none;
}
#nav-second ul.sf-menu {
padding-top:15px;
}
.home #nav-second ul.sf-menu {
display:none;
}
.about #nav-second ul.sf-menu {
display:none;
}
.classes #nav-second ul.sf-menu {
display:none;
}
.schedules #nav-second ul.sf-menu {
display:none;
}
.florida-pro-kart-series-classes #nav-second ul.sf-menu {
display:none;
}
.contact #nav-second ul.sf-menu {
display:none;
}
.category-2015-2016-news #nav-second ul.sf-menu {
display:none;
}
.shop #nav-second ul.sf-menu {
display:none;
}
.woocommerce
input.input-text,
form.checkout
input.input-text {
width:50%;
}
.checkout .woocommerce
input.input-text,
form.checkout
input.input-text {
width:100%;
}
#nav-main {
border-radius:5px;
}In forum: Virtue ThemeIn reply to: Adding images to shop gallery
In forum: Virtue ThemeHi Robin,
What slider were you using before? See this tutorial to learn about Virtue’s slider options- https://www.kadencewp.com/slider-comparisons/
This tutorial explains how to create a homepage- https://www.kadencewp.com/creating-a-home-page-with-virtue/
You can add a sidebar to your homepage from Theme Options > Home Layout and add content to your sidebars from Appearance > Widgets.
Also see documentation here- http://docs.kadencethemes.com/virtue/
Hope that’s helpful!Hannah
In forum: Virtue ThemeHi!
I’m wondering if there’s a way to put Details and Organizer in a sidebar, with the Venue and RSVP below the event blurb. I saw that you had updated the integration with the theme, and wondered if you had suggestions on how to make this work.
Testing it on the domain *Login to see link
Thanks so much!
Stephanie
In forum: Virtue ThemeHello. I followed one of your short guides on how to create a blog after I transferred mine (only partly done) from another theme. And it wiped out my slider, and I have no idea how to get it back. Since I upgraded to the premium theme, I am struggling to know what everything means because so much doesn’t apply to me.
I am actually interested in a blog similar to your Version 1 theme option on your main site, though even more simple – slider, 3-4 latest posts underneath, older posts that go somewhere else in cyber space, a sidebar on the main page that has archives and that groovy tagline chart which shows which words show up more as they are larger, as well as some other small bits and bobs like “about me”, etc. Not sure how all those things get set up.
So, any suggestions as how to put the slider back in, as well as a better tutorial on blogs only?
My site: http://www.wine-wanderer.com
Thanks so much.
In forum: Virtue ThemeIn reply to: Header and footer disappear when searching
In forum: Virtue ThemeIn reply to: Sticky Post Disappears
January 26, 2016 at 8:07 am #77791[blog_posts items="8" cat="article" word_count="28"]That shortcode should look to see if your using a sidebar and if you are switch to a single column layout. Your using the sidebar right?
I may have to update this a little bit to have a control override.In your theme options > advanced settings add this:
.home_blog > .row > col-md-6 { width: 100%; }Ben
In forum: Virtue ThemeTopic: Product filter
Hi,
Im looking for a product filter for my shopsidebar that either can collaps or that works as a filter which the customer can delete partial or total. Can you recommend a good product filter?
I’ve searched for product filter in the support biút havent found much other than you have refered to *Login to see link
Right now Im using Flatsome theme because it has a kind of collapsing category but I would rather use my Virtue theme if I can get this feature.
shoppage
Hope that you’ll assist even though Im using flatsome.
Br
AndersIn forum: Pinnacle ThemeIn reply to: Product Category me
January 25, 2016 at 4:57 pm #77711.sidebar .product-categories li.current-cat > a { font-weight: bold; color: blue; }I think your looking for this css? Let me know.
Ben
In forum: Virtue ThemeIn reply to: How to hide virtue themes options for non admin?
January 25, 2016 at 1:13 pm #77674Well you can override those sidebar options using a child theme so even if someone edited them it wouldn’t take effect.
add_filter('kadence_display_sidebar', 'kad_sidebar_on_product_page'); function kad_sidebar_on_product_page($sidebar) { if (is_product()) { return false; } return $sidebar; }else you can use a function like this to try to remove based on the user:
function kt_meta_conditional_init() { if(is_admin()){ if(!current_user_can( 'manage_options' ) ) { remove_filter( 'cmb_meta_boxes', 'virtue_metaboxes' ); } } } add_action('init', 'kt_meta_conditional_init', 1);Ben
-
AuthorSearch Results


