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 'footer'

Home / Forums / Search / Search Results for 'footer'

Viewing 20 results - 741 through 760 (of 6,751 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #256227

    Hello!

    I would like to enable, and use, the “home widget area” on the home layout. I would like to place it at the bottom of the home layout, above the footer. But the spacing between my enabled “latest blog posts” down to the “home widget area” is too far. It is too much spacing between them. Is there a way to decrease this spacing?

    Here you can see where I would like to put it:

    ösäker.se

    As it is right now the “home widget area” is disabled due to the live version of this site. But hopefully you understand what I mean?

    Thank you a lot!

    //Fredrik

    #256222

    Hi,
    I have created a footer which is set to be shown on entire site.

    Now I need to set some exclusion rules. For example: “Show on entire site but exclude page Contact and page About us”

    How can I accomplish that? I see that under rules I can set by post types and archives and singles but there is no exclusion rule.

    Please advise,

    Thanks,
    J.

    #256217

    Hi Guys,

    On several pages of the website I’m making, I can’t get rid of a white gap that appears on the bottom of the page between the last row and the footer.
    It seems that a paragraph could be the reason of that issue, but I just can’t remove it.
    Would you mind to look at that please?

    I’ve created a new admin, so you can access the website. Let me know if you want to look at that closer.

    Thank you very much,
    KF

    #256144

    Hi Jeff,
    1. This css should do it for you:

    .footercredits {
        line-height: 18px;
        font-size: 15px;
    }

    You can paste that into your custom css box in Theme Options > Custom CSS.

    2. That’s your footer container, and the bottom is your footer base. You can add widgets to the footer container from Appearance > Widgets.
    Or you can remove the padding with this css:

    footer#containerfooter {
        padding-top: 0;
    }

    Hope that’s helpful!

    Hannah

    #256135

    I’m working on the following site:

    I’ve added some text to the footer, and I need to adjust line height (i’d like the lines to be closer together) and text size. I don’t see any controls inside the Theme Options to modify either. How do I go about this?

    Here’s the look I’m after (view the footer credits of the following site):

    PS: Follow up question: what is that additional band of content area just above the footer (above where my text is)? It’s a slightly lighter dark color. What is that area called in the Theme Options? Can I remove it?

    Thanks, Jeff.

    #256131

    Hey,
    For the footer you can add this css:

    #containerfooter .menu li a {
        max-width: none;
    }

    And here is css for pagination, in the slider.

    @media (max-width: 768px) {
    
    .ksp-slider-wrapper {
        padding-bottom: 20px;
    }
    .kad-slider {
        overflow:visible;
    }
    .kad-slider ul {
        overflow: hidden;
    }
    .kad-slider ul.kad-slider-pagination {
        bottom: -20px;
    }
    }

    Ben

    #256105

    Thank you for the reply.

    Sorry, I was not specific enough

    The right footer menu width problem is on a PC, not mobile.
    The PC footer menu is constrained into a narrow space.
    I just can’t figure out how to change it.

    (The nav dots are in the right place on a pc, but need to move them below the slider on a mobile)

    Thank you

    #256091

    Hello,

    So for the footer issue, that’s showing the way it is because the device is only so large. You’re seeing the content contained? You do not want any margin or padding on the sides?

    I’m looking into moving those dots on the slider down now and will provide you some CSS once I have that done.

    Thanks!

    Chris

    #256050

    Hello there,

    I’ve tried to find how to change these by “inspect” and searching here but no luck.

    I’ve got Kadence slider pro navigation in the right place on a PC, but on a mobile I need to bring the nav. dots down just below the slider without hitting the content.
    And the footer menu is width-constrained, It needs to use the whole footer 4 position width.

    Could you please help with these 2 things?

    Thank you, John

    #256023

    Hey,
    For this, you would need css just to reverse the order. I’ll look at adding a collapse order option for footer rows.
    Ben

    #256019

    Hey,
    It’s not the same but similar. In the pro addon, you can enable header and footer scripts. It’s added in the customizer. There you place the tracking code into the site.

    Ben

    #256018

    Hi OM,

    At the moment such a setting is not present in Kadence.

    However, you can paste the full GA Tracking code in the Customizer at Custom Scripts.

    Header/Footer Scripts is a Kadence Pro addon.

    #256004

    In the Desktop view, my footer has the Copoyright located on the left and I have the Footer Nav on the right. However when in Tablet and Mobile view the Copyright is then located on top of the Footer Navigation. In the Tablet and Mobile view I want the Copyright to appear below the Footer Navigation.

    I know how to use the drag and drop footer editor. Regardless of which view, either Desktop, Tablet, Mobile, view I am in when I edit the Footer that is the setting that is applied to all three.

    What I am trying to achieve is, in Desktop view, the Copyright remains on the left and the Footer Navigation on the left. But in Tablet and Mobile view the Footer Navigation is located on top of the Copyright in the “Collapse To View”

    Is this possible without using CSS?. A member in the Facebook group was kind enough to create the following CSS but I was wondering if this was possible without using CSS.

    #255650

    Hi! I installed a new theme and used kadence starter templates to add content (Sass). At first glance everything looks very good, but I can’t add a block of social links. It just doesn’t show up. I checked both the header and the footer, but nothing has changed.

    #255524

    I think that would make sense: footer/header colours > then row colours > then element colours.
    The deeper level could override the previous one.

    #255508

    This is fixed now, not a bug.
    Footer row link colours were overriding menu colour settings.

    #255507

    Hi team,

    Footer navigation colour is not applied for some reason.

    I’ve tried selecting black manually and from global palette.

    Inspector shows this, when it should be palette3:

    #colophon .site-middle-footer-wrap .site-footer-row-container-inner a {
    color: var(–global-palette8);
    }

    Bug?
    Thanks!
    Marty

    #255503

    Hello,

    Is there a way to add Tumblr to the Social Links list in the Kadence theme? For a handful of sites I am currently having to use a third party plugin in order to be able to include Tumblr as an option in the header and footer. It just doesn’t have the same polish as Kadence’s built in social media options. Thanks in advance.

    #255293

    Well, it seems stable now! Many thanks and thanks for the Next Gen css for the make footer at bottom of ‘short’ page

    Cheers

    #255278

    Hey,
    What hannah linked it is for our classic themes, not the new theme. Here is css:

    @media (min-width: 992px) {
      html, body {
        height: 100%;
      }
      html body #wrapper {
        min-height: 100%;
        position: relative;
        padding-bottom: 100px !important;
      } 
      #colophon {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
      }
    }

    However, with this you need to make sure the padding-bottom matches the height of your footer.
    Ben

Viewing 20 results - 741 through 760 (of 6,751 total)