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: Pinnacle Theme
Thank you Hana!
How about the missing sidebar on post page ?
https://aflex5d.com/2018/11/diy-pro-screen-at-griffith-observatory-mars-event/In forum: Pinnacle ThemeHey Jeff,
I’m seeing this in your css:@media (min-width: 992px) { #content aside.col-lg-3.col-md-4 { width: 270px; position: absolute; right: 15px; top: 0; padding: 0; } #content .main.col-lg-9.col-md-8.kt-sidebar { width: 100%; padding-right: 280px; } #content { position: relative; } }Are you adding that? Absolute positioning the sidebar will cause it to run into other containers. What is the intention of that css?
Hannah
In forum: Pinnacle ThemeHi,
Right now, the sidebar is over footer area if the sidebar is longer than main contents.
*Login to see linkI’d like to add scroll bar to the sidebar when the sidebar is longer than main contents or extend the main contents area.
Would you please tell me how to do it?Thank you,
KazumiIn forum: Ascend ThemeIn reply to: Shop page – filtering
February 13, 2020 at 2:14 pm #244804Filtering for attributes are ok. But when filtering for Categories, url moves to …./categories link from …../shop, so filters disappear again :((( Can you please take a look at that?
To be clear, the category widget is not a filter, it’s navigation and the change takes you to a category archive where you leave the shop page.
If you want these widgets on your archive pages as well you would have to build that in using a plugin like this where you can create custom templates for woocommerce archive pages.
https://www.kadencewp.com/product/kadence-woo-template-builder/
hiding shop sidebar in mobile view
You can use this css:
@media (max-width: 992px){ .woocommerce-page.archive #ktsidebar { display:none; } }change filter titles font type from H3 to H4
That can not be done with css, however you can style the h3 titles to look like h4 with this css:
.woocommerce-page.archive h3.widget-title { font-size: 18px; font-weight: 700; line-height: 30px; }Or just simply move shop sidebar to the top in mobile view with a css/media query? (And I should delete widget with filters from the Shop page?)
You can use this css if you want to do that:
@media (max-width: 992px){ .woocommerce-page.archive #content > .row { display: flex; flex-direction: column-reverse; } }I hope that helps,
If you have any new questions it’s really helpful if you can create a new topic, thanks!
Ben
In forum: Ascend ThemeIn reply to: Lack of margins in Latest Post module
February 13, 2020 at 2:04 pm #244801Hey,
Open your page that you’ve set as the home page, in the right sidebar you will see “Page Content Width” what do you have that set to?If it’s set to fullwidth then simply change that to default, if it’s set to default navigate to your theme options > Page settings, scroll to Single Page Content Width Default. Set that to “contained”.
Ben
In forum: Ascend ThemeIn reply to: Shop page – filtering
In forum: Ascend ThemeIn reply to: Shop page – filtering
I’ve put basic WooC filter back. Have put a widget with filters to the Shop page. Filtering for attributes are ok. But when filtering for Categories, url moves to …./categories link from …../shop, so filters disappear again :((( Can you please take a look at that?
In addition, can you please write the css for:
– hiding shop sidebar in mobile view
– change filter titles font type from H3 to H4Thanks a lot,
Anita-
This reply was modified 6 years, 2 months ago by
Anita.
In forum: Ascend ThemeIn reply to: Shop page – filtering
In forum: Virtue ThemeIn reply to: Next / Previous Post arrow-icon problem
You can upload screenshots here using the Upload Images button below this form.
1. I would suggest deactivating your plugins to test if any are conflicting. Let me know if there’s no change.2. Sorry, in your edit page when using the block editor and when editing the Advanced Gallery Block, in the block settings in the right sidebar you’ll see this option.
Hannah
In forum: Virtue ThemeIn reply to: Custom Sidebar id or class
In forum: Virtue ThemeTopic: Custom Sidebar id or class
Hey Ben and team
Hope you are doing well.
I’m creating a custom sidebar – all good but even though I’ve given it a name in the theme options and added content to it in the appearance section, on the front end, I’ve noticed the custom sidebar name does not appear as a class or # name in the markup…. therefore making it more difficult for styling.
This is what I see:
<aside id="ktsidebar" class="col-lg-3 col-md-4 kad-sidebar" role="complementary" itemscope="" itemtype="*Login to see link
<div class="sidebar">
<section id="black-studio-tinymce-3" class="widget-1 widget-first widget widget_black_studio_tinymce">etc!
Could you consider adding to the theme so that the custom name , ID or class shows up in the front end ? I’d really like to be able to style that particular sidebar using its custom name / id or class.
Thanks
In forum: Pinnacle ThemeIn reply to: sidebar1
In forum: Pinnacle ThemeIn reply to: sidebar1
In forum: Pinnacle ThemeIn reply to: sidebar1
In forum: Ascend ThemeIn reply to: Centre Alignment
This reply has been marked as private.February 10, 2020 at 6:29 am #244562In forum: Pinnacle ThemeIn reply to: sidebar1
In forum: Ascend ThemeIn reply to: Shop page – filtering
Try using this:
@media (min-width: 992px) { .woocommerce form.wpf_form.wpf_form_teszt_filter.wpf_form_ajax.wpf_form_scroll.wpf_submit_on_change { display: none; } } @media (max-width: 992px) { .post-type-archive-product aside#ktsidebar { display: none; } }Let me know how that works for you!
Hannah
In forum: Ascend ThemeIn reply to: Shop page – filtering
Yes, this would work..but I’m not familiar with media queries 🙁
The filter is added now to the top of shop page.
Can I ask for some developer support, to create css and media queries to have that show only on mobile, and also to hide the sidebar filter on mobile..? That would be really great.
Sidebar filter shortcode: [searchandfilter id=”filter”]
Top filter shortcode: [searchandfilter id=”teszt_filter”]Thanks a lot,
AnitaIn forum: Ascend ThemeIn reply to: Shop page – filtering
One option would be to use a page builder plugin to add the filter as a widget into the content area of your shop page. Then you can use css and media queries to have that show only on mobile, and also to hide the sidebar filter on mobile. Would that work for you?
Hannah
In forum: Pinnacle ThemeIn reply to: sidebar1
-
This reply was modified 6 years, 2 months ago by
-
AuthorSearch Results



