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,661 through 4,680 (of 5,356 total)
  • Author
    Search Results
  • #30398

    Hmm, try adding this:

    .sidebar {
    padding-left: 15px;
    padding-bottom: 100%;
    }
    In forum: Virtue Theme
    #30395

    Hi Justine, you can edit both these things in theme options > home layout. Select the second option under “Display a sidebar on the Home Page?”. And if you scroll to the bottom you can edit how the posts display on the home page (assuming your page is a latest post page).
    If you’re wanting more content on your page that isn’t available in the home layout you can create a page and call it home then set your page as a static page in settings > reading.
    As for the archives, you can go to posts > categories and create categories then assign your posts accordingly.
    Hope that helps!

    Hannah

    #30388

    The theme comes with a css box (theme options > advanced settings) so you shouldn’t need a plugin.
    Is this what you had in mind-

    .sidebar {
    border: 2px solid #000;
    }

    This should change the sidebar font colors:

    .sidebar h3 {
    color: #999;
    }
    .sidebar .widget {
    color: #999;
    }

    Hannnah

    #30387

    Try this-

    .sidebar h3 {
    border-bottom: 1px solid #dd3333;
    }
    #containerfooter h3 {
    border-bottom: 1px solid #dd3333;
    }
    #30383

    Hi, I have my blog showing on my homepage at http://www.TheWildDyery.com but would like the featured images to be smaller (or show the full post) and can’t get the sidebar to show. Also, is there an option to show the blog title in an archive rather than just the date? thanks

    #30356

    Hello ive searched this topic and found some css here but nothing that has worked , wondered if im missing something, the simplest code i have tried is:
    .sidebar {
    background: #cf4abf;
    }
    and a few other variants i have come across on this topic, but pasting it in the custom css does nothing, any ideas would be appreciated
    thanks
    M

    In forum: Virtue Theme
    #30317

    Hey Andreas,
    You can do this by adding the Virtue: Testimonial Carousel widget to your sidebar in appearance > widgets.

    Hannah

    #30312

    Hey, try adding the following css to your custom css box in theme options > advanced settings:

    .sidebar h3 {
    text-decoration: underline;
    }
    #containerfooter h3 {
    text-decoration: underline;
    }

    Hope it helps!

    Hannah

    #30299

    Hi Ben,

    how do I get a testimonials box in the sidebar, like on your site:

    #30286

    Hi Ben
    I want to put a line under each heading in the sidebar and footer.
    How can I do this.
    Thank You

    #30061

    Hey lisa,

    If you’ve turned off the sidebar in your page settings then you just need to go to the settings > reading. Make sure you have not selected a page to be the “post page” that should be left blank.

    Ben

    #30048

    Hey,
    I’m not sure if you figure this out but your issue is due to some css you added. If you want to have the sidebar on the left you need to use this css, not the css you added.

    You can find it here also: https://www.kadencewp.com/frequently-asked-questions/

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Ben

    In forum: Virtue Theme
    #29957

    When I do that the sidebar disappears.

    In forum: Virtue Theme
    #29949

    You can still have a sidebar with a fullwidth layout.

    In forum: Virtue Theme
    #29948

    But the other guy has a sidebar with ads. Because of that I assumed that it had to be in boxed layout. I can make it fullwidth, but then how do I keep the side bar?

    #29882
    This reply has been marked as private.
    In forum: Virtue Theme
    #29787

    Yes if you want a custom sidebar to show on blog post then you have to set for each post. But why not just use your primary sidebar? If your using fullwidth pages everywhere else?

    You other option to to override with a function and force each post page to show a certain sidebar, if you have a child theme running that is a option.

    The simple is in a file in the theme, in the update that comes out later today it’s fixed.

    Ben

    In forum: Virtue Theme
    #29773
    This reply has been marked as private.
    In forum: Virtue Theme
    #29770

    Hey Andrea, have you selected the correct sidebar for your blog pages in theme options > blog options under Blog Category/Archive Defaults? And also in your blog edit page?

    Hannah

    #29765

    I am having trouble with the sidebar…I don’ want a sidebar on my pages EXCEPT for the blogpages(blog post archive, single post page, blog search pages). I created a sidebar for this and also removed all the widgets from the primary sidebar but then there is a space on the blog pages and the blog sidebar still doesn’t show up…I can’t figure out how to arrange this!
    Thanks for your help.

Viewing 20 results - 4,661 through 4,680 (of 5,356 total)