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 - 2,741 through 2,760 (of 5,356 total)
  • Author
    Search Results
  • #118358

    Hi There – I am using the general woo-commerce product category widget for the sidebar in my shop – but want to hide the child categories and only show parent categories. How can I do that?

    #118113

    This should work:

    .home .sidebar h3 {
        text-align: center;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: WOO style

    #117841

    Hi Kevin,

    gladly i would take any other solution that will do the same thing…

    BUT i have a design without sidebar AND i need same filtering -> Color and Composition will be enough.
    I didn’t find any other way to make this happen other then widgets in the header. So there was no room left for the Menu in the header => Topbar Menu.

    Actually the topbar would not be so extended if i get the search in line with the rest of the menu. There is enough room to put all on one line.

    Then i need the SORTING dropdown witch unfortunately is attached to the page content and disappears as you scroll down 🙁
    If only there was a sorting widget 🙁

    Thanx,
    B.

    In forum: Virtue Theme

    In reply to: bbPress

    #117829

    In your forum user settings uncheck:

    
    Allow guest users without accounts to create topics and replies

    Then people would have to have an account

    Adding a button that changes is another thing all together. The easiest way is to use a sidebar and add your login widget there. But if your going to use a child theme then your getting beyond support here. You would need to write a function that checks if the users is logged in and output based on that.

    https://developer.wordpress.org/reference/functions/is_user_logged_in/

    Ben

    In forum: Virtue Theme

    Topic: bbPress

    #117736

    I’ve spent some time looking through as many existing bbPress posts as possible to get a feel for what i’d be up against by adding the forum software to my existing Virtue theme site.

    I’ve already found out how to remove the sidebar with the function in the child theme which was awesome…

    Are there any other references (documentation or?) or things I should or could know that would help my customize my implementation?

    This is what I have setup currently:

    Any specifics to bbPress CSS would also be very nice…

    Thanks to all!

    #117442

    Hey,
    to fix this actually just edit the page and choose the “sidebar” page template. Because you named your page “contact” It’s pulling in the contact page template which you don’t want if you want a sidebar.

    Ben

    #117405

    Changing the width to 940px shouldn’t affect the sidebar. What are you adding into your custom css box?

    Hannah

    #117404

    Hey Vanessa,

    Try adding this CSS to Theme Options> Advanced Settings and let me know if it gets the layout on sidebar pages that you’re after:

    @media (min-width: 767px)  {
    div#main {
        width: 50%;
        float: left;
    }
    aside#ktsidebar {
        width: 50%;
       }
    }

    -Kevin

    #117393
    This reply has been marked as private.
    #117346

    I would suggest uploading images more on the lines of 1200x800px.
    Here’s the css (specific to your test page):

    .reviews .home_blog .home-sidebar .imghoverclass img {
        margin: 0 auto;
        max-height: 270px;
    }

    Hannah

    In forum: Virtue Theme
    #117155

    In Theme Options > Home Layout you should see “Choose a Sidebar for your Home Page” and a dropdown of your sidebars beside it. In all of your pages you should see an option to assign a specific sidebar. You can create additional sidebars from Theme Options > Misc Settings. The Home Widget Area is for the homepage and can be enabled from the Homepage Layout Manager in Theme Options > Home Layout.
    Unless your homepage is set as a static page then there isn’t an option to preview it, sorry.

    Hannah

    In forum: Virtue Theme
    #117146

    I tried the Primary Sidebar and sidebar1, and neither seems to have anything in it. The home page’s appearance does not change.

    Sorry to be a nuisance. The pressure here is building up and time is short.

    Walter

    In forum: Virtue Theme
    #117145

    So I can. Thanks.

    Doesn’t look as though I can preview the page. can I?
    Where do I find a definition of the sidebars it offers me: Primary Sidebar, sidebar1, Home Widget Area ?

    Thanks
    Walter

    #117104

    1. It is close. The css affected the text area only. I am trying to make the entire middle part (text plus the image at the top) to be smaller. Example Page

    2. That worked (I didn’t realize I more options would appear below the page after I set page template to “Feature-Sidebar”)

    Thanks for the help Hannah

    #117097

    Hi Calvin,

    1. Try using this css:

    .entry-content.clearfix {
        max-width: 650px;
    }

    Is that what you mean?

    2. Using the Feature or Feature-sidebar template is your best bet here. Just be sure to set the Feature Options to Image.
    http://docs.kadencethemes.com/virtue-premium/templates/feature-page-template/

    Hannah

    #117093

    Ben, you are amazing. Seriously, thanks for walking me through all of this. I have learned a lot.
    Everything you said fixed the problems above.

    2 follow up questions:

    1. What custom css would I add to make my post content width = 650 px (like the css mentioned above that set my sidebar page content to 650px)?

    2. What is the best way to get a page head set to the pages’ featured image similar to how you had me set my post head = “image”? (I tried changing the page to featured-sidebar but it didn’t work). Example Page.

    #117067

    Hey,
    1. Your using 3.4.0. You should really update to the latest versions, your so far back you will need to manually update: https://www.kadencewp.com/manually-updating-a-theme/

    2. The page you linked to is not use the sidebar template. Your using the default template. If you want the css which is sidebar template specific you need to use the sidebar template.

    3. If your referring to the single post pages you would have to set the post head in your post settings to be image. Are you making sure to set that for each post?

    Ben

    #117056

    Ben, you gave me this custom css to add about a month ago. It was working and now it is not (along with other custom css I have added).

    .page-template-page-sidebar #content {
    max-width: 650px;

    I don’t know how to check and see what could be stopping my custom css (such as the css above) not work. I think I added either a plugin or custom css that is overriding my other css.

    Here is a sample page to view

    For example, the sample page above has 2 problems:
    1. The max-width (css mentioned above) is not at 650 px (the size doesn’t adjust even if I set max width to 250 px).
    2. The featured images are no longer showing up on the top of the individual post.

    Do you need me to post all of the custom css I have added or can you see it?

    Let me know if you need any other info. Thanks a lot for all yall do 🙂

    #116994

    Hey Gabi,
    There isn’t an option for the sidebar to be above on mobile, sorry. One option would be to add a search and product menu to your mobile menu. Would that work?

    Hannah

    In forum: Virtue Theme
    #116991

    Hey Walter,
    You can enable a sidebar layout for your homepage from Theme Options > Home Layout.

    Hannah

Viewing 20 results - 2,741 through 2,760 (of 5,356 total)