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 - 4,201 through 4,220 (of 5,356 total)
  • Author
    Search Results
  • #47101

    1. add in your theme options > advanced settings.

    .color_body, .sidebar a, .author-name a, .author-latestposts h5 a, .author-latestposts h5, .author-profile .author-occupation, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
      color: #b7b7b7;
    }

    2.

    .author-box {
      margin-top: 40px;
    }

    3. Something like this:

    .tab-content {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;   
        border-left: 1px solid #fff;
    }
    .nav-tabs {
      border-bottom: solid 1px #fff;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        border-color: #fff;
        border-bottom-color: transparent;
    }

    Or if you want something different like a background can you be more specific?

    4. For the carousel they are set to 15 words. words are not all the same lengths. If you want to remove you can :

    #carouselcontainer-blog .entry-content {
        display:none;
    }

    Ben

    In forum: Virtue Theme
    #47082

    1. (ignoring stickies) – why are you using stickies then?

    2. There isn’t the space to add posts in two columns with a sidebar where the image is beside the post. It will look odd. But since you adding a one column post then you would use this shortcode:

    [kad_blog items="3" cat="photos"]

    3. Post a login to your site I’ll take a look at your pagebuilder issue.

    Ben

    In forum: Virtue Theme
    #47076

    1. If you are using a sidebar and you want two columns of posts then you would need to use the blog grid and make sure you have set the post summary to portrait.

    2. “ignore sticky” isn’t part of the shortcode but you can offset using offset=”1″

    Your image looks like your page isn’t fully loading. have you tried deactivating plugins. Also to be clear when using pagebuilder you have to stay in the pagebuilder tab while working on the page. You don’t switch back unless you plan to no longer use pagebuilder.

    Ben

    In forum: Virtue Theme
    #46996

    Oh~ I find that it is the WooCommerce social Buttons plugin.

    Is there a way to keep the social button and keep sidebar at right side ?

    Many thanks Hannah.

    Site : dakxcc.com

    #46947

    I know this is an old issue, but I sure need a fix…the site is htpp://chicagolandwatersolutions.com . I need a good table editor or some css fix to keep the table on the bottom proportional and not over lapping the right sidebar. I’m NOT an html or css coder, sorry. Can I use any of the widgets like product or shopping with Virtue premium? I just want to get this done.

    Chris

    In forum: Virtue Theme
    #46887

    Hey,
    The sidebar by default is right aligned and beside the page content. My guess is you are using a plugin that is forcing it below. You also have some errors on the backend of your site. I would try deactivating plugins as a test. Let me know if there’s no change.

    Hannah

    #46882

    Hi,

    If I don’t select dropdown, the categories in my sidebar menu are clickable.
    When I show products in my product category widget in dropdown view, the categories are not clickable.

    Is there a way to modify that?
    Shouldn’t they be clickable either way?

    Thanks for the help!

    #46870

    Since I find that in single product page, the sidebar is align at the left bottom.
    It is possible to place it on the top right side?

    site: dakxcc.com

    Thanks

    #46866

    Hi Hannah
    We are moving in the right direction.
    You are correct it was not Html code, it was the content of the full page superimposed in red over the content of the staff page
    Meanwhile
    I pasted the shortcode into the text editor and the content of the staff page appears on the side bar….Not a desired or elegant solution !!!

    I think the problem is that I have not clearly explained what exactly I want to achieve

    1. I have already set up a staff page it works very well and is elegant.
    2. I have a grid on the side bar with 6 staff members. It looks good on the sidebar grid box
    All I want to do is click anywhere on this grid so that it will open the full staff page
    Is there a way for the grid box to be linked to the url of the staff page in a similar way any links are set up in the theme?
    I cannot find any place to insert this link in the virtue grid box
    Hope this is a clearer explanation
    Anthony

    #46850

    I didn’t realize you were wanting this in the sidebar. So all you need to do is go to Appearance > Widgets and add a visual editor widget to your sidebar then paste in the shortcode form above. Does that work for you?
    Not sure why you would have been seeing html code? Either way, your staff page should be using the staff grid template, not a shortcode.

    Hannah

    #46843

    Hi, first of all, thanks for the great theme. Once I got past a little bit of a learning curve with the theme options, I was very impressed to find that it does pretty much everything I wanted, and more. I don’t have a huge software budget, but was very glad to upgrade to premium and support your work.

    That said: I am using a single-column post layout, no sidebar. I would like to restrict the paragraph width, as very wide lines of text on wide viewports are difficult to scan. I think this design would be valuable to many of your users.

    Your “Limit Max Page to 940px” option doesn’t meet my needs, as I would like photos, media, and other non-text elements to remain full width and scaleable. Not sure the best way to accomplish this. I can’t seem to easily accomplish this with styles, as photos and media are wrapped in the same <p> elements as are text paragraphs.

    A visual example of a very similar design to what I described can be seen here:

    Thanks for your attention!

    #46838

    Thanks Hannah
    I appreciate your prompt response
    I pasted your code into the Staff page visual editor and all it did was to superimpose html code over the page.
    What I an trying to do is to click on any of 6 images in the sidebar grid to enable them to open up a full staff page
    Currently when I click on amy of them in the grid they open up in a light box.
    I am guessing that there a code that instructs the grid to open up light box could be inserted to open up the staff page
    As you can quess my knowlede of code is non existand and I would be lost without the themes incorporation of Site origin page builder
    I would appreciate if you could help me and tell me precisely what to do
    Thanks a lot
    Anthony

    #46802

    Hi, I’m trying to recreate the demo shop ( on my website.

    I have the Ajax filter on the sidebar, but i cant find how to remove the category image menu from my page and have the page display all the products instead.

    Thanks in advance

    Ben

    #46782
    @media (min-width: 992px){
    .home .kad-sidebar {display:none;}
    .home .main.col-lg-9.col-md-8 {width:100%;}
    }

    Need to set .home for the content too.
    Ben

    #46780

    So you made a template for this? Right now it’s missing core html classes to run the layout. It’s also manually calling in a sidebar on top of the normal sidebar. But not loading those in the correct html layout.

    I can see that you have one single-content.php file (which needs work) but I don’t see a file that accesses the bottom of this page. The one that is adding a sidebar and comment code. Can you make sure that file is in your child theme so you can edit it.

    Ben

    #46757

    Ok makes sense now. Sorry. Try using this:

    @media (min-width: 992px){
    .home .kad-sidebar {display:none;}
    .main.col-lg-9.col-md-8 {width:100%;}
    }
    

    Hannah

    #46755

    4. yes, but if set fullwidth, then the sidebar will not show in mobile.
    i want to show it on mobile homepage but not in PC homepage.

    #46754

    3. I’m not seeing Ben’s css in your site? That should work to add a top border to your footer. To be clear it’s this:

    #containerfooter {
    border-top: 1px solid #000;
    }

    4. You don’t need css to hide the sidebar from pages. You can choose a fullwidth layout for your homepage in Theme Options > Home Layout. This wont effect any of your other pages.

    Hannah

    #46749

    ….I still can not solved….all sidebar in PC is gone…I want to show on other pages and all mobile pages, except PC Home page.

    Site: dakxcc.com

    #46743

    Sorry, Ben.


    @media
    (min-width: 992px){
    .kad-sidebar {display:none;}
    .main.col-lg-9.col-md-8 {width:100%;}
    }

    I want to hide the sidebar from PC in HOME page only, other page: Shop or Product categories where I still want sidebar…

    In Mobile, all pages will have sidebar.

    Is it possible? Thanks.

    site: http://www.dakxcc.com

Viewing 20 results - 4,201 through 4,220 (of 5,356 total)