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,621 through 4,640 (of 5,356 total)
  • Author
    Search Results
  • #31571

    Hello,

    Thank you for your help in advance as usual.
    I have some detail questions I want to ask you.

    1.How can I change the line space in ‘Categories’ on sidebar? In my site, The’Before trip”s letters are overlapping with the letters on the bottom.
    This is the link :

    2.How can I change the title from ‘We would like to hear from you!’ to ‘Contact’ in Menu on footer?
    This is the link :

    Thank you!

    Mayu

    #31567

    I’m wanting to display search results on a full-width page or at least one without a sidebar, for a website set up on the Premium Virtue Theme.

    I would appreciate advice as to whether this is possible, and if so how I can achieve this.

    Thanks

    Stu

    In forum: Virtue Theme

    In reply to: Anti Virus Warnings!

    #31520

    Click the theme options link in the sidebar. It’s not under appearance. Look right above wooocommerce it’s in your video.

    Ben

    #31518

    Your primary sidebar is empty? and your post is set to show the primary sidebar in your post settings.

    All you have to do is add items to your primary sidebar or in your post settings choose a different sidebar. This is not controlled from the theme options.

    Ben

    #31507
    This reply has been marked as private.
    #31499

    Dear folks,
    I would like to remove the pencil icon in the blog posts.
    So, I did my research before posting this question. Alas. They are not working.
    (I may have written about this but have not seen a response, so…)

    I would like to remove them entirely or apply a custom image.


    This is expressly for the Latest Posts Widgets in the sidebar

    Workarounds:
    – Theme Options – Blog – I entered in my default image if there was not featured image. Saved. Nothing.
    – I entered in a featured images for the top three posts (that show up on the website). Saved. Nothing.
    – I placed an RSS widget in the sidebar as an alternative – it does not offer the pencil icon. BUT now the Word “News” no longer links to the blog, so folks are limited to what shows up on the Home Page.

    The Latest Post widget is actually built for what I want to do – so I’m guessing that once I remove the Pencil icon, I will use that widget exclusively and remove the RSS option.

    I’m almost there.
    Please help.
    Thanks,
    Meagan

    #31480

    Thanks Ben! Those all worked a treat. The only one I can’t figure out still is that the sidebar for the posts pages is not showing up. I have it set to the sidebar format, with the same side bar selected as the one for the blog page. If I had turned off the widgets, then wouldn’t they not show up on both the blog page and post pages, sidebars? I’m sure I’ve missed something… http://liesellund.com/blog/peace-bliss-and-lots-of-paint/

    }
    #ktmain.single-article.fullpost article {
    max-width: 600px;
    margin: 0 auto;
    }
    The above works great on the blog page, but doesn’t seem to affect archived posts… I wonder if this is all part of the same issue?
    Thanks for all your help!
    Liesel

    #31340

    1. You would need to use the Kadence, cyclone or revolutions slider.

    2a. yes just add a custom link and in the link box put a #.

    2b. Right now it’s based on the width of the page, each item has a percentage of that width. If you want equal spacing you won’t have a menu that is the exact width of the content.

    Add this css in your theme options > advanced settings.

    #nav-second ul.sf-menu>li>a {
        width: auto;
        padding: 10px 30px;
    }
    
    #nav-second ul.sf-menu>li {
        width: auto;
    }

    3a. you can add this css in your theme options for the grid:

    img.alignleft, .wp-caption.alignleft {
    margin: 5px;
    padding: 0;
    }

    3b. Your adding the sidebar with pagebilder and not though a true sidebar. I can help with css if you use a true sidebar but with pagebuilder there isn’t an option for removing that padding.

    4a. You can try this css, see if it’s what your thinking.

    #ktmain.single-article.fullpost article {
    max-width: 600px;
    margin: 0 auto;
    }

    4b. What sidebar are you choosing in the archive defaults. Are you using a widget visibility plugins that hides widgets on certain pages?

    5. Slides don’t like to work if you place theme in a tab.. I think this hack should make them work for you add this css:

     .tab-content>.tab-pane {
        display: block !important;
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    
    .tab-content>.active {
        height: auto;
    }

    Ben

    #31328

    What do you mean by “it changes automatically” what is it changing too?

    When I look at your custom css box you have this in there:

    .sidebar > widget-1 widget-first widget widget_nav_menu > widget-inner > ul.menu > li > a {
    font-weight: bold;
    }

    and that isn’t going to work. Why not use the css I posted above?

    Ben

    #31320

    I love this theme! Thanks for all your hard work. Below are the things I haven’t found answers for, your help is greatly appreciated!

    1. Can I make the home page slider full width? Right now it has white bars on the left and right sides.
    Link:

    2a. I’m using the 2nd nav as my main nav. Is there a way to have a word on the menu bar that does not have a link-but just has a drop down menu? Example of what I want: –See nav bar item “Art Classes in Seattle”

    2b. Is there a way to space the items in the nav bar so that the spacing between each item is even?

    3. When I brought a grid from my old website into the Virtue theme, it added lots of padding. Is there a way to remove this? It also has padding around the right sidebar too, so the tiled background image doesn’t go right to the right edge of the page. And the paypal button menu has the tiled background and isn’t white like in the example.

    I want it to look like this (see left column):

    Right now it looks like this:

    4a. Is it possible to indent the left and right margins of the blog page and posts templates? I moved over all my Typepad posts and Virtue’s super wide format makes them look odd because previous the width was 470 pixels. If I can indent the left margin and right margins a bit, it might look better.
    This is what it looks like now:

    4b. On my Blog post archived pages-the sidebar isn’t showing up. I have it selected in the theme/blog category/archive defaults. It shows up on the main blog page, but not the archived posts.

    5. On this page:
    The cyclone slider gallery with thumbnails shows up on the first tabbed menu, but on the other tabbed menus, just the thumbnails are showing. All the cyclone sliders have the same settings. Do you know how to fix this?

    Thanks in advance for all your help!
    Liesel

    #31278

    Hi I change sidebar from right to left with the code #content .main {float:right;} and works fine, but problem is on tablet and mobile. I tasted od Ipad2.

    Links

    problem
    problem

    Jure

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

    In reply to: add left sidebar

    #31072

    Hey,
    There isn’t a setting for this, It’s only designed for one sidebar but you can use pagebuilder and make your content area two columns. then place widgets like you would in a sidebar on the left column.

    Ben

    In forum: Virtue Theme
    #31040

    Can you make the theme have both left and right sidebars?

    #31038

    The problem were partially solved. I was confused by “Choose a Sidebar for your Home Page”. Thank all of you for help.

    #31032

    By my understanding, a sidebar is a place holder, just like header or footer. A widget can be put into it. I did put a text widget or a image widget into it, but either the text or image did not show up.

    #31030

    Hannah, would it be more correct to say a sidebar is a “location to place widgets”?

    …and that the widget in turn is something that allows you to add content?

    #31029

    Hey Charles, you can add widgets to your sidebar in Appearance > Widgets.

    Hannah

    #31025

    Sidebar is a widget

    You can set if sidebar shows (and which one) or not on each page in page attributes / template on the right of each page

    Not sure what sidebar 1 is unless you created a new sidebar

    (just my 2 cents lol)

    #31023

    I could not see sidebar and not put anything into it, text, image and etc. Also i saw sidebar1. What is it?

Viewing 20 results - 4,621 through 4,640 (of 5,356 total)