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 - 641 through 660 (of 6,751 total)
  • Author
    Search Results
  • #260072
    This reply has been marked as private.
    #260071

    Hi,

    I have a footer navigation widget added but it is indented more than other footer items. It appears to have the correct margins, etc set when I view developer inspector. Can you please advise how I set it’s indent so it is the same as the items above it?

    thanks

    #260023
    This reply has been marked as private.
    #259995

    Thanks for posting, here is a quick css fix:

    .kadence-pro-fixed-on-scroll-footer.item-is-fixed {
        transform: none !important;
    }

    Ben

    #259980

    Hey,

    I’m using an element “Fixed Bottom after scroll” and want to show a modal, when someone click on a link of that element. So I added a modal in that element. The problem is, when you click on the modal, the modal is not covering the page. I want to add the modal directly in the element because of the logic behind :).

    Some improvement suggestion for the element placement:

    Can you please add/ change for fixed elements:

    Fixed On Bottom after scroll
    and rename the existing one to: Fixed Bottom After Scroll (no space below footer).

    similar to:

    Fixed On Bottom
    Fixed Bottom (no space below footer)

    Would be awesome, because at the moment it is necessary to add a padding to the footer bar,if you use a fixed Bottom after scroll element.

    PS: Already made 5 stars review on WordPress repo…

    Big thank you in advance!

    #259945

    I’m running Pro Hannah and managed to resolve it by pulling in the Elementor Header and Footer blocks into Kadence Header and Footer and then using the Header/Footer Scripts add-on to inject the scripts in the correct locations.

    Apologies, I was orientating myself.

    #259937

    Hey Nic,
    Are you running the Kadence Starter Template plugin? With that you can enable header, footer, and body scripts. Let me know if this is not happening for you.

    Best,
    Hannah

    #259920
    This reply has been marked as private.
    #259906

    Hi

    I’m using this to target the home page and individual pages/posts with a body background image:

    body.home {
    background-image:url(
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

    body.page-id-328
    {
    background-image:url(
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size: cover;
    }

    My header, topbar, footer, body have been set to transparent in theme options > advanced styling.
    (Using a tiled image instead of background colours in these areas)

    The images aren’t showing on the pages:


    What am I missing?

    Pls advise

    #259897

    So sorry, that css was supposed to be this:

    @media (max-width: 992px) {
    .home-widget-box .siteorigin-panels-stretch.kt-panel-row-stretch.panel-widget-style.panel-row-style {
        background-attachment: fixed;
    }
    }

    How does that work?

    This will remove some of your excess spacing:

    @media (max-width: 992px) {
    #containerfooter .widget {
        margin-top: 0;
    }
    #containerfooter p {
        padding-bottom: 5px;
    }
    }

    Hope that helps!

    Best,
    Hannah

    #259846

    Hello Community,
    I’m testing Kadence having been an Astra user combined with Elementor.
    Whilst I’m able to inject elements/scripts into the header and footer, body scripts don’t appear to be possible.
    Is this by design / a limitation of using Elementor with Kandence ?
    Many thanks,
    Nic W

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

    In reply to: maichimp code

    #259807

    Hey Anders,
    You can paste that into your Header Output in Theme Options > Header and Footer Scripts. If you don’t see that option you may need to enable it from Theme Options > Theme Extensions.
    Hope that helps!

    Hannah

    #259703
    This reply has been marked as private.
    #259681

    Hey,
    If you are editing from the Customizer navigate to Footer then click the settings button beside the widget.

    Screen-Shot-2020-10-28-at-9-22-01-AM
    Next click Edit Image and in the Image Details under Display Settings you can set the Size to Full.

    The paragraph block should be responsive, but there isn’t an option for giving it a set mobile size without css. The Advanced Heading Block from Kadence Blocks allows you to set custom sizes for mobile and tablet devices.

    Hope this is helpful!

    Best,
    Hannah

    #259645
    This reply has been marked as private.
    #259616

    This is sorted now, Hannah.

    In order to use the nav menu widget, it is necessary for that row to be defined as a footer widget area.
    So I need the “Four Column” layout for the Footer widget.
    But this means anything below that row needs to be defined in “Misc Settings > Footer Copyright Text”
    It also means that the “reusable blocks extended” can only be added as a shortcode in “Footer > Sitewide Footer Shortcode”
    So the final setup is:

    *****************************************************************
    * "Reusable blocks extended" containing 2 rows set to fullwidth *
    * With appropriate image/transparent backgrounds.               *
    * Added as "Sitewide Footer Shortcode"                          *
    * ------------------------------------------------------------- *
    * Footer widget set to "4 columns" containing 4 widgets         *
    * ------------------------------------------------------------- *
    * Footer Copyright text set to 2 columns in html.               *
    *****************************************************************

    Thanks for your help,
    Phil.

    In forum: Kadence Theme
    #259575

    Hi

    I am building a site using Kadence and I am having a few issues. Everything is up to date and I am running PHP V7.3 and WP 5.5.1.

    1. Error message – this only seems to appear when I am using the Image Overlay Widget

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    2. I can’t edit the HTML box in the header. From memory a content box normally appears on the left hand side however it is not appearing. So in the header it is showing Insert HTML here – but I can’t edit it.

    3. I also can’t edit the Copyright text in the footer. When I click on the settings for that there is no text box or way for me to edit.

    I will post a login for you below if you need to have a look as we are in different timezones.

    Thanks, Mel

    #259504
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Social Widgets

    #259494

    Hey Amber,
    You can use the following css to make the icons larger:

    #containerfooter [class^=kt-icon-] {
        font-size: 25px;
        line-height: 35px;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.
    As for adding a Reddit icon, there isn’t an option for that within the Ascend social links. You can use a plugin like this: https://wordpress.org/plugins/ultimate-social-media-icons/
    Hope that’s helpful!

    Best,
    Hannah

Viewing 20 results - 641 through 660 (of 6,751 total)