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,161 through 1,180 (of 6,751 total)
  • Author
    Search Results
  • #241147

    Looks like you are adding this in a test_jquery file?

    $(function(){
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"   type="text/javascript">
    $('window').scroll(function(){
    if($(this).scrollTop() > 300) $('#kad-header-menu').fadeOut('slow');
    if($(this).scrollTop() < 300) $('#kad-header-menu').fadeIn('slow');
    });
    </script>
    });
    

    That needs to be removed.

    Then add your script in the footer scripts.

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    $(window).on('scroll', function() {
        scrollPosition = $(this).scrollTop();
        if (scrollPosition >= 500) {
                    $('#kad-header-menu').fadeOut('slow');
        }
     if (scrollPosition < 500) {
    $('#kad-header-menu').fadeIn('slow');
        }
    });
    });
    </script>
    In forum: Ascend Theme

    In reply to: visualization bug

    #241070

    Hi, found it, it was the code to push the footer to the bottom of the page

    /**********************************************************************
    EMPUJAR EL FOOTER A FONDO PAGINA
    **********************************************************************/
    @media (min-width: 992px) {
    html, body {
    height: 100%;
    }
    html body #wrapper.container {
    min-height: 100%;
    position: relative;
    padding-bottom: 88px !important;
    }
    #containerfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }
    }
    

    i deleted it…

    hank you very much
    Angelo

    In forum: Ascend Theme
    #241036

    Hi, at the bottom of this page I used a 3 columns page-builder row with a ASCEND: recent post widget.

    I needed to put a bottom margin of 250px otherwise the result was an overlapping with the footer area… see the image before the fix

    In forum: Ascend Theme

    In reply to: Sitewide greys

    #240951

    Hi Hannah,

    Thanks for the CSS – I’ll try that now. There is no sitewide grey font setting in Basic Styling in this theme, however – Kevin confirmed above that that capability isn’t present in Ascend. In Basic Styling there is only:

    Primary Color
    Topbar Font color
    Topbar Font Link Hover color
    Footer Font Color
    Footer Font Link Hover Color

    Thanks,
    Tracy

    #240914

    Not to worry I found it 🙂

    Hey, Can you please direct me to How do I (link for a page) to the footer area?
    Thanks in advance

    Regards
    Mimmie

    • This topic was modified 6 years, 5 months ago by adventuretravelcoach. Reason: I eventually found it thanks guys
    #240888

    Hi,
    Please see the attached screenshot of this page:

    You will note the empty rectangle just above and to the left of the Facebook Social Icon and Text, I’ve looked in the Widget and there’s nothing except the Facebook URL, strangely it only appears on this page, please advise, thank you.
    Cheers.
    Mark

    #240851

    Hi Ben, sorry for the very late response – the site didn’t go live for quite some time. It’s live now at https://roll.ie (and at https://rollieuk.com) and the issue persists. Can you please take a look?

    Also, could you please help with the code I’d need to add to resize the logo I’m using in the footer, on both sites? (Bottom left-hand corner of each.) I’m using the option to resize the main logo for mobile, and would like to apply the same thing for the logo I’ve embedded in the footer.

    Thanks so much!

    #240843

    Okay, that works, sorry my fault, there was already a widget CSS custom code in there that was overriding yours, I got rid of all other related code and it works, BUT the line height is not having any effect, and the font is really far apart, I changed your number to smaller variations but no changes.

    ALSO, I need the code to reduce size of the price under the products in these widgets, it is much bigger the product title

    Here is all my other custom CSS in case there is another conflict with line height, though I dont see any

    th.product-quantity, td.product-quantity {
    display: none;
    }

    .quantity.buttons_added {
    display: none;
    }

    .cartflows_step-template header {
    display: none;
    }

    .cartflows_step-template footer {
    display: none;
    }

    #nav-second ul.sf-menu>li {
    width: 15%;
    }

    #WFItem5311204 {
    margin: 0 auto;
    }

    body.home .products .product_item {
    opacity: 1;
    }

    .products .product_item {
    opacity: 1;
    }

    .widget_shopping_cart_content ul.product_list_widget li img {
    display: none;
    }

    .topbarmenu ul li a {
    font-family: sans-serif;
    font-size: 14px;
    }

    • This reply was modified 6 years, 5 months ago by JR.
    In forum: Virtue Theme

    In reply to: Splash Page?

    #240821

    Hey Dorcas,
    Unfortunately there isn’t a way to use the landing page on your actual homepage as the homepage template will automatically override it. However, if you’re wanting to remove the header and footer from the homepage you can do so with this css:

    .home #kad-banner-sticky-wrapper, .home header#kad-banner, .home #containerfooter {
        display: none;
    }

    We very much appreciate reviews:) You can leave one here: https://www.kadencewp.com/product/virtue-premium-theme/#reviews

    Cheers!

    Hannah

    In forum: Virtue Theme

    Topic: Splash Page?

    #240817

    Hi, I’d like to have the homepage of the website be a ‘Splash Page’ or ‘Entry Page’ – i.e. with no header or footer. The ‘Landing Page’ within Page Attributes > Template is perfect for that. However when I make that page be the homepage (in Appearance > Customise), the Menu and Footer appears again. Is there any easy way around that within Virtue?

    Thanks.

    P.S. Where should I review you guys about how great you are? Your support is so good, thank-you.

    In forum: Ascend Theme
    #240706

    Hello, I wanted to know if there is a way to leave the sliding footer, that is, in any way or from any device that the footer that is displayed on the page is visible at the bottom of the page … thanks

    #240651

    This is not a valid way to add css notes:

    **********************************************************************
    EMPUJAR EL FOOTER A FONDO PAGINA
    **********************************************************************

    That is breaking your css.

    Ben

    #240603

    Hi Hannah, yes sure!
    here it is

    Captura-de-pantalla-2019-11-15-a-las-6-45-19

    the idea is to have always the bottom green footer bar touching the bottom of the browser window.

    thank you very much

    #240600

    Hey Angelo,
    I’m seeing your footer at the bottom. Can you send me a screenshot of this?
    Thanks!

    Hannah

    #240546

    Hannah, sorry if i go back on this, but I put the code in this site…. but this page is not pushing down the footer…https://ceippicasso.es/contactos/

    thanks
    Angelo

    #240534

    Hey,
    You just need to remove the social widget from your footer column 1 widget area in Appearance > Widgets.
    Hope that helps!

    Hannah

    #240518

    https://womanphotographer.com

    The icons are in the footer. I just want to remove them

    • This reply was modified 6 years, 5 months ago by info850.
    #240198

    You can add css like this:

    .footerclass div#mc_embed_signup .mc-field-group {
        margin-bottom: 15px;
    }
    .footerclass div#mc_embed_signup .mc-field-group input {
        color:white;
        border:1px solid rgba(255,255,255,0.05);
    }
    .footerclass div#mc_embed_signup #mc-embedded-subscribe {
        width: 100%;
    }
    .footerclass div#mc_embed_signup .row {
        margin-top:10px
    }

    Let me know if that is what you are wanting?

    Ben

    #240164
    This reply has been marked as private.
    #240155
    This reply has been marked as private.
Viewing 20 results - 1,161 through 1,180 (of 6,751 total)