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: Kadence ThemeIn forum: Kadence Theme
In reply to: Sensei LMS & Custom Post Types for Lessons
October 13, 2020 at 9:22 am #258655It appears Sensei and Lifter LMS use the same slug for their post types and so that is why you are not seeing course or lesions in the customizer as options to define the layout.
At the moment you can add a filter
add_filter( 'kadence_post_layout', 'custom_sensei_layout' ); function custom_sensei_layout( $layout ) { if ( is_singular( 'lesson' ) ) { $layout['sidebar_id'] = 'sidebar-secondary'; } return $layout; }You can also add a feature request that Kadence add Sensei support.
https://www.kadencewp.com/roadmap-kadence-theme/feature-requests/Ben
In forum: Virtue ThemeHi
I usually use this CSS for the styling, but it’s not working on the Ninja form in the side bar – can you assist?
.nf-form-fields-required {
display: none;
}
.nf-form-content label {
font-size: 20px
line-height: 26px !important;
font-weight: 400 !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
background: #Ebe811 !important;
color: #000000 !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
background: #a0ba0d !important;
color: #000000 !important;
}In forum: Ascend ThemeOctober 11, 2020 at 7:42 pm #258521Hi
I have just noticed that the excerpt section is missing for Pages from the settings sidebar on all sites using Ascend. is there on Posts. the same in firefox and chrome on different servers. and not visible in the settings options.
Regards
Chris
In forum: Kadence ThemeOctober 11, 2020 at 4:54 pm #258518Hi there, is it possible to have a default sidebar for Sensei LMS Lessons?
At present I need to manually select the sidebar for each individual lesson.
Thanks in advance.
In forum: Ascend ThemeIn reply to: Widgets move between custom sidebars
October 1, 2020 at 4:23 am #257975Hi Hannah
I have just put our dev site back together again. Swapping to Twenty Twenty and back again did mess with the sidebar layout, but that is not surprising. I think we need to pinpoint which updates/ changes are triggering the problem before either you or I can do any proper investigations.Can I leave this thread open for a little while please? When we have something that triggers the problem, I will get back in touch.
Thanks for your help.
MandyIn forum: Ascend ThemeIn reply to: Widgets move between custom sidebars
In forum: Ascend ThemeIn reply to: Widgets move between custom sidebars
September 28, 2020 at 2:05 am #257751Hi there
The site we are having an issue with is https://aecb.net
We have custom sidebars for the forum, events, member news and local groups.We have a dev system which I can give you access to, but it is currently locked down so we can investigate another issue. Once it is back on Ascend, I will let yo have a login.
Mandy
In forum: Kadence ThemeHi Ben & Hannah, First off For a while now I have been a fan of the Classic Editor plugin. But you have blown me away with your new Kadence WP theme, it is really brilliant, well done! I am a convert to your blocks.
Only one snag so far is the Starter Template “Shopping” that I downloaded and activated, I have looked everywhere in the menus and YouTubes and disabled the child theme but I cannot see how to change the featured image “*Login to see link the girl with the leaf in front of her face.
The Header, logo and menus all have edit icons that show up but not on the picture and no option in the edit menu in the left sidebar. When I go to the page itself that image is not there it only shows under the theme customize.How can I change for my own image or even better to insert a Kadence Slider.
Regards,
JanekIn forum: Membership ForumsIn reply to: Adding Logo and adding padding?
Hello James,
Seems like you have a big min height value on one of your header rows, probably the Main row. Kindly check your rows’ settings by going to Customizer > Header and click on the Desktop tab on the builder. Hover over the rows and click their gear icons to show the settings on the left sidebar. Find the Min Height option and adjust accordingly.
Here’s a screen recording for your reference.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeIn reply to: Logo swapping
Hey,
In your WordPress dashboard in the sidebar hover over Appearance and then click Customize. This will open the theme customizer where you will see Header at the very top. You will be adding an html element to the header using the header builder.
Hope that helps!
-
This reply was modified 5 years, 7 months ago by
Clayton.
In forum: Ascend ThemeSeptember 24, 2020 at 9:49 am #257550We have set up some custom sidebars in the ascend theme and are using a snippet of code in a child theme to manage which sidebar appears for a number of different post types. This is all working fine.
The problem we are having is that sometimes the content of a sidebar is moved into a different sidebar. We think that this is related to changing the software base: activating, deactivating or updating plugins or theme on the site.
Our test site had a buddypress sidebar on it but the live site does not, so the only sidebars are the Ascend ones and our custom ones. We have experienced the problem on both sites.
Is there any way to stabilise the situation so we do not have to continually check that the sidebars retain the correct content?
Thanks
MandyIn forum: Virtue ThemeTopic: Slider Revolution
I have a problem with displaying the slider
1. There are two candy bar from Slider Revolution for desktop and mobile.
2. I used to put CSS code to delete the sidebar and comments in mobile
@media (max-width: 767px) {
aside#ktsidebar {
width: 100%;
}
/* .main.col-lg-9.col-md-8 {
width: 100%
} */
#respond-container {
display: none;
}
#comments {
display: none;
}
}`4. Now this is not necessary
5. But if I leave it, I see the desktop version of the slider on all devices.
6. if I delete it, I see the mobile version on all devicesHelp me find a solution to the problem
*Login to see linkIn forum: Kadence ThemeIn reply to: Sidebar and Header
I’m actually seeing your sidebar below the header. Are you also wanting it below your banner? If so, I would recommend using a fullwidth layout rather than sidebar. Then you can create a makeshift sidebar using the row layout block. Just creating a long column on the right side and then add your content in the larger column on the left. This way you can keep your banner full width. Does that make sense?
Hannah
In forum: Kadence ThemeSeptember 21, 2020 at 10:00 pm #257313I’ve switched to the Kadence theme for websites after using Genesis for a long time. One thing available I Genesis that isn’t an option in Kadence is the ability to specify the page template on a woocommerce category. Is this something you’d consider adding to Kadence?
Kadence theme only has the one spot in the customer to specify the page layout for woocommerce archive and some categories I’d like to be able to specify an alternate with or without the sidebar for instance.
In forum: Kadence ThemeIn reply to: Kadence sticky sidebar
In forum: Kadence ThemeIn reply to: Vertical Menu in Kadence Theme
In forum: Kadence ThemeTopic: Sidebar and Header
In forum: Kadence ThemeI don’t believe there is a way to achieve what you’re after without creating multiple menus and assigning them to the designated sidebars. Sorry! There may be a plugin that offers a functionality like this, but I’m not sure of one.
Let me know if there’s something else I can help with!Best,
HannahIn forum: Membership ForumsIn reply to: Woo Archive Template?
Apologies for the delay! My weekend was great, thanks for asking:)
For your product columns, I would recommend either using fewer columns or expanding the width of the column the products are in. Have you tried this?
For the sidebar, have you tried adding a Filter Products by Attribute widget? Then also a Product Tag Cloud widget?
The quick view feature is coming soon!!
Best,
Hannah -
This reply was modified 5 years, 7 months ago by
-
AuthorSearch Results


