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 - 3,681 through 3,700 (of 5,356 total)
  • Author
    Search Results
  • #72886

    Im trying to add outside links to my site. I have a social media link and a clickable image that serves as a link on my primary sidebar. Both are Virtue widgets. Nothing happens when I click them. I have filled out the correct URL and when I hover over them the URL shows in the bottom corner of my browser but absolutely nothing happens when I click the links. I also used a 3rd party clickable link widget with no success. Anybody know what the problem may be?

    Thank you,
    Dominick

    #72784

    1. apperance > customizer. Set your site identity image.
    2. What colors would you like them to be? That is just a small css change.
    3. wide? Are you wanting to add a sidebar? You can do that in the theme options > home layout.

    Ben

    In forum: Virtue Theme
    #72768

    Hey,
    Your sidebar seems to be missing classes that are supposed to be there for the widgets.

    What plugins are you using?

    Are you using a child theme?

    Ben

    #72750

    Well, it DID work perfectly to fix the Blog page at:

    http://daveromeo.com/sample-blog-post/

    however, when I use that CSS you provided it breaks the layout on other pages using a similar technique – the CSS is forcing my layout into a single column, where I have it setup in three columns with specific image placement:

    http://daveromeo.com/seminars/getting-past-your-past/

    This is what it is SUPPOSED to look like:

    Proper Layout Example

    http://skywardthought.com/kadence/getting_past_screenshot.jpg

    Can you offer some additional CSS to make sure everything both of these layouts work? Other advice? (I don’t care how I accomplish it, but it needs to work so that I can have actual widgets/sidebars used to control certain areas within a page, so when I have tons of similarly copied pages, the common areas are managed under appearance>widgets instead of within the page itself.)

    Thanks!
    -Dan

    In forum: Virtue Theme
    #72738

    Sorry, I thought you were referring to the sorting filter. I can see now you mean in the sidebar. Are you using the latest version of woocommerce? Are you updated also on the theme, wordpress, etc?

    Hannah

    #72714

    Hi,

    I’ve got 2 questions:

    1:I would like to create a Split Content on one of my pages, but i don’t know where to find it.
    I’ve only found a option on the ‘Widget’ page, but then i can only place it on a sidebar or footer, right?

    I hope someone can help me with this.

    2: Is there a possibility to make a Issuu.com social-media link (+logo) in the footer area?

    Kind regards,

    Mike

    In forum: Virtue Theme

    In reply to: Aligning Staff grids

    #72643

    I’m editing a staff post now. My Screen Options are Boxes for sidebar options, slug, staff group, attributes, and featured image. Layout options are 1 or 2 columns (2 cols chosen). Additional settings are “enable full-height editor” etc. (ticked). Don’t see a custom excerpt box. Am I in the right place?

    Regards,
    Walter

    #72559

    More info – Ok this is super-weird…

    This post:
    http://daveromeo.com/sample-blog-post/
    has issues with bad display using a shortcode in the layout builder to display sidebar content (left and right)

    but, this page:
    http://daveromeo.com/seminars/getting-past-your-past/
    is fine using the same technique (shortcode to display sidebar content – though only one sidebar shortcode is used in the content on this page, and it’s at the bottom)

    Please, please, please help!!!

    #72546

    Any word on this? Not to be pushy, but I’m REALLY against a wall here… I’m supposed to deliver this work to my customer in a couple of hours and I’ve just hit this wall in FF and IE where everything is broken, but it didn’t show up like this in Chrome and Safari, which are the two environments that I was working in for all of my development. (If there’s a quick fix for FF/IE, great! If not, I really need a suggestion on how to accomplish what I’m trying to do here in a different way – I’m flexible in the approach, but I do need to be able to manage, in the widgets/sidebars area, the sponsors on the left and right of the top-center image on the blog posts, or at least some other way to manage them off-post – so they can be changed globally, regardless of individual post content.)

    Please help ASAP!!!

    Thank you much,
    -Dan

    #72498

    This page looks exactly right in Safari and Chrome, but it’s weird and broken in FF and IE. Please help! (Any custom CSS or PHP work-around would be awesome. I’m using the Stag Custom Sidebars to place shortcodes inside of the Page Builder page – that’s how we’re placing the sponsor images on either side of the blog logo. It’s really important that we can manage certain areas through sidebars.)

    Thanks.
    -Dan

    In forum: Virtue Theme

    In reply to: side panel width

    #72357

    Hey,
    Most likely you would want to adjust based on percentage and also move the main content so I would recommend css like this:

    @media (min-width: 992px){
    .main.col-lg-9 {
        width: 65%;
    }
    .kad-sidebar.col-lg-3 {
        width: 35%;
    }
    }

    Ben

    In forum: Virtue Theme

    In reply to: side panel width

    #72237

    Hey William,
    You can adjust the width with this css:

    .sidebar {
        width: 250px;
    }

    Hope that helps!

    Hannah

    #72198

    Hi Ben,

    i want to add my home widget into blig post area as a side bar. i already manage the blog setting on theme option by setting up “blog category/archive defaults”.
    i choosed the side bar as home widget area. then continue the setting to blog post that i have on my website, i tried to edit both blog posts but cant find the widget home area or other sidebar instead its only has primary sidebar option. Could u pls tell me how to add another sidebar? it used to be sidebar1 option at the widget but now its said inactive and dissapeared. Looking forward to figure it out. thanks.

    In forum: Virtue Theme
    #72188

    I ad this code once before. What is css for right sidebar width?

    #71971

    Hey,

    You can add this css:

    @media (max-width: 767px){
        .sidebar {
        margin-top: 30px;
    }
    }
    

    Changelog:

    http://docs.kadencethemes.com/virtue/#changelog

    Ben

    #71364

    I then added the “Events List” Widget to the sidebar assuming it would link to the plug in – What plugin?

    The events list should list events you create in the events area of the wordpress admin. It’s only going to list events it won’t link to another plugin.

    Ben

    #71357

    Sorry for confusion. I installed what you recommended and using it, https://wordpress.org/plugins/the-events-calendar/. I then added the “Events List” Widget to the sidebar assuming it would link to the plug in. I guess I was wrong. All I really want is to have the Events Calendar placed in a sidebar widget and in Col 1 footer widget as a thumbnail or excerpt list. Any ideas?

    In forum: Virtue Theme
    #71321

    I think I solved temporarily with this to keep sidebar on page no matter what:


    @media
    (min-width: 320px) and (max-width: 992px) {
    .main.col-lg-9 {
    width: 70%;
    float: left;
    }
    .kad-sidebar.col-lg-3 {
    width: 30%;
    float: left;
    }
    }

    In forum: Virtue Theme

    In reply to: Full width header

    #71312

    Hey,
    The fullwidth page template is full width in terms of no sidebar. The site is still on the bootstrap framework of a max-width at 1170. the yellow is done with pagebuilder setting the row to be fullwidth stretched to it goes outside of the container element.

    If you would like the width to be 100% then you can add this css in your theme options > advanced settings:

    .container {
        width: 100%;
    }

    Hope that helps,

    Ben

    In forum: Virtue Theme
    #71283

    Sorry “shop page” drop a widget on the top of my shop page instead of a sidebar. Like this link: https://www.hfhoney.com/2-pound-farm-crate-variety-pack/

    See how I have the categories on a widget side bar? I want to drop that widget on top of the main shop area before the products are shown

Viewing 20 results - 3,681 through 3,700 (of 5,356 total)