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,801 through 1,820 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Contact VCard Widget

    #176955

    Hi Kevin, this is in the footer, but also could be in the sidebars (in future versions of the website, perhaps). The widget doesn’t allow the HTML code to be simply inputted.

    I also would like to submit my suggestion for future updates of this theme (I also train students and highly recommend Virtue!!) Thanks!

    In forum: Virtue Theme
    #176904

    I have the search bar in the sidebar of the blog page. Is there a way to only display search result from the blog posts? Right now it’s pulling all pages and blog posts.

    In forum: Ascend Theme
    #176720

    Hey,
    So I would suggest you build the whole thing (including your sidebar) in pagebuilder in your homepage content. Add whatever you want on top then build a two column layout with your sidebar widgets in the “sidebar column”

    If you really had to use pagebuilder in the header area and for some reason couldn’t just make this one page you can use a plugin like this: https://wordpress.org/plugins/widgets-on-pages/

    That would give you a shortcode that directly outputted for widget area so you could build out the widget area in page builder then add the shortcode to the theme settings.

    Ben

    #176717

    Hey,
    1. You would use a plugin for this, for example: https://wordpress.org/plugins/simple-share-buttons-adder/

    2. You can add these to a sidebar or in your footer using the Ascend: social widget. Go to appearance > widget and place the ascend social widget into the widget area you want to show these links in. Then you can add your social links.

    Ben

    In forum: Virtue Theme
    #176707

    Hey Kathy, when you set the blog page as your “posts page” in settings reading it’s going to default to a sidebar page because it’s using the specific “post page” template. All you need to do it go into your settings >reading and unselect that page as your post page, just leave the selector blank, then on your blog page use the blog template. There you can set the sidebar layout inside the settings.
    http://docs.kadencethemes.com/virtue-premium/templates/blog-page-template/

    It’s worth noting that your actual blog category page is here: https://victoriabeelik.com/category/blog/

    You can see that there is no sidebar there.

    Ben

    In forum: Ascend Theme
    #176682

    There’s probably a better way to do this, but here is a CSS hack that will get you by until Ben or Hannah can make a suggestion:

    @media (min-width: 1008px) {
    .home aside#ktsidebar {
        position: relative;
        top: 472px;
        }
    }
    
    @media (min-width: 992px) and (max-width: 1007px) {
    .home aside#ktsidebar {
        position: relative;
        top: 500px;
        }
    }

    Add that to Theme Options> Custom CSS, and let me know if it works for you.

    -Kevin

    #176673

    Hi Ben,

    Is there a way to create a completely custom Home Page Header with Page Builder?

    I see the following options under “Choose home page header settings”:

    Page Title
    Basic Slider
    Kadence Slider Pro
    Shortcode Entry
    Post Carousel
    None

    It may be a simple answer, but the problem I’m facing is I’m trying to use the “Home Widget Area” to create the custom header, but the sidebar doesn’t clear the Widget (since it’s part of the Home Page Content).

    Is there a better approach to do this?

    I’ll send the dev URL with its associated credentials in a private followup post.

    Thanks!
    Taylor

    In forum: Virtue Theme
    #176529

    Hi Kevin,

    I’ve got that to the full width, but still showing the sidebar.

    Kathy

    In forum: Pinnacle Theme

    In reply to: No fullwidth template

    #176493
    This reply has been marked as private.
    #176457

    You still didn’t fix the above css. Try replacing all that with this:

    banner .virtue_sitewide_banner {
    min-width: 100% !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    }
    aside#ktsidebar {
        background: #2B3035;
        padding-right: 0;
    }

    Hannah

    #176436

    Dear Hanna,

    The background color is still white.I have changed the advanced setting into:

    banner .virtue_sitewide_banner {
    min-width: 100% !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    }
    #ktsidebar {
    padding-right: 0; #2B3035;
    }

    In forum: Virtue Theme
    #176378

    Hello Kathy,

    Try going to Theme Options> Blog Settings, and find “Blog Category/Archive Defaults” at the bottom.

    There, you should be able to set the sidebar for your blog archives. Set “Display the sidebar on blog archives?” to the Fullwidth option and you should be set.

    Let me know if that works for you.

    -Kevin

    #176376

    Hi Guys,

    I’ve tried everything to hide the side bar. I’ve select ‘Full width’ and no sidebar everyone I can select it. I’ve also tried using the CSS to hide it, but can’t figure out what’s up.

    I appreciate your help to make the blog category a full width page.

    Kathy

    #176303

    You have an open class here:

    banner .virtue_sitewide_banner {
    min-width: 100% !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;

    You need to change that to this:

    banner .virtue_sitewide_banner {
    min-width: 100% !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    }

    And then fix this as I said above:

    #ktsidebar {
    padding-right: 0; #2B3035;
    }

    Hannah

    #176298

    I’ve the following in my theme options, advanced setting:
    banner .virtue_sitewide_banner {
    min-width: 100% !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;

    #ktsidebar {
    padding-right: 0; #2B3035;

    }
    .sidebar .widget-first {
    margin-top: 0;

    }
    .wrap.contentclass{
    padding-top: 0;

    }

    Strange that you van’t see it.

    #176285

    Hello Team Kadence!

    I have a few questions about the portfolio options:

    Is there a way to apply the Portfolio Permalink Base to the name in the menu? For example, we changed it to programs but in the WP Admin mneu, it still says Portfolio, which is confusing some of our users.
    Is there a way to apply the Portfolio Permalink Base to the categories/tags permalink? Even though we have programs set, if we visit via the category or tag, the URL shows “portfolio-category” or “portfolio-tag”. I tried changing the category/tag base under Permalinks but that appears to only affect posts.
    I need to have some shortcodes added to the sidebar/extra information (Value 01 Title, Value 01 Description, etc) but it appears to render it exactly as typed instead of applying the code. Is there a way to enable shortcodes to render? I do use a child theme if that matters.

    Thank you!

    #176254

    Are you adding the css to your custom css box in Theme Options > Advanced Settings? I’m not seeing it there.
    I am seeing this in your css:

    #ktsidebar {
         padding-right: 0; #2B3035;
      
    }

    You need to remove this: #2B3035;

    Hannah

    #176229

    It doesn’t work. Background still white. The highlight is not necessary, this is in de widget itself…sorry

    #ktsidebar {
    padding-right: 0;
    }
    .sidebar .widget-first {
    margin-top: 0;
    }
    .wrap.contentclass{
    padding-top: 0;
    }
    aside#ktsidebar {
    background-color: #2B3035;
    border: #2B3035;
    }

    #176168

    Hey,

    You should be able to set this within your YOAST settings. Firstly, go to your main SEO settings, and find the “Features” tab. There, find “Advanced settings pages.”

    Be sure that’s enabled, save your settings, and refresh your admin. You should now be able to find “Titles and Meta” in your admin sidebar under YOAST.

    Navigate there, and click the “Taxonomies” tab. There, you can set the Archive text to something different, or delete it.

    Does that help?

    -Kevin

    #176146

    Hi Rina,
    This should work for your background and border colors:

    aside#ktsidebar {
        background-color: #2B3035;
        border: #2B3035;
    }

    What do you want the highlight colors to affect?

    Hannah

Viewing 20 results - 1,801 through 1,820 (of 5,356 total)