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 Theme
In reply to: Sidebar – move sidebar from bottom to top on mobile
This reply has been marked as private.September 6, 2022 at 8:25 am #280035In forum: Kadence ThemeIn reply to: Sidebar – move sidebar from bottom to top on mobile
Hi Sylvia,
Thank you for reaching out to us.
Please try adding this Custom CSS code by going to Appearance > Customize > Additional CSS.
@media (max-width: 1024px) {
.content-area {
display: flex;
}
.content-container {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
.primary-sidebar {
width: 100%;
}
}By using the above CSS code, you can have the sidebar appears on top of the page on mobile devices.
Hope this answers your question.
Should you need further assistance, please let us know, and we’re always here to help!
Cheers,
DaneIn forum: Kadence ThemeSeptember 6, 2022 at 7:45 am #280028Hello,
How do I move the sidebar from bottom to top on mobile?
The GeneratePress theme can do this with this CSS code
@media (max-width: 768px) {
.left-sidebar .site-content {
display: flex;
flex-direction: column-reverse;
}
}What is the Kadence CSS code for this?
Thank you!
In forum: Kadence ThemeHi,
Sorry, there isn’t a way to do this. You can use CSS to hide the sidebar from mobile. And you could even create a custom page with sidebar content above your page content only showing for mobile. Let me know if you would like further guidance on this.Kindly,
HannahI have tried looking through all the options but i can’t seem to find a setting which allows me to stack the sidebar on top of the content in mobile and tablet view instead of defaulting to the bottom. Like the option in the footer column “collapse left to right”.
Maybe i am missing a setting somewhere?
In forum: Kadence ThemeHi,
Thank you for reaching out to us.
I’ve tried to replicate the issue on my test site, but, I wasn’t able to. Here, please watch: https://share.getcloudapp.com/YEuWgN4x
As you can see, I even used an incognito window to open my test site and the sidebar is visible on all Single posts.
Have you tried to clear the cache? Website display issues can be solved by clearing the cache. Here’s how: https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/clearing-your-website-cache/
Please try to clear the cache first and let us know how it goes.
Cheers,
DaneIn forum: Kadence ThemeHi Adda,
Here’s the screen recording on how to set a menu navigation in the sidebar, please watch: https://share.getcloudapp.com/lludxr8o
As you can see, you need to change the Page Layout first from Appearance > Customize > Posts/Pages Layout > Page Layout > and from the Default Page Layout section, choose whether you’d like a left or right sidebar. And from there, you can add a Menu Navigation in a widget then assign a set of menu that you’d like to appear at the sidebar.
This method is easier than using Hooks Element. But if you want to know how to do it using a Hooks Element, please let me know and I’ll be happy to provide it for you.
Cheers,
DaneIn forum: Kadence ThemeHi Adda,
This theme does not have a built-in option for a left vertical navigation. You could add a sidebar with a navigation menu. Or, using Kadence Element Hooks, you could create a single column row that is left aligned and dynamically choose to show it throughout your site. https://www.kadencewp.com/kadence-theme/knowledge-base/pro-addon/how-to-use-element-hooks/ Would either of these options work for you?Kindly,
HannahIn forum: Kadence ThemeIn reply to: Full site editing plan
August 12, 2022 at 2:04 pm #279651Hi,
Håvard GerhardsenI want to be clear: “You say Kadence will not move to FSE for at least 1 year” is not accurate. I hope to have an FSE option that I am satisfied with much sooner. However, I do not think moving to FSE is in some way “better” it’s just different and Kadence will not “move to FSE” just allow it in other ways. Also to be clear you can build the header and footer in Gutenberg with Kadence, you do not need to wait on that if you want to do it. An example is the footer on this page which is built in Gutenberg and Kadence.
By dynamic, I am not talking about simply exposing fields from ACF, you can do that without issue in Kadence as well. Instead I’m talking about assigning layouts based on categories, and changing layouts of content without having to manually manipulate or build template files. A simple example is that with Kadence you can enable a sidebar and on a post by post basis disable it. With FSE instead of a setting applied dynamically, you need to edit the templates. I hope that makes sense.
Ben
In forum: Kadence ThemeIn reply to: Kadence Sidebar… Hide TOC for Archive pages?
FYI – As a note to other people trying to do the same, the
#block-86in the CSS that Bonn sent is the CSS ID of the row block the TOC in on the Sidebar.<section id="block-86" class="widget widget_block" style="top: 80px; max-height: calc(100vh - 80px);">To use this for your site, you will have to use the inspector to find the TOC block in the sidebar and find it’s unique block ID.
Greg
-
This reply was modified 3 years, 9 months ago by
GregC.
In forum: Kadence ThemeIn reply to: Kadence Sidebar… Hide TOC for Archive pages?
In forum: Kadence ThemeIn reply to: Kadence Sidebar… Hide TOC for Archive pages?
Hi Greg,
Thanks for reaching out.
There are 2 ways to do this, the easiest one is adding this custom CSS:
body:not(.single-post) .sidebar-inner-wrap #block-86 { display: none; }The other one is setting a different sidebar on archive pages in Customizer: https://share.getcloudapp.com/Wnu7gEbe
You can duplicate sidebar 1 to sidebar 2 by highlighting the widgets, then press
CTRL + CorCMD + C.Then go to Sidebar 2, add a Paragraph block, then press
CTRL + VorCMD + VHere’s a video for your reference: https://share.getcloudapp.com/nOuXZmno
Hope this helps.
Regards,
BonnIn forum: Kadence ThemeHi there!
Just found the wonderful ability to put a TOC in the sidebar and to make it sticky when scrolling down the page. This is so helpful, and it works awesome on posts, but not so much on an archive page. On an archive page, the TOC shows the headers for the previous post… so that makes it a little confusing for my readers.
Is there a way to hide the TOC just for archive pages?
Or, if I have to, is there a way to duplicate sidebar 1 to sidebar 2 so I don’t have to recreate the whole thing?
Thanks for your help on this!
Greg
*Login to see linkIn forum: Kadence ThemeHi,
Thank you for reaching out to us.
Based on the screenshot that you sent, it seems that you’re wanting to have a sidebar for your site’s archive blog posts layout, is this correct? If so, you may do that by changing the archive layout when you go to Appearance > Customize > Posts/Page Layout > Archive Layout > then scroll down until you see the Archive Layout section and choose the layout that has a sidebar. In your screenshot, it should be “Right sidebar” layout.
After you chose that layout, please pick the “Post Archive Default Sidebar”. For example, you chose sidebar 1, from the Archive layout page, please click the “Back” button twice then go to “Widgets.” Then, you’ll see there the sidebar that you have chosen.
From sidebar 1, please click the “+” sign to add a block that you want to use. You can use “Latest Post” block to display all the latest posts at the sidebar.
Here’s the screen recording on how to design your site’s sidebar, please watch: https://share.getcloudapp.com/p9uOLnYr
Hope this helps.
Should you need further assistance, please let us know, and we’re always here to help!
Cheers,
DaneIn forum: Kadence ThemeJuly 8, 2022 at 10:36 am #274024Is there any way to show the subcategeories that belong to the current parent category being viewed?
For example is there are a lot of categories such as:
Phones
-iPhone
— iphone 5
— iphone 6
— iphone 7
-Samsung
— Edge
— Galaxy 7
— Galaxy 8So if a user is going to visit Samsung caetgory page, they will only side Edge, Galaxy 7, Galaxy 8 on the sidebar.
Right now if I use Categoies widget I see all the options including iPhone parent when I visit Samsung category.
-
This topic was modified 3 years, 10 months ago by
Rushit Hila.
In forum: Kadence ThemeHi, Richard!
Apologies for the delay in getting back to you.
If you’re using the “Above Content” title section of the theme, that should remain fulllwidth, at the top of the content and sidebar columns. Here’s a screen recording for your reference – https://share.getcloudapp.com/ApuXJ2z1.
I tried viewing this page(https://healthlocal.org/community/) to see the “full-width header image” you’re referring to but it seems to not exist anymore – https://share.getcloudapp.com/Z4uA78Kn. For us to better assist you, could you give us the correct page URL?
Kind Regards,
KarlaIn forum: Kadence BlocksTopic: Sticky Block in Column
Hi Folks
In a two column row layout I want to 1-2 make block(s) in left column sticky .. while right column content scrolls.
I have tried using sticky section control but with less content in LF column this is inaffective.
I want it to work like the sticky widget in sidebarThis is quiet a common feature .. nothing special
Hope that makes sense.
Thanks
DavidIn forum: Kadence ThemeJuly 2, 2022 at 1:55 am #273930Hi Hannah
I really appreciate the quick reply. I was hoping to be able to use the widget area in the sidebar though. Is that not possible?
Thanks again
RichardIn forum: Kadence ThemeIn forum: Kadence ThemeJuly 1, 2022 at 8:33 am #273926Hi there
All my pages have full-width title banners. On a forum page I need a sidebar alongside the content but when I switch that on in page options, the sidebar appears alongside the header image which is not full-width anymore. Is there a workaround for this please?
Site is at *Login to see link Passcode to view is ‘h3althl0c@l’. Forum page is at *Login to see link
Thanks, Richard. -
This reply was modified 3 years, 9 months ago by
-
AuthorSearch Results


