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 - 541 through 560 (of 6,751 total)
  • Author
    Search Results
  • #264664

    Hey Mike,
    Sorry for the delay! Hope you enjoyed your weekend.
    That CSS looks good! You could also use the following css to remove more space:

    #containerfooter .widget_black-studio-tinymce p {
        margin-bottom: 10px;
    }

    Best,
    Hannah

    #264640

    I modified my Custom CSS to add a bit of code that made things considerably better, still a little more spacing than I’d like but I can live with this. I’d still accept any advice or counsel.

    @media (min-width: 992px){
        #containerfooter {
            padding-top: 10px;
            padding-bottom: 0px;
            margin-bottom: 0;
        }
        .footerbase {
            display:none;
        }
    }
    #264636

    For me I’d like the footer & header width to be the same. So just wanted to share that the solution I described also solves the problem w/o using CSS. For those out there who might be wondering. 🙂

    Thanks for your reply!

    #264630

    In Footer Settings I’ve requested 3 footer cells, but I’ve added some Custom CSS to provide a different layout than the default 33/33/33.

    .col-md-4.footercol1 {
    width: 45% ;
    }
    .col-md-4.footercol2 {
    width: 25% ;
    }
    .col-md-4.footercol3 {
    width: 30% ;
    }

    This gives me precisely the spacing I want, but it causes text wrapping on the mobile view that seems unnecessary. You can see it HERE. While there’s more than ample room to not force line breaks, it’s doing so anyway. If I removed my CSS the problem clears up, but then I also lose my desired spacing. Any tips for preserving my spacing above but still have it look good on the phone?

    Thanks much!!

    #264625

    Hi there,
    I’ve started using the Kadence theme with pro addons and loving it!

    I’m using the hooked elements to create custom footer content (position above footer) which includes modal block and advanced button (with custom id and css trigger). It works great for the home page but it seems the modal doesn’t work when clicked on any other page. I’m not sure if I’m doing something wrong, or if this is a limitation?

    Thank you 🙂

    #264613

    Hey,
    There isn’t a built-in function for this. This post explains how to create: https://wpintensity.com/how-to-create-sticky-footer-bar-in-wordpress/
    Hope it’s helpful!

    Kindly,
    Hannah

    #264610

    Hi Joost,
    If you’re just wanting a max-width for your footer you can set that with this css:

    .site-footer-wrap .site-container {
        max-width: 900px;
    }

    Hope that’s helpful!

    Best,
    Hannah

    #264605

    I’ve added Layout Builders to my 2 footer widget cells on THIS SITE because I want a different offset on the full format screen vs. mobile and I noticed I can’t tweak the layout settings when I add the Visual Editors directly to the footer cells. Problem is, this creates an abnormal amount of space beneath the footer widgets even though I’ve specified 0 on all of the row and widget parameters for bottom padding and margins. I even added this code to my Custom CSS box:


    @media
    (min-width: 992px){
    #containerfooter {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0;
    }
    }

    This worked beautifully for my top spacing, but it didn’t get rid of the bottom padding/margin. Any suggestions? Thanks so much!

    #264574

    I solved one of the two issues.

    In case there’s others who might be wondering how you can set a specific header width, turns out it’s actually pretty easy.

    Screenshot-2021-03-24-at-15-09-44

    Change the amount of pixels in “content max width” and it adjusts the header (and footer) width, too. 🙂

    #264568

    Hello,

    Thank you for reaching out to us.

    There are no built-in options to change the styling but you can add custom CSS code in Theme Options > Advanced Styling > Custom CSS:

    #containerfooter .menu li a {
        max-width: 100%;
        background: transparent;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #containerfooter .menu li {
        border-bottom: 1px solid #d6d2d2;
    }

    Hope this helps.

    Regards,
    Karla

    #264555

    Hello.
    Is there any way to change style of this widget?
    Right now it looks like this:

    and i want to make it more clear, like it looks like on submenu

    Thank you for the help.

    #264535

    Hi Team, I have 9 images in sliders on the home page http://www.mimiemmanuel.com at the bottom under ‘books’
    I added a new one and it won’t display even after clearing the browser cache.

    it is in the footer column 1 widget as site origin slider and pics are added as background picks. endless reloading and cannot see my new images. I have heaps to do why would that be? how can I fix this, please?

    Thank you very much for your help.

    #264514

    My previous website on Squarespace had a nice layout for mobile. It switched the mobile hamburger menu from the header to the footer on mobile.

    Great for having it right under your thumb if on a phone.

    Can I somehow establish that in Kadence Theme?

    #264500

    Is there a script for CodeSnippet that allows changing the H2 to H3 of the title of all the web sites (sidebar, footer, header, …)

    Thanks,
    Greetings.

    #264477

    Hi Hannah!

    It seems that theme Customising is having hard time showing things and applying edits. As you can see in the screenshot, settings from the archive did not apply on search page. But today I tried again and now it is working. So this problem is solved, but it is not the only time that customiser settings are missing.

    I was pulling my hair off trying to find Off canvas area widgets and the setting simply didn’t show. Next day it was there. Also same with footer widget areas settings. This has happened at least five sites before. Strange! But now I know, that it was a bug and the settings really apply.

    #264394

    Hi there,

    I would like to have a very simple layout something like this site. Please see the menu and footer as well as blog post layout.

    Having said that, I would like to have sidebar for some pages and no sidebar for some (like the pages that theme uses).

    I did check some of the starter themes but they have a lot of bells and whistles (which is good for those looking for them) but I couldn’t find a simple blank theme to start from. Please help.

    #264350

    I have fixed it. It was a plugin in the footer widget that tried to load some javascripts that doesn’t exists anymore.

    #264347

    Hi Hannah,

    Thanks a lot for your response!

    With regards to the footer not being responsive, I don’t have that problem on my other sites (e.g. https://www.start24.nl/). I’d just choose a max footer width (in the theme builder), ensuring it matches the content on the page and the header. So it wouldn’t be a static value that applies everywhere, it’s just a maximum.

    I’m not too familiar with CSS and media queries, so for now I’ll just leave this be then.

    I figured that the link colors are pulling from the palette… but is there a way to override that for specific instances? As with certain background colors these links would be poorly visible.

    • This reply was modified 5 years, 1 month ago by tom.berger.
    #264295

    Hi Joost,
    Apologies for the delay. The colors will pull from your color pallette. See here: https://kadence-theme.com/knowledge-base/customize-settings/how-to-use-the-kadence-theme-color-palette/
    There isn’t an option to set the footer width in pixels. We actually don’t recommend this as it won’t be responsive. Though if you’re wanting a specific pixel width for a specific screen size you could do so using css and media queries.
    Hope that’s helpful!

    Best,
    Hannah

    #264276

    Hi there,

    I’ve added a Custom Post Type which I called “Events”.
    Looking at the root of the Virtue theme I’ve found an “archive-events” template already existing and also a “tribe-events” folder.
    I’ve made a quick research on the web and I’ve found that it’s related to the “Events Calendar” Plugin.

    The purpose of my custom post wasn’t related to the calendar, but I’ll need that functionality as well, so I’ve installed the Events Calendar Plugin (removed my CPT) but it seems not to integrate that well with the theme (the footer background disappears in Single Event and even the Archive has a really a weird behavior).

    Now, I want to understand when the template “archive-events” is loaded? Is it the plugin “archive page” template?
    And also, if I uninstall the Events Calendar Plugin and rebuild my CPT called “Events” could create a conflict with that template?

    Thanks

    Mone

Viewing 20 results - 541 through 560 (of 6,751 total)