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 - 681 through 700 (of 5,356 total)
  • Author
    Search Results
  • #250118

    Your custom sidebar should be showing from the list there. Have you added content to the sidebar (from Appearance > Widgets)? And have you cleared your cache?

    Hannah

    In forum: Virtue Theme
    #250104

    Hi!
    Tell me, how can I disable Siderbar for the mobile version?

    #250077

    Hi Hannah,

    I would like to use one of my custom sidebars for category pages. It is called “chant sidebar”, and appears on my blog posts as well. But when I go to Theme Options>Blog Options, I find that I am only allowed to choose from the Virtue theme default sidebars, namely “Primary, sidebar, Home Widget Area, and the footers.” I don’t want any of these. How do I choose a different sidebar for the category pages?

    Your comments were very useful, directing me to how many posts appear and how long the text will be. Thank you.

    #249879

    Hey Hannah,

    I did a google site speed test and it says the following are Potential savings but don’t know how or what to do as I don’t understand it?

    1). URL Potential Savings
    …fonts/kt-icon.woff2?62sx4n(www.adventuretravelcoach.com). 920 ms
    …v14/1Ptrg8zYS….woff2(fonts.gstatic.com)
    0 ms
    …raleway/CcKI4k9un….woff(www.adventuretravelcoach.com) 250 ms
    …lato/9k-RPmcnx….woff(www.adventuretravelcoach.com)130 ms
    …lato/wkfQbvfT_….woff(www.adventuretravelcoach.com)570 ms
    …lato/oUan5VrEk….woff(www.adventuretravelcoach.com)560 ms
    …v14/1Ptug8zYS….woff2(fonts.gstatic.com)0 ms

    2). Can I add a Bluehost widget to my sidebar without this plugin and if so then I can remove this plugin?

    Bluehost Plugin: This plugin makes it easy for you to add Bluehost affiliate banners to posts using a Bluehost icon above the editor. You can also add static banners to the sidebar with the widget. To get started to insert your Bluehost Affiliate Username under Settings -> General or click here. Version 1.0.7 | By Mike Hansen.

    Same with GetYourGuide- and Booking.com Plugins

    Thanks in advance

    #249832

    The blog settings would effect blog posts, in your custom post type if you edit are you seeing the sidebar options on the right hand side?

    You can override with css like this, although I suggest turning it off in the edit screen if possible, it depends on how the post is registered but should be picked up with options added:

    .single-location_profile .main.kt-sidebar {
        width: 100%;
        padding-right: 15px;
        float:none;
    }
    .single-location_profile #ktsidebar {
        display: none;
    }
    In forum: Virtue Theme

    In reply to: css for sidebars

    #249810

    You can add a border with this css:

    aside#ktsidebar {
        border-left: 1px solid #d6dcdc;
    }

    I’m not sure of a way to add a design here. Could you link to an example of what you’re envisioning?

    Hannah

    #249809

    Hey John,
    In Theme Options > Blog Options > Blog Category/Archive Defaults you can choose a sidebar for your category pages and determine how the post summary displays. The text count will pull from the “Post Excerpt Length” set in Theme Options > Blog Options. And the number of posts to show on a page will pull from Settings > Reading > Blog pages show at most.
    I hope that’s helpful!

    Hannah

    #249763

    Hello Ben and Hannah,

    My question here is how to control the look of a page generated by clicking on a category. How can I control:

    1. What sidebar appears
    2. How many related posts appear, how much text they have, and what they look like?
    3. If an image appears with each related post

    Is there anything else that I can control about the way that this page appears when someone clicks on a category link?

    Thanks,
    John Graham

    #249694

    I don’t believe there’s a functionality in Ascend to remove the sidebar from only the shop page and not all the shop archive pages. A workaround would be to create a full-width page then add your products via shortcode like this: [products limit="24" columns="4"] Is that something that would work for you?

    Hannah

    #249688

    Yes, it helps, but it’s not quite what we need. We need to remove only on the main shop page. When you open the categories, the sidebar should be.

    This was done in the Virtue theme.

    #249685

    Hey,
    In Theme Options > Shop Archive Settings you can set “Default Layout for product archive pages” to “No sidebar layout”.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #249646

    I found your link in another query. This css should make your sidebar more narrow:

    @media (min-width: 992px) {
    aside#ktsidebar {
        width: 20%;
    }
    .main.col-lg-9.col-md-8 {
        width: 80%;
    }
    }

    I answered your secondary menu question here: https://www.kadencewp.com/support-forums/topic/how-to-widen-the-secondary-menu/

    Best,
    Hannah

    In forum: Virtue Theme

    In reply to: Front page assistance

    #249593

    Hannah,

    When I went into the permalinks page to take a photo, I noticed in the options at the bottom that there a random period dot in the writing area. I have no idea how it got there. When I removed that period, everything started working so I think this must have been the problem. Now, when I click on a highlighted category, it generates a new page. So, problem solved there.

    Now I would just like to know how to change the sidebar option of category and tag pages.

    Best, John

    #249560

    Can I make the Primary Sidebar Narrower? Also, I would like to widen the secondary menu.

    #249519

    Hey,
    1. You can enable these from Theme Options > Mobile Header > Mobile Header Extras.

    2. This css will force your desktop menu to show on mobile:

    .kt-header-position-above, .second-nav-container {
    display: block;
    }

    And this will hide your mobile menu:

    #kad-mobile-banner {
    display: none;
    height: 0;
    }

    3. Looks like that’s pulling from your sidebar? You can adjust the sidebar content from Appearance > Widgets.

    Hope that helps!

    Hannah

    In forum: Ascend Theme
    #249436

    Hey Hannah/Ben

    I want to add a bio box, preferably one in the sidebar?
    I can’t find one under widgets and the widget with image and text, the text is too big.

    Thanks

    In forum: Virtue Theme
    #249197

    Hi Hannah,
    I have the sidebar activated, but the Kadence slider I have selected is not presenting. The slider from the previous home page is visible despite selecting the new slider in the home page editing. What am I missing? Thanks, John

    In forum: Pinnacle Theme

    In reply to: sidebar 1

    #249190

    Sidebar1 should be displaying as a widget area in Appearance > Widgets. You can also create new custom sidebars from Theme Options > Misc Settings that will then appear in your widget area. Is this not the case for you?

    Hannah

    In forum: Virtue Theme
    #249179

    Hey John,
    To enable a sidebar on the homepage you would need to do this from Theme Options > Home Layout. Then the slider would need to be enabled from Theme Options > Home Slider. Have you done this? Is there another part of your new homepage that is not showing when you’ve selected it from Settings > Reading and enabled Page Content in the Homepage Layout Manager?

    Hannah

    In forum: Pinnacle Theme

    Topic: sidebar 1

    #249151

    Hi,

    there is sidebar1 available to choose in Blog Category/Archive Defaults. But I can’t find any sidebar1 in Apperance>Widgets. Could you please explain me if sidebar1 exists in Pinnacle or no?

Viewing 20 results - 681 through 700 (of 5,356 total)