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 - 2,961 through 2,980 (of 5,356 total)
  • Author
    Search Results
  • #105464

    The reason they’re displaying like this is because they are different sized images. If you add larger sized images, that will make sure that they are all cropped to the same height and width to display optimally at any screen sizes.

    You can use this CSS to get them to shrink down though:

    .home_blog .home-sidebar .imghoverclass img {
        max-width: 60%;
    }

    Place that into Theme Options> Advanced Settings and let me know if that works for you.

    In forum: Virtue Theme

    In reply to: New Shop Layout

    #105462

    1. There really isn’t an option to make two sidebars on your shop page.

    2. I can’t find a good solution for this. The amount of text within each menu item is what is pushing it down. Someone else might have a workaround, but I can’t figure it out.

    3. I don’t believe that this is a built in function of the theme. Are you using a plugin for this? If so, which one?

    In forum: Virtue Theme
    #105449

    Dear All,

    I have some Questions to my shop

    1. would like to know if it is possible to change my shop and make where 2 Sidebars on each side ?

    2. Is where a possibility to centre the Subcategories in the orange frames ? Now you see it “lays” on the bottom frame / line. Would like to make the words on the middle of each frame

    3. Still have the problem with a frame over a editorarea …
    Example :

    2 lines spilt the row
    in each row are 2 pictures and 3 Page Editors and a Button
    over these whole area I would like to make a frame —> How can I do …

    The frame ( outlines are possible ) if I have only 1 line … but I have more it is not possible to choose the function

    Thanks a lot

    Jenny

    #105420

    Hello! Loving the Virtue Premium, and the support has been quick and helpful! However, when I select “Display as Dropdown” for the Archive and Category widgets in my sidebar or footer, I get a double title: one big, one small. This occurs even if I leave the “title” field blank. My site is here:

    Any fixes? I can hack css but I am not a coder. Thanks!

    #105241

    Hey,
    Sidebar. I was not talking about theme options settings. Go to the page you have set as your font page and edit it. In side the page edit you can choose a page template. There make sure you have set it to defualt.

    Ben

    #104952

    Hey,
    Do you have a page set as your posts page (settings > reading)? If so, you should remove that and leave it blank.

    What do you mean “all sidebars”? Have you already created a new sidebar from Theme Options > Misc Settings and added content from Appearance > Widgets?

    Hannah

    #104940
    This reply has been marked as private.
    #104928

    Hey,
    For the sidebar make sure the page you set to be the home page is not using the fullwidth page template.

    You can add this css for the font:

    .footerclass .virtue_image_widget_caption {
        font-size: 16px;
    }

    Ben

    #104914

    Hey,
    Sorry for the delay! I’ve been out with the birth of my first child 🙂

    In your theme options > advanced settings > custom css box you can add this css:

    .sidebar ul.menu li a {
        display: block;
        cursor: pointer;
    }

    That should get you all set.

    Ben

    #104910

    Hey, sorry about the delay, I’ve been out for several days with the birth of my first child. This does seem to be a theme issue with category pages that don’t have a sidebar. I’ll get an update out as soon as I can with a fix.

    Ben

    #104774
    This reply has been marked as private.
    #104550

    Hi Hannah,

    Sure, see it here, for ex.: http://www.ensola.ro/ce-facem-noi/. The link is active on item title only, not on all the width of the sidebar.

    Nicolae

    #104542

    Hello,

    How can I make the link on each item from a custom menu to be active on all the width of the menu, not only on the item title?

    (To extens the area of active link of the item title within the area without words with no link – see the image)

    #104531

    My first question is this, in the editor on my blog posts I have titles and keywords bold and the rest of the blog is not set to bold. but when I do a preview of the post all the lettering is bold. Is this something related to the theme or am I doing something wrong. Also I added to my Primary sidebar the pinnacle widget Pinnacle Recent post. But it does not show up in my sidebar. Will this happen once I actually post a blog. Thank you for your reply.

    #104530

    Hi Ben
    Thanks for the help, the page title issue came down to Yoast SEO meta title, it is fixed already.
    However, regarding the sidebar with call to action, I tried to disable the sidebar for the page, it is still showing the same problem. I would just disable the call to action first until I find the solution.

    Thank you

    #104269

    How do I add an icon to the links in the custom menu of the sidebar widget?

    Example

    #104201

    Resolved it with this css:

    .events-single .sidebar {
    display: none;
    }
    .events-single div#ktmain {
    width: 100%;
    }

    Done.

    #104197

    Hi,

    I just installed The Event Calendar — I wanted to hide the sidebar on the overview page but had to do that with this CSS code in Advanced Settings:
    (see this page:
    ______________________________

    .events-archive .sidebar {
    display: none;
    }
    .events-archive div#ktmain {
    width: 100%;
    }
    ______________________________

    That worked ok, but the sidebar is still showing on the single event page — how can I turn off the sidebar on this view?

    see this page:

    Thanks in advance for any support — need to resolve this quickly.

    #104094

    1. IN your theme options > misc settings remove the favicon if one is there.

    2. Do you have Yoast SEO installed. The page meta title would be set using a plugin like that.

    3. Did you turn on a sidebar for your page with call to action?

    Ben

    #104028

    Thanks Kevin and Hannah,

    I though it may be helpful if I posted the 3 styles to achieve the look on the normal pages and shop pages:

    In box layout I needed to add extra padding to the left and right of the content on all pages including the shop and this seems to have worked.

    
    .boxed .contentclass {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    /* Move Sidebar and Product Sorting Inward*/
    aside#ktsidebar, .woo-archive-pg-order {
        padding-right: 40px;
    }
    
    /*Fixes non shop pages right padding*/
    .entry-content {
    padding-right: 50px;
    }
    
Viewing 20 results - 2,961 through 2,980 (of 5,356 total)