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
Topic: Sidebar width on mobile
April 15, 2021 at 1:06 pm #265080How can I change the sidebar width on mobile? The sidebar is scrolling horizontally when I add advertisement.
In forum: Kadence ThemeIn reply to: Left sidebar on tablet
Hello Asmus,
Thank you for reaching out to us.
Please could you provide a page URL to us so we can better assist you with custom CSS? Also, kindly try adding this in Customizer > Additional CSS:
@media screen and (max-width: 1024px) and (min-width: 720px) { .has-left-sidebar .content-container { display: grid; grid-template-columns: 2fr 5fr; grid-gap: var(--global-xl-spacing); justify-content: center; } .has-left-sidebar #secondary { grid-column: 1; grid-row: 1; } }Hope this helps and let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence ThemeApril 14, 2021 at 7:49 am #265050Hello
Is it possible to turn off the sidebar layout on theme my login pages (login, register profile).. I say pages but they aren’t actually pages so I can’t see how it’s possible to change layout? If it’s not possible within kadence theme settings is it possible with css?
Thank you
TomIn forum: Kadence ThemeTopic: Left sidebar on tablet
April 11, 2021 at 10:03 am #264991Hi,
I want my sidebar to be displayed in tablet mode. My question is similar to
an existing question here Forum question
,however I use a sidebar on the left.I am struggling with adjusting my CSS.
I would appreciate any suggestion.
Regards
AsmusIn forum: Kadence ThemeApril 8, 2021 at 12:23 am #264899I need help with understanding how to do basic styling with Kadence Blocks Pro Form.
For example,
1. I need the following added in the middle of a page:
Name, Email, Phone, Button, all on one line.
2. I need the following added in the middle of a page:
Name, Email, Phone, Button, stacked and centered all to be same width.
3. I need the following added in the middle of a page:
Name, Email, on one line
Phone, Zip Code, on 2nd line
Message Box same width under those,
Button same width of message box.4. I need the following added in a widget sidebar
Name, Email, on one line
Phone, Zip Code, on 2nd line
Message Box same width under those,
Button same width of message box.There is not a single video or documentation page online? :/
-
This topic was modified 5 years ago by
taylor.reaume.
In forum: Kadence ThemeIn reply to: WIDGET TITLE H2 TO H3 (all places)
March 29, 2021 at 4:15 pm #264690HI,
I don’t suggest you do this. A section within the HTML should have an h2 title. Google search can distinguish between the content and your aside areas like the sidebar or footer.However, you can control this however you want: https://kadence-theme.com/knowledge-base/advanced/changing-various-heading-html-tags/
View the widget title heading area.
Ben
In forum: Kadence ThemeMarch 27, 2021 at 8:42 am #264641example page: *Login to see link
As you can see on this page I have used the built in radius setting for the main text area (20). But to my knowledge there is no option to set radius for the Widget Sidebar Area.
Is there a way in Kadence settings to change the radius of the Widget sidebar area without creating CSS script?Also attached image in case the test page is deleted.
Thanks,
Dan-
This topic was modified 5 years, 1 month ago by
Daniel Walenski.
In forum: Kadence ThemeIn forum: Ascend ThemeHi,
In short…..every time I create a custom widget, it either disappears completely, or reappears in a different location. Here is what I have done….multiple times.
1. Theme Options > Misc. Settings > Create Sidebars
2. Widgets> Open Custom Sidebar and insert SiteOrigin Editor and in put information.
3. View on page…it’s not there.
4. Go back to Widgets page and it’s not there. Open all widgets and see that it has migrated to another location.I have performed this take several times, each time the location changes,and the widget content is shuffles around like playing cards.
Then I performed the obligatory checklist.
1. Checked to make sure I am using current WordPress theme and ASCEND PREMIUM theme. √
2. Checked all plugins. Nothing news. Disabled and reactivated. Nothing changed. √
3. Log out and take a rest, because I’m getting aggrevated. √
4. Sign back in and see that issue still remains. √And suggestions how to fix this? I working just fine until last night. I tried working on it again today and still can’t resolve.
Thank you,
PamelaIn forum: Kadence ThemeMarch 16, 2021 at 1:08 am #264394Hi there,
I would like to have a very simple layout something like this site. Please see the menu and footer as well as blog post layout.
Having said that, I would like to have sidebar for some pages and no sidebar for some (like the pages that theme uses).
I did check some of the starter themes but they have a lot of bells and whistles (which is good for those looking for them) but I couldn’t find a simple blank theme to start from. Please help.
In forum: Virtue ThemeIn reply to: About “archive-events” and “tribe-events”
Thank you for the explanation.
I’ve tried different settings for the Event Calendar Plugin (formerly Tribe Events) and now it fits much better.
Anyway it still need some css to hide the Theme sidebar cause it displays double sidebar in Single Event and the “No Sidebar” setting seems not working.
Not a big issue, it could be easily fixed with css but I just report the problem.Mone
In forum: Kadence ThemeMarch 12, 2021 at 4:08 am #264318Hi guys!
The theme settings for search results page has no effect to the result page, where is only products. Also woo cateogry archive settings won’t affect there at all.
1. I want to have my sidebar in the product search results page
2. The results page is missing Title area, but that one I covered with Elements layout hooked to the product search pageI am quite familiar with Kadence Pro, built over 15 sites with it (and over 150 sites total with WP). This particular woo site is under maintenance so I can’t link it.
But in general my question is, where am I supposed to edit the product search results page??Thank you in advance.
Screenshot of the product search results page:
In forum: Ascend ThemeIn forum: Virtue ThemeIn reply to: Side bar on Shop Page
Hey Cassie,
This theme does not have added support for BigCommerce as it does for Kadence. I’m not sure why the sidebar is showing below your footer, but you can use the following css to remove the sidebar from your shop page altogether:.post-type-archive-bigcommerce_product aside#ktsidebar { display: none; }Hope that helps!
Hannah
In forum: Kadence ThemeIn reply to: Unresolved issues with moving from Virtue to Kadence
In forum: Kadence ThemeIn reply to: Unresolved issues with moving from Virtue to Kadence
Hey,
2. This css will remove the max-width for the logo:.site-branding a.brand img { max-width: none; }And this css will center align it:
.site-branding { margin: auto; }Is that what you’re envisioning? Sorry if I’m misunderstanding.
3. It looks like you’re using a default page template rather than a sidebar page template. Have you tried adjusting this from your edit page under Page Settings?
4. Would you mind sending login info so I can look into this?
Kindly,
HannahIn forum: Virtue ThemeIn reply to: Side bar on Shop Page
Hello Cassie,
Thank you for reaching out to us.
If you chose Full Layout for the Display the sidebar on Shop Page? and Display the sidebar on Product Category Pages? options in Theme Options > Shop Settings, then the sidebar should not show on your shop and product category pages. Additionally, if a page has a sidebar, it will definitely not show below the footer.
To confirm, have you purged your website/server caching to see if the issue will be fixed? If that did not fix the issue, please try deactivating your other plugins one by one to see if one of them may be causing the issue.
Hope this helps and let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Unresolved issues with moving from Virtue to Kadence
In forum: Kadence ThemeIn reply to: Unresolved issues with moving from Virtue to Kadence
Hey,
1. That widget is not part of the theme. Are you using a plugin that may be outputting it?2. I suggest uploading a larger image so it is crisper. You can use css like this to stretch it further:
.header-html.inner-link-style-normal, .header-html-inner .aligncenter { width: 100%; }3. Can you post a link to page you have selected a sidebar layout but it is not displaying?
4. You can select a default sidebar for your pages from Customize > Page Layout > Default Page Layout. This can be set page to page from the individual page settings. See screenshot:

6. Try changing your css to this:
@media (max-width: 1200px) { .header-navigation .header-menu-container ul ul li a, .header-navigation .header-menu-container ul ul { width: 200px; } .header-navigation ul ul ul { right: 100% !important; left: auto; } .header-navigation ul ul { right: 10% !important; left: auto; } }Hope that helps!
7. Yes, this pulls from Settings > Reading > Posts show at most
So glad you’re enjoying the theme!
Best,
HannahIn forum: Kadence ThemeIn reply to: Unresolved issues with moving from Virtue to Kadence
-
This topic was modified 5 years ago by
-
AuthorSearch Results




