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'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 61 through 80 (of 5,356 total)
#291292
This reply has been marked as private.
#291276

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.

#291121

I should probably mention that the problem only affected Posts/Pages Layout –> Single Post Layout. All “Pages,” and the Archive Layout, were displaying Sidebar 1.

#291120

Hi 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.

#291099

Hi 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.

#291088

Hello,

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?

#291084

Hi 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,
Archita

#291003

I 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.
#290982

Hello,
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.

#290971

Hi, 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.

#290910

Hello,

Does anyone have a tip for a good sidebar category menu for WooCommerce?
I have lots of categories and need a nice and compact side menu.
The default Product Category List has minimal settings and options.

Thanks

#290896

I 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:

Thank you in advance!

  • This topic was modified 1 year, 8 months ago by nassostphoto.
#290834

Thank 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!

#290788

Dear Team,

The code is working correctly, and the sidebar is now at the top of the page and appears on the left side.

Screenshot-2024-08-08-143634

Thank you for your response and support in fixing my issues.
❤️😊

BR,
Ramesh.

#290787

Hi 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.

#290786

However, on tablet versions, the sidebar appears in the center.

Screenshot-2024-08-08-105539 Screenshot-2024-08-08-105622

Please help me.

BR,
Ramesh.

#290784

Hi, Ramesh!

You can edit the CSS code to:

@media screen and (max-width: 1024px) {
  .has-sidebar .site-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
  }
}

Let me know if I can help you further with this.

Regards,
Karla

#290757

Thanks 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.

Screenshot-2024-08-07-102440

Please help me.

BR,
Ramesh.

Viewing 20 results - 61 through 80 (of 5,356 total)