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,361 through 1,380 (of 5,356 total)
  • Author
    Search Results
  • #206108

    Hi Hannah

    No, it isnt this design, in mobile version the galley makes a lot of scroll and thats what I want to delete. Also the portfolio configuration leave a big white space like a empty sidebar, you can see at: https://chevereanimacion.com/servicios/disco-movil/

    I want this image design but I think with Virtue Bold serie Portfolio I cant reach it: https://sabordealdea.com/producto/chourizo-de-vilar-de-santos/

    Thanks

    #206106

    Hello Support,

    I am using WordPress 4.9.8 with Virtue – Premium version 3.9.4 for my site and am having an issue trying to display a sidebar on the Home Page. In the Main Settings I have turned ON the option to display sidebar on the Home Page. I have also selected ‘Primary Sidebar’ in the ‘Choose a Sidebar for your Home Page’ option. I have added the following Widgets to the Primary Sidebar from the Appearance > Widgets menu

    Search
    Recent Posts
    Categories
    Archives

    When i create a new test page I can see the sidebar, however the sidebar is still not showing on my Home Page. Please could you assist as I have checked all of my settings and still don’t seem to be able to get it working.

    Kind regards,

    Neil

    #205927

    One option would be to create a page with a sidebar template, then use a page builder plugin to add an events list widget to the page. Would that work for you?

    Hannah

    #205896

    Ok new update, sidebar on the event page is resolved, but the event list is still a question mark.

    #205885

    Update: It worked on the home page, I’m using The events calendar and now I can’t place the sidebar on pages and I do not know how to place the slider on the event list and event pages.

    #205872

    Hi
    I am using a page with a sidebar template and am trying to alter the proportion of the page in relation to the sidebar, and also change the padding around anything in the three columns.

    I have used this before with success however on this occasion I can not get either to work.

    The link is
    It is as if the page id is wrong however looking at the post number below it seems correct.

    I have added this to the Custom CSS


    @media
    (min-width: 1200px) {
    .page-id-3917 .main {width: 72%;}
    .page-id-3917 aside.col-lg-3 {width: 28%;}
    }

    .page-id-3917 .entry-content .col-md-4 {
    padding-right: 0px;
    }

    .page-id-3917 .entry-content .col-md-4 {
    padding-left: 0px;
    }

    Any help would be appreciated

    #205441

    Hey Leif,
    There isn’t a built-in function for this. A workaround would be to remove your header using css, then add a sidebar to your page and add an image widget with your logo and a menu widget to recreate the header. Would that work for you?

    Hannah

    #205439

    Hi,

    In the Layout Settings -> Site Layout Header Style I choose to place the menu on the right side. But I would love to have a full width slider and place the sidebar menu below? Is that possible wihout too much hassle?

    To clarify what I mean, see my adjusted screenshot:

    Screenshot of first page

    Have a great day!

    /Leif

    #205267

    Thank You Hannah! Worked a treat!

    One more question…. I just realised I have the same problem with RECENT POSTS WIDGET in the SIDEBAR.

    The font size is way too big… again following the conent size of 24px.

    Is there CSS to do the same for that widget?

    Here is the Blog page with the sidebar:

    Thanks in advance! 🙂

    In forum: Ascend Theme

    In reply to: Multiple Sidebars

    #205196

    Hey,
    You can create multiple sidebars from Theme Options > Misc Settings. Then you will see them available to edit from Appearance > Widgets.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Multiple Sidebars

    #205195

    Hey,

    You can create new sidebars in Theme Options> Misc Settings.

    Let me know if you’re able to find it!

    -Kevin

    In forum: Ascend Theme
    Anonymous
    #205192

    Hi there,

    I have a client who would like to have a variety of sidebar options for different pages. Right now in the widgets editor, I see space to create two sidebar variables – but what if I need four or five variables? I don’t see a way to create new widget variables (i.e. Sidebar 2, Sidebar 3, Sidebar 4) … Is there a way to do this?

    Thank you!

    In forum: Membership Forums

    In reply to: Product Brand Sidebar

    #204736

    Hey, There isn’t any sidebar setting for the product brand archive but I will add that to updates so that it follows the category and tags settings.

    You can add the brand to the template builder using the brand shortcode:

    [kt_product_brands]

    Ben

    #204696

    Hello,

    I was wondering if there is a way to have a sidebar on the Product Brand Archive page?

    And if there has been any work towards having the product brand as a widget that can be used in the template builder.

    Thanks
    Danielle

    In forum: Virtue Theme

    In reply to: Custom Menu

    #204284

    Hey,
    Sorry, I’m not quite sure what you’re asking. You can create custom menus from Appearance > Menus. Then you can add a custom menu widget to any widget area, including the sidebar (from Appearance > Widgets). Is that what you mean?

    Hannah

    In forum: Virtue Theme

    Topic: Custom Menu

    #204272

    It is poossible to create a custom menu like Sidebars if then how?

    #203734

    ok, I figured it out. You should be set the post sidebar options were showing.

    Ben

    #203498

    i don’t know how use custom code through a child theme. But i added this code in my virtue_premium fuctions.php and product sidebar not showing now means one problem solved.

    but i have still 1 problem, this one- “attachment of problem still have

    #203456

    Hmm I’m having a hard time knowing what you want, right now you have all the content aligned outside width of your header items.

    I really have to suggest that you limit what css you write and ask us, all this css you are adding is very odd.
    Start with this and let me know, Best if you can send a mock up for what you are expecting:

    PLease remove:

    
    .row, .row-fluid {
    margin-left: 0px; 
     margin-right: 0px; 
    }
    .meet-us-link {
        float: right;
        width: 170px;
        position: relative;
        top: -60px;
        border: solid;
        background-color: #1F6791;
        margin: -3px;
        text-align: center;
    }
    .meet-us-inner {
        width: 1128px;
        margin: auto;
    }
    .col-lg-9 {
        width: 86%;
    }
    article {
        width: 1128px;
        margin: auto;
        /* padding-left: 170px; */
    }
    .kt-sidebar-container {
        border: lightgray solid;
        width: 14%;
        float: right;
    }

    add this:

    .meet-us-link {
        width: 170px;
        border: 3px solid white;
        background-color: #1F6791;
        text-align: center;
    }
    .kt-sidebar-container {
        border: 3px solid lightgray;
    }
    #content {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    .meet-us {
        padding-left:15px;
        padding-right:15px;
    }
    .meet-us-inner {
        max-width: 1128px;
        margin: 0 auto;
        position: relative;
    }
    article.kad_blog_item {
        max-width: 1128px;
        margin: 0 auto 50px;
    }
    @media (min-width: 992px) {
        .meet-us-link {
            float: none;
            position: absolute;
            top: 20px;
            right: 15px;
            margin:0;
        }
        .kt-sidebar-container {
            width: 20%;
            margin-top: 177px;
        }
        .main.kt-sidebar {
            width:80%;
        }
        .meet-us {
            margin-right: -28%;
        }
    }
    @media (min-width: 1400px) {
        .kt-sidebar-container {
            width: 14%;
        }
        .main.kt-sidebar {
            width:86%;
        }
        .meet-us {
            margin-right: -18%;
        }
    }
    #203432

    You are adding a lot of css that I would strongly advise against. Overriding core framework classes, absolute positioning, etc.

    Are you just wanting me to give you a css hack to fix this one part of your issue that you are asking about?

    or are you willing to remove all this css you are adding and then we can help you set up the page how you want in perhaps a better way.

    For example look at your page on mobile and the sidebar is on top of our content. The “get started” button is not on screen.

    If I just give you a hack css for the sidebar on desktop you will be back with 20 other issues for different screen sizes based on the css you are adding.

    Ben

Viewing 20 results - 1,361 through 1,380 (of 5,356 total)