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 - 1,001 through 1,020 (of 5,356 total)
  • Author
    Search Results
  • #232907

    My settings on the product category page is set to no sidebar but it still shows up. How can I fix this? I don’t want the sidebar to show.

    I have the same setting in place for the shop page and it works just fine.

    #232823

    Hi!

    I used Elementor and Kadence for WooCommerce in another WebSite, without any problems.

    But now, i have a problem…
    In my Elementor Widgets sidebar, i have all elements for WooCommerce (Product Title, Product Gallery, Product Price, Product Rating, etc…)… but none of theses elements display anything (… [Image]

    I have to use a simple Title or Text widget and fill dynamicly the fields to display informations [Image]

    I created my Single Product Template using Kadence, and apply this template in WooCommerce Settings [Image]

    Any ideas ?

    Thanks a lot, i’m desespered… 🙁

    #232232

    Hello! I am very much enjoying using the Virtue theme for my site, but have run into a few issues. My site is stage.vocalmasterclassics.com, which is a database site with a search tool that probes details of about 1000 posts…that we are hoping to go live with in the next few days. On the home page there is a Search widget (with 10 drop-down search menus) in the right sidebar. We have directed that sidebar to appear in every subsequent page, post, and search results pages. In other words, I want that extensive search tool/sidebar to be ever-present throughout the website…never going away. For some reason, however, we cannot get it to appear anywhere but on the home page, even though we checked the pertinent boxes for the widget. We are not sure why it is not showing. Any help you can provide is greatly appreciated!

    Thanks so much.
    Keith

    #232126

    Thank you so much for your help and making the ratio adjustment! Looks much better!
    As for the tab widget, I see you added it but I don’t know how to populate it. Hannah said it is pulling from the product info. I am not sure where to add this to populate to the tabs. I would like to have 3 or 4 tabs: Reviews, Nutrition info, The No-No’s and Storage and add text to each. How do I create them and populate them wit text?
    On this page you can see there are some tabs automatically (probably coming from the theme): https://www.katinka.org/shop/better-than-whole-wheat/
    I will contact PayPal tomorrow on how to get rid of the buttons as I would find and PayPal settings on the WP sidebar.
    Thank you!

    #231886

    I use the Category Widget with category hierarchy including number of posts. It is too narrow, though, to show all text. It’s approx. 30-40% of the sidebar width. How can I make the drop-down box utilize the entire width of the sidebar?

    #231821

    I meant that the first options are what is shown in the page, and the second are links to examples of what each of these formats does. The screenshot is a little bit different from how it looks in the gutenberg editor. I will fix this in the docs.

    You had the format set to standard in your post. I changed it to Image, saved and refreshed the page and the Image post Options are now showing.
    Just to clarify, the format is set from the right sidebar under the Status and Visibility tab.

    Hannah

    In forum: Ascend Theme
    #231631

    OK, so i got the widget there, now the widget still dosent look correct, the magnifier glass has fallen out of the search box and the boarder box is a strange shape, couple you help me with some code to make it look like the one in the sidebar?

    thanks

    #231588

    Viewing from an iPhone 7 and the images are centered in the sidebar.

    Hannah

    #231578

    Hey Mary,
    Try adding this to your custom css:

    .sidebar [class*=wp-image] {
        margin: auto;
    }

    Hope it helps!

    Hannah

    #231575

    I have two logos in the sidebar. They appear centered on desktop, but not mobile. I am sure it’s something simple that I can override in the custom CSS, but I am stumped. Can you help me out, please? Thank you.

    #231448
    This reply has been marked as private.
    #231418

    Hello. I have a question. My website is using a dark color scheme for most of the content with some white areas here and there. But, the main background color is dark…it really works well for the site. But, for my blog and posts I am wanting it to be white. Is this possible? I really need it to work. I have attached some images of how the an example post looks along with the sidebars. Id much rather have a white background for the blog area. You can also see the comments box is black but when I try to type in it the letters are also a very dark color so it’s hard to be seen. The same goes for some of the sidebars as well. I have edited all of the text colors I know of but still get theses dark colors in the comments and sidebars. I wouldn’t care about this though if I could get the background to be all white. I have tried changing the “row” color in the page builder editor and it works and changes the post section to white but the sidebars and H1 header for the post still has a black background. Please let me know if I need to clarify anything!

    In forum: Virtue Theme

    In reply to: Add banner

    #231360
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Add banner

    #231314
    This reply has been marked as private.
    #231284

    I don’t know of a plugin that offers this to apply post by post.

    You can add a script into the posts you want it in but that would be hard to manage.

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
     if($(window).width() > 790) {
    var topOffest = $('body').hasClass('admin-bar') ? 122 : 90;
    $('.sidebar').ktsticky({topSpacing:topOffest, bottomSpacing:120});
    }
    });
    </script>

    That script isn’t correct just an example. I would need a link to your site to offer some specific sizing.

    Ben

    In forum: Ascend Theme

    In reply to: Content Offset

    #231092

    You seem to be adding this css:

    @media (min-width: 992px) {
    aside#ktsidebar {
        width: 20%;
        padding-right: 10px;
    }
    }

    Which is not correct, if you want to change the width of your sidebar then you have to change both the sidebar and the content.

    @media (min-width: 992px) {
    aside#ktsidebar {
        width: 20%;
        padding-right: 10px;
    }
    .main.kt-sidebar {
        width: 80%;
    }
    }

    Please note that you sidebar content is much less than 20% of page width so there is still going to be a larger gap between that and the content simply because the text in your sidebar is short.

    Ben

    In forum: Ascend Theme

    In reply to: Content Offset

    #231087

    So sorry to revive this post…

    The code for archives is shrinking the content to the correct width but it is centered instead of offset to the left similar to the other pages/posts. Interestingly, it is offset to the left without a sidebar.

    .postlist .kt_archivecontent, .wp-pagenavi {
    max-width: 640px;
    }

    For example – https://digitalflightwire.com/category/prepar3d/

    Any advice would be greatly appreciated!

    Thank you so much once again!

    Mark

    #231057

    Hi Ben

    I’ve disabled it as I wasn’t using it.

    How about the background colour on the send button on the sidebar?

    Thanks
    Richard

    In forum: Ascend Theme

    In reply to: Content Offset

    #231053

    Amazing, it is working!! And yes, I haven’t activated the sidebar on all pages yet.

    Is the search results page also possible?

    In forum: Ascend Theme

    In reply to: Content Offset

    #231049

    I’m not following, I don’t see a sidebar added on the left of your single blog posts?

    On the page you linked to update your css to this:

    .postlist .kt_archivecontent {
        max-width: 640px;
    }

    for single post:

    .single-post .main article.post {
        max-width: 640px;
    }

    Ben

Viewing 20 results - 1,001 through 1,020 (of 5,356 total)