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 ThemeSeptember 25, 2024 at 8:16 am #291331
Hey Anne,
Thanks for the link to a sample post.
This is a caching issue. You can see the sidebar on the left side if you visit it without caching:
https://northamericatravelplanning.com/mountain-cabin-rentals/?nocache=1Here’s a video for reference: https://share.zight.com/mXuQrYxZ
Please clear all the caches on your website as well as the “Used CSS” and it should resolve this.
Let me know how I can assist further.
Best,
ChitoIn forum: Virtue ThemeIn reply to: Mobile Version Of Site?
Thank you! 2 more things
I am using the Recently Viewed Products List Widget in the sidebar, there is no customization in the widget, I want to NOT show the featured image, so just the link title of the product – can I get a custom CSS for that to put in the theme options – here is the source code of the widget <ul class=”product_list_widget”>
- OR you can look here – https://internetslayers.com
Also, can I get the custom CSS to change font size of all text in widgets in sidebar?
In forum: Kadence ThemeThis reply has been marked as private.September 20, 2024 at 10:20 pm #291292In forum: Kadence ThemeIn reply to: Right Sidebar not Displaying My Sidebar 1 Widget
Hi, Kenneth!
Apologies for the delay in getting back to you here.
Based on your description, I believe it’s the Hooked Elements feature of the Kadence Pro plugin causing the problem for you.
This feature has options to replace sidebar contents or templates and you can read more about it here – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/
Here are the steps of what you could do:
1. Go to Dashboard > Appearance > Elements.
2. Check if you have an active element there that is set to display as “Replace Sidebar Content”.
3. Deactivate it if you’ve seen one.I hope this helps, and let me know if I can assist you further.
In forum: Kadence ThemeIn reply to: Right Sidebar not Displaying My Sidebar 1 Widget
September 6, 2024 at 3:11 am #291121I should probably mention that the problem only affected Posts/Pages Layout –> Single Post Layout. All “Pages,” and the Archive Layout, were displaying Sidebar 1.
In forum: Kadence ThemeIn reply to: Right Sidebar not Displaying My Sidebar 1 Widget
September 6, 2024 at 3:08 am #291120Hi Teejay!
Thanks very much for your help.
The URL is http://www.christianturkiye.com.
Following your instructions regarding troubleshooting, I deactivated each plugin one-by-one. When I deactivated “Kadence Pro – Premium addon for the Kadence Theme,” The sidebar started showing Sidebar 1. When I reactivated it, Sidebar 1 disappeared again.
So apparently, it is that plugin that is making Sidebar 1 disappear.
In forum: Kadence ThemeIn reply to: Right Sidebar not Displaying My Sidebar 1 Widget
September 5, 2024 at 1:35 am #291099Hi Kenneth,
I can’t replicate the issue on my test website. The sidebar for the single page applies the selected widget whether it is the Sidebar 1 or Sidebar 2.
Here’s a screen recording for reference: https://share.zight.com/jku0KQ7r
This issue seems unique to your website.
For initial troubleshooting, please could you do the steps listed in this article https://www.kadencewp.com/blog/how-to-troubleshoot-your-website? This will help us rule out these usual causes of WordPress issues, so we can move on to investigating other possible causes of this issue on your website.
Can we also have the link to your website so we can investigate?
Please let us know; we’ll be happy to help.
Best regards,
Teejay.In forum: Kadence ThemeSeptember 4, 2024 at 12:36 am #291088Hello,
I’m having a problem with the right sidebar. It is not displaying “Sidebar 1” as I have it in the settings.
Here is the Sidebar 1 Widget:
Whether I set the global settings for for Sidebar 1 to display, it doesn’t display. The sidebar area (with a grey background so you can see it), displays, but not Sidebar 1.
This happens on all pages EXCEPT for the archive pages. When I set the global settings on the archive pages to display Sidebar 1, it works.
I have also tried this with individual post page settings… but it still doesn’t display Sidebar 1.
Can you assist?
In forum: Virtue ThemeIn reply to: Different display of posts in the sidebar
September 3, 2024 at 3:46 pm #291084Hi there,
Thanks for sharing the website URL. It appears that different blocks are being used on the homepage compared to the rest of the pages to display the latest posts, which is causing the design differences.
Please ensure that you have selected the primary sidebar for the homepage options in the theme settings.
Check the screencast for reference: https://share.zight.com/9ZuJNKEp
I hope this helps. Let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Virtue ThemeAugust 29, 2024 at 2:21 am #291003I use the Virtue theme and found the following:
The sidebar is activated and I display current posts there.
The posts are then displayed as a link on the start page.
On all other pages, the posts are preceded by an icon that cannot be displayed in some browsers.
I am not aware of having set this.
Can anyone help me with this?-
This topic was modified 1 year, 8 months ago by
webmaster-1059. Reason: incorrect picture URL
-
This topic was modified 1 year, 8 months ago by
webmaster-1059.
In forum: Kadence ThemeIn reply to: Sidebar – move sidebar from bottom to top on mobile
August 27, 2024 at 5:12 am #290982Hello,
I tried this css code:
@media (max-width: 1024px) {
.content-area {
display: flex;
}
.content-container {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
.primary-sidebar {
width: 100%;
}
}Its working but just for logged in users. When i tried it on incognito mode it still showing sidebar on bottom.
If anyone knows how to fix it let me know please!
Thanks.-
This reply was modified 1 year, 8 months ago by
masaoodshah803.
-
This reply was modified 1 year, 8 months ago by
masaoodshah803.
In forum: Kadence ThemeHi, Johny!
I apologize for the delay in getting back to you here.
While we don’t have a built-in widgets/filters for showing the WooCommerce categories on your sidebar content, you may search and install plugins from wordpress.org.
Let me know if I can help you further.
In forum: Kadence ThemeIn forum: Kadence BlocksAugust 17, 2024 at 7:09 am #290896I have created an Element for single post replacement. This Element has a custom sidebar with a query loop for showing more news from my website, limited by particular Categories. This gives as result the latest posts in these categories. However, I want the query to return as results, posts that include tags used in current post. Is this possible?
Sample post: *Login to see linkThank you in advance!
-
This topic was modified 1 year, 8 months ago by
nassostphoto.
In forum: Kadence ThemeIn reply to: Adding sticky Table of Contents in sidebar
August 12, 2024 at 8:50 am #290834Thank you. I have managed to make the template and got the sticky sidebar to stick… but the TOC is too long and now doesn’t scroll. Besides taking out the headings to make the TOC shorter, is there anything I can do to make the sticky sidebar element scroll a bit when the content overflows the height of the screen?
Here is the TOC on one post so you can see what I mean: https://rebelsguidetopm.com/tips-for-risk-and-issue-reporting. You can’t see the bottom of the TOC.
Thanks!In forum: Kadence ThemeAugust 8, 2024 at 3:18 am #290788Dear Team,
The code is working correctly, and the sidebar is now at the top of the page and appears on the left side.
Thank you for your response and support in fixing my issues.
❤️😊BR,
Ramesh.In forum: Kadence ThemeHi Ramesh,
Try updating the CSS code that we gave you to this:
@media screen and (max-width: 1024px) { .has-sidebar .site-container { display: flex; flex-direction: column-reverse; justify-content: start; } .has-sidebar .site-container aside { margin-left: 0; } }Let us know if that works for you.
In forum: Kadence ThemeAugust 7, 2024 at 11:31 pm #290786However, on tablet versions, the sidebar appears in the center.
Please help me.
BR,
Ramesh.In forum: Kadence ThemeIn forum: Kadence ThemeAugust 6, 2024 at 11:02 pm #290757Thanks Teejay.
The code is working correctly and the sidebar is now at the top of the page. However, on mobile and tablet versions, the sidebar appears in the center. I need it to be on the left side at the top.
Please help me.
BR,
Ramesh. - OR you can look here – https://internetslayers.com
-
AuthorSearch Results






