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,081 through 1,100 (of 6,751 total)
  • Author
    Search Results
  • #244604

    Hey,
    When you say you want to hide the header on mobile, do you mean the whole header with logo or just the menu.

    the whole header would be this css:

    @media (max-width: 992px) {
        #kad-banner, #kad-banner-sticky-wrapper {
            display: none;
        }
    }

    Just the menu is this:

    @media (max-width: 992px) {
        #mobile-nav-trigger{
            display: none;
        }
    }

    2. Changing the carousel columns on mobile just takes a little javascript it’s not css that controls this.

    In your theme options > header and footer scripts add this to your header scripts:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    $('#upsale-product-carousel').attr('data-carousel-ss', '2');
    });
    </script>

    Ben

    #244539

    In the current Virtue Premium, I don’t see Theme Options > Header and Footer Scripts. Trying to get sticky header to work with anchors on page https://www.solvt.com/hikes — also spending way too much time trying to get gallery to work like demo.

    #244515

    Hi all

    we have been using the free version of the Virtue Theme since a couple of years because it´s really awesome. Due to an relaunch of our website we have decided to upgrade to pro version and we´re looking forward using it with tons of options.

    The main page of our website shall look like the uploaded image (
    We prefer a full layout (header and footer) with a centered container of fixed width. So we choose the full width-layout as page layout. So far so good. Now we want to enlarge the default container width from 1170px to 1400px using

    .container {
    min-width: 1400px;
    }

    in the theme css.

    Is this a sufficient and complete way to do it? Or do we have to implement this in a child-theme?
    Further it seems that the default container width for mobile devices are linked to the mentioned width of 1170px. Do we have to modify the container width for mobile devices in a similar manner? In this case: what are the ideal values?

    Thanks a lot.
    Regards

    • This topic was modified 6 years, 2 months ago by MCW1891.
    In forum: Membership Forums

    In reply to: Member Suggestions

    #244445

    I get frustrated regularly trying to find how to do rather simple things. Better documentation would be really useful – ideal: covering everything under Theme Options and under Customize (and guidelines for when there’s overlap). For each setting, describe what that setting affects. And (maybe more importantly), have function-oriented documents, e.g., for fonts – where would I go to change font color &/or size in (site header, footer, body, etc)? Is there a setting or would it need custom CSS? I find myself taking way too much time trying to find how to change particular bits of the design.

    #244380

    Hey Matt,
    You can hide the tags with this css:

    #kad-blog-grid footer {
        display: none;
    }

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

    Hannah

    #244367

    Hey,
    I usually suggest doing this unless you are adding one image after another (and normally it’s better to do that in a gallery) this can be really jarring for the user as it’s unexpected behavior.

    In your theme options > header and footer scripts, add this in the footer scripts:

    <script>
    jQuery(window).load(function () {
    jQuery('#content').find('a[data-rel^="lightbox"]:not(".kt-no-lightbox"):not(".custom-link")').magnificPopup({
    type: 'image',
    gallery: {
    	enabled:true
    },
    image: {
    titleSrc: function(item) {
    if ( item.el.parents('figure').find('figcaption').length ) {
    return item.el.parents('figure').find('figcaption').html();
    } else {
    return item.el.find('img').attr('alt');
    }
    }
    },
    removalDelay: 500, //delay removal by X to allow out-animation
    callbacks: {
    beforeOpen: function() {
     this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure mfp-with-anim');
     }
    },
    });
    });
    </script>
    #244273

    I would like to add a gallery widget to the top of my footer, but I would prefer its background to be white. Can I control this in the widget itself? Thanks!

    In forum: Virtue Theme
    #244231

    Hi Eric,
    You can hide your footer with this css:

    #containerfooter {
        display: none;
    }

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

    Hannah

    #244202

    Hi,

    I’ve been trying to find whether it’s possible to either hide or disable the website footer in Virtue Premium, but so far have not come across anything. Unless I’m missing a setting in theme options? But otherwise, could you advise me what CSS I would have to use to accomplish this, please?

    Thank you in advance.

    In forum: Ascend Theme

    In reply to: Facebook pixel code

    #244136

    I want to add the facebook pixel to the header of our virtue theme website pages. What is the best (safest) way to do this. I see different suggestions for doing this, but I don’t want to mess things up. Looking for a simple solution. I saw one suggestion, “You can use the theme options > header and footer scripts. Place in the header scripts”. However, I am not seeing header and footer scripts, in our theme. I saw someone else suggesting the Pixel Caffeine pluggin, but I would like to know if that works without breaking any part of the website.

    #244133

    I have made the website
    On my Iphone I see two different websites.

    Below the footer of one of them it says
    “see full site
    With proud supported bij WordPress”

    If you click on ” see full site” than you see the real site. If I scoll to the end of this than I see the possibility “see mobile site”

    How can I remove “see full site and with proud supported bij WordPress”?

    Best regards,
    Hilda

    In forum: Ascend Theme

    In reply to: Centre Alignment

    #244122

    Hey,
    Looks like it’s just the Filter Product by Attribute widget that is not working. Have you assigned attributes to your products?

    This css will target all links that are uppercase:

    a {
        text-transform: capitalize !important;
    }

    This will remove the lines in your footer menu:

    .footerclass .menu li a {
        border-bottom: 0;
    }

    Hannah

    In forum: Ascend Theme

    In reply to: Centre Alignment

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

    Hey Judith,
    On some of your pages there is not enough content on the page to push the footer down. See this post: https://www.kadencewp.com/knowledge-base/footer-always-at-bottom/
    Hope it’s helpful!

    Hannah

    #243927

    Hi there,

    I’ve got a problem with some pages of my website:
    On some pages there is a white space below the footer, for example:







    On other pages it’s just normal, like this one:

    How can I get rid of the white space below?

    Thanks in advance for your reply!

    In forum: Ascend Theme

    Topic: Row Width

    #243910

    Hello,

    Is there a way to make the banner (in a row) on each page of my website the same width as the top bar and footer?

    Thank you

    #243855

    This css should do it:

    .topclass .container, .container #kad-shrinkheader, #containerfooter .container {
        width: 100%;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Conflict maybe

    #243840
    This reply has been marked as private.
    #243838

    Great stuff Hannah worked perfectly, is there a similar short bit of code to make the header, topbar and footer go full width as well please? (same site).

    Cheers

    Pete

    • This reply was modified 6 years, 3 months ago by peter26.
    In forum: Ascend Theme

    In reply to: Sidebar Menu Highlight

    #243777

    Try using this css instead:

    #containerfooter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        z-index: 99998;
    }

    Does that work for you?

    Hannah

Viewing 20 results - 1,081 through 1,100 (of 6,751 total)