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 - 1,501 through 1,520 (of 6,751 total)
  • Author
    Search Results
  • #218896

    To be hidden on both Mobile and Desktop view.
    A complicated one, apologies.

    #218594

    Try adding this to your css:

    #containerfooter .virtue_social_widget.clearfix {
        display: inline-block;
    }
    #containerfooter .widget-first {
        text-align: center;
    }

    Does that work for you?

    Hannah

    #218574

    The issue is created because of the footer widget carousel, it’s leaking into the infinite scroll ajax post return. I”m going to explore some options for workarounds in the theme.

    Ben

    #218557

    Hannah,

    I just placed the Virtue: Social Links in the Home Footer Widget. How can I center that widget. That might work. It places the widget a little higher above footer copyright than I would prefer, but it’s a start.

    Your thoughts?

    Pam

    P.S. The coding above moved the social media in the topbar…not footer. 😉

    #218536

    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .col-md-6.col-sm-6.footercol1 {
        width: 100%;
    }
    .virtue_social_widget.clearfix {
        display: inline-block;
    }
    aside#widget_kadence_social-5 {
        text-align: center;
    }
    .virtue_social_widget a i {
        font-size: 22px;
        line-height: 24px;
    }

    Hope it helps!

    Hannah

    #218330

    Hi,

    I have read a few threads discussing centering social media icons in footer, but none quite apply to what I need.

    So…I would like to have my social media icons appear just above my copyright footer. Perhaps a slightly larger. I have my coding in Theme Options> Advanced Settings> Custom CSS Box.

    FYI I have tried placing Social Media Widget in footer widget (Column 3) Because I am not using footer widgets for anything else, that Column 3 aligns to the left.

    Is there an easy way to just place code in that CSS box above my copyright line and center the icons?

    Thank you as always,
    Pam

    #218300

    Dear support,

    I am trying to add blog posts via shortcodes but something goes wrong because the image goes over the footer

    Any clue?

    Thank you,
    Fabrizio

    In forum: Ascend Theme
    #218120

    Hi Hannah,

    Sorry for the delay in getting back to you.

    I did change to the parent and had the same issue. After doing some more testing it seems to be an issue with the Infusionsoft code in the bottom right that’s causing the footer to disappear. I am waiting to hear back from them.

    Thank you for your time and I am going to change this to resolved.

    Thanks again Hannah!

    #217986

    Try adding this CSS to Theme Options> Custom CSS and let me know if it works for you:

    .above-footer-widgets #kad-slider-1 .kad-slide {
        background-size: contain !important;
    }

    -Kevin

    #217969

    Hi K-Team,

    Hope you are all doing well!

    I have no idea how long it has been missing but the footer is not displaying on the home page. – it is in development right now, so pardon the mess. I am sure it is something simple I am overlooking.

    Chad

    #217727

    Try just adding the shortcode without the span tag to a text or html widget, and then add this CSS to Theme Options> custom CSS:

    @media (min-width: 992px) {
    .above_footer_outer .above-footer-widgets {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    max-width: none !important;
    }
    }

    Also be sure you’re not trying to load the same slider twice on one page, otherwise it wont work.

    -Kevin

    #217663

    Hi Hannah,

    Apologies, yes meant shortcode not css. I did add it through the text widget in the ‘Above the footer’ widget area.
    This didn’t work unfortunately.

    Thanks,
    Anthony

    #217649

    Hey brad19831 can you create a new topic and post a link to your website so we can see what widget you are adding to the above the footer widget area.

    Just so you know the ascend demo you linked to is only adding that on the home page and it’s added through the page content. It’s not added through the above footer area because then it would show on every page and post.

    Ben

    In forum: Virtue Theme

    In reply to: Menu font size

    #217639

    Hey Amber,
    You can use this for the footer menu:

    ul#menu-footer-menu a {
        font-size: 12px;
    }

    And this for the footer credits:

    .footercredits p {
        font-size: 12px;
    }

    You can paste those into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    #217633

    Hey Sam,
    You can’t use a page template on the homepage as the home page template will override it. You can use this css to remove the header and footer from the homepage:

    .home .headerclass, .home #containerfooter {
        display: none;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings. Hope it helps!

    Hannah

    In forum: Virtue Theme
    Anonymous
    #217617

    Hello,

    I am writing this in the Virtue forum after having accidentally posted this in the Ascend forum.

    I would like to change the size of the font in the footer of this website:

    Do you have advice on how I can do that?

    Thank you!

    // Amber

    #217602

    I am also trying to do the same thing. I am wanting the parallex style image with the caption in the “above the footer widget area” but I am having the same issue as the OP. It’s working, but it is not displaying in full width/stretch. Do you all have any other recommendations?

    My goal is the above the footer area such as displayed on your demo here: http://themes.kadencethemes.com/ascend-premium-2/

    In forum: Ascend Theme
    Anonymous
    #217561

    Hello,

    May I ask you to please advise me on how to increase the font size of the footer text on this website?

    Thank you!

    // Amber

    #217292

    Hello,

    I’m not seeing any list in your footer. This is how it looks for me:
    https://postimg.cc/Pphq0nd5/cd35751a

    Is that the same as you’re seeing?

    -Kevin

    #217250

    When I click on a tab, the footer widgets jump down the page. How can I stop them from jumping?

    anjuli.co/digital

Viewing 20 results - 1,501 through 1,520 (of 6,751 total)