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

    Topic: category page

    #39531

    Hi Hannah/Ben,

    1. How do I get multiple posts listed on the Category page? Right now, it shows this:

    But I want it to look like this:

    I know if I increase the “Blog pages show at most” in the READING settings to a higher number, it will list multiple posts on the Category page but then it will also list multiple on the HOMEPAGE which I don’t want.

    2. Not sure if you could help with this or if I need to ask the “Contact” plugin for support but I want to get the sidebar to go on the right column and not under the contact form. How do I do that?

    #39452

    Hi jerry,
    In Theme Options > Blog Options have you set the Blog Post Sidebar Default to No, do not show?

    Hannah

    #39445

    Hi,

    I am unable to turn off the sidebar on the blog page by doing the following:

    Pages –> Blog

    Section: Blog List Options –> Display Sidebar = No

    Am I doing something wrong? Is there so other way that this option is controlled?

    Any advice?

    Thanks

    Jerry

    In forum: Virtue Theme

    In reply to: "Button" on the side

    #39422

    Hi Andrea,
    You can add a Woocommerce shopping cart widget to your sidebar (Appearance > Widgets). As for the contact you can add the Virtue:Contact/vcard widget. Or you can use a plugin like this one- https://wordpress.org/plugins/contact-form-7/
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    Topic: Transposh

    #39350

    I installed Transposh but nothing happens.
    I want the flags in a drop down window in the top bar not in the sidebar.
    Is that possible with woocommerce?
    Thank you,
    Ralf

    In forum: Virtue Theme

    In reply to: linking a post

    #39291

    So if posts is selected from the screen options tab you should see a posts tab in the left sidebar in appearance > menus. Just select the posts and add them to your menu. Then drag them slightly to the right to make them sub-menu items.
    https://www.kadencewp.com/building-displaying-menus/

    Hannah

    #39268

    You can hide it if you like, it shows by default, it can only be left aligned if you don’t use a sidebar else there isn’t enough space.

    add this css to hide it:

    .shopcolumn2 .product_item .product_details .product_excerpt {
        display: none;
    }
    .shopcolumn2.tfsinglecolumn .product_item .product_details .product_excerpt {
        display: block;
    }
    

    Ben

    #39246
    This reply has been marked as private.
    #39185

    Thanks, Hanna, but that does not actually work for me 🙂
    I was actually looking for the custom css code to add a solid line to the right side of the main content.
    If I use the code you gave me, I only get a line on the left side of the sidebar, which does not extend for bottom to top (let’s say from header to footer.

    #39180

    Hi Marcel,
    Add this to your custom css box in theme options > advanced settings:

    .sidebar {
      border-left: solid 1px #000;
      margin-left: -14px;
      padding-left: 15px;
    }

    Hope that works for you!

    Hannah

    #39178

    Hi All,

    I use Virtue Premium for my website ( ) and I was wondering if it is possible to put a solid, 1 px divider line between the content area and the sidebar area on the right.
    any help appreciated 🙂

    #39154

    Hi Michael,
    So just to be clear on what settings you’ve changed… Have you selected the blog grid page template for the blog page? There should be an option under Blog Grid Options to turn the sidebar off. As for the featured image you should be able to select that in theme options > blog options under Blog Post Summary Default.
    Let me know if you’ve selected these settings and it is still not changing.

    Hannah

    #39146

    Site:
    WP 4.2.1
    Virtue: 3.0.4

    I don’t seem to be able to change the blog settings on my site. If you click the above url, on my browser I get a traditional featured image with summary, plus a short sidebar with shop categories.

    In the settings, it should format to a grid setting with blog categories and recent posts, but I can’t see these.

    Is it my system (I have cleared cookies, used other systems etc…), or is there an issue. Any help much appreciated

    In forum: Virtue Theme

    Topic: Staff grid

    #39027

    Hello,
    I wanted to have sidebar in staff grid, so I chose to use shortcode. I didnt find out how to edit shortcode if I want to have filter on staff grid. Can you help me? Also I’m adding printscreen how it looks in staff grid template and using shortcode.

    In forum: Virtue Theme

    In reply to: Lingering Text Box

    #38996

    Hey,
    Your using the sidebar featured page template. But you have not added a featured image or you have but it’s too small. The point of the template is to allow for a featured image or slider to be at the top of the page. see here: http://docs.kadencethemes.com/virtue/#featuresidebarpage

    You might just want to use a sidebar template if you want to add the image in your content.

    Ben

    In forum: Virtue Theme

    In reply to: woo commerce login

    In forum: Virtue Theme

    In reply to: a few questions

    #38867

    Hi Jane,

    1. You would need to edit that in the pot file. Are you using a child theme?

    2. I think this is what you mean:

    .sidebar h3 {
      border-top: dotted 2px #333;
      border-bottom: dotted 2px #333;
      padding: 5px;
      background: #9e9e9e;
    }

    Paste that in your custom css box in theme options > advanced settings.

    2a. Please post a link.

    3. From the visual editor on your edit posts page if you open the Virtue Shortcodes tab you’ll see a Simple Box shortcode. You can set a background color with that.
    Print and save buttons you would need a plugin. I haven’t personally used any but I think something like would work- https://wordpress.org/plugins/printfriendly/

    Hannah

    In forum: Virtue Theme
    #38844

    Hi Ben/Hannah,

    I have a few questions:

    1. On the homepage and after the blog post at the bottom, there is a link that says Leave a Reply. Where do I go to change that to Leave a Comment?

    2.What are the short codes to add a top and bottom line (dashed) to the sidebar titles/headers? Also, add a background color to them.
    2a. And how about if I want a top and bottom line, and background color to only the Subscribe title? Trying to see which option is better.

    3. How do I add borders and background color to a specific area..let’s say a recipe…similiar to this site, Also, would like to add a Print and Save buttons.

    In forum: Pinnacle Theme
    #38748

    Hey,
    In your settings > reading. You must have set the post page to be your blog page… don’t do that. The default post page template will have a sidebar. You have to leave that blank and use the blog template on the page you want to be your blog page.

    Ben

    In forum: Virtue Theme

    In reply to: a line between widgets

    #38742

    No, I can’t see. But let me take a guess-

    .sidebar .widget {
      border-bottom: dotted #999 3px;
      padding-bottom: 10px;
    }

    Try pasting that in your custom css box in theme options > advanced settings.
    Hope that works for you!

    Hannah

Viewing 20 results - 4,421 through 4,440 (of 5,356 total)