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 - 821 through 840 (of 6,751 total)
  • Author
    Search Results
  • #253463

    Hey,
    Those tags would be in the footer meta section not in the below title meta section, there you can see a toggle for them.
    Ben

    #253449

    2. With the testimonial block you have to manually add your testimonials. They do not pull from pre-existing testimonials as the shrotcode does. If you want to use the testimonial you would need to add your testimonials into the Testimonial tab fro your WP Dashboard.

    3. Yes. It won’t publish though unless content has been added to it.

    4. That is something you would need to address with WordPress as the theme does not control it.

    5. The link color will pull from your primary color in Theme Options > Basic Styling. Or you can use css like this:

    .footerclass a {
        color: #000;
    }

    and for hover:

    .footerclass a:hover {
        color: #fff;
    }

    6. Have you tried using the split content block?

    Hope this is helpful!

    Best,
    Hannah

    #253430

    1. Okay, it was a matter of turning it on in the Classic Editor plugin – which I didn’t expect it to be in there. I now see the options everywhere….

    2. I am trying to use the shortcode for the testimonial plugin in the shortcode block, but I can’t seem to get it right. It is coming up blank. [carousel type=”testimonial” orderby=”date” columns=”4″ items=”8″ speed=”9000″ scroll=”all” cat=”general”]

    5. Still haven’t found where to change the link colours for the footer…..

    6. If you have a two-column block with an image on one side and text on the other, how do you center the image VERTICALLY according to the height of the text?

    Many thanks!

    #253419

    Hi Hannah

    Thanks for the custom CSS. It has sorted out the issue on the Massages / Les massages pages.

    However, despite clearing my cache often, in the footer the buttons for “Cookie Policy”, “Terms and Conditions” and “Privacy Notice” (and the French equivalents) all still have white text with a turquoise border. I’d like them to look like the Site Map button that sits just below – turquoise text and turquoise border. Please can you advise me? I’m uploading the image again so you can see how the three buttons differ from the Site Map button.

    Cheers, Tanya

    Screen-Shot-2020-07-22-at-17-37-00

    #253407

    Hi Tanya,
    I’m seeing all your footer buttons display as they should. Have you cleared your cache? This css should create an override for the buttons on your massage page:

    .so-widget-sow-button-wire-ba2520caf2ce .ow-button-base a:hover {
        color: #fff !important;
    }

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

    Hannah

    #253386

    Also….

    5. I can’t find where to change the font and hover colour for the text in the footer…..

    Many thanks!

    #253342

    Try adding this to your custom css box in Theme Options > Custom CSS:

    .col-md-4.footercol1, 
     .col-md-4.footercol2, .col-md-4.footercol3 {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .footerclass .kadence_social_widget {
        text-align: center;
    }

    Hope it helps!

    Hannah

    #253307

    Hi

    I have a number of “wire” buttons on my site – in the footer of hibiscusmassage.com, and five at the top of the “Massages” page. Only one of these displays as it did before I updated Page Builder by SiteOrigin 5 days ago – the “Site Map” button in the footer. I have no idea why this button looks fine.

    Initially I just tried to tweak the settings for the buttons, which did not work, then I clicked the “Enable legacy” option in the plugin settings and cleared caches in the hopes that the correct CSS for the wire button option would magically reappear. It didn’t, so I’d like your help please…

    In the footer:

    The only button that appears as it should is the “Site Map” button. It has a turquoise wire border with turquoise text, then the hover effect shows a solid turquoise button with white text – perfect! The other footer buttons – “Cookie Policy”, “Terms and Conditions” and “Privacy Notice” – do not display like this, despite having the same settings there is a turquoise wire border with white, not turquoise, text. The hover states look look fine, though. As there is a light grey background you can at least see there is text there in the normal state, but really this text should be turquoise to be properly visible.

    Massages page:

    There are five buttons along the top of this page for the different types of massage. All of these are weird – I can either have them with a green wire border and no visible text (as it displays as white on white), or with the green wire border and green text with a hover state that is solid green (so green text on solid green button). I need these buttons to have green wire border with green text in their normal state, then the hover effect to have solid green buttons with white text.

    It is a dual language site and so the buttons on the French version are also all messed up.

    Please can you point me in the right direction to get this resolved.

    Thank you, Tanya

    #253273

    Hey Hannah,

    I asked about changes to the footer a few months back but never made changes. I want to do it now. You confirmed:- ‘You can add all three widgets to a single footer column then use CSS to stretch the full width and center them.

    Can you please provide me with CSS and where exactly do I add the code if you can direct me?

    thanks in advance.

    #253237

    Let me know if this is what you were thinking:

    @media (min-width: 992px){
        .footercol3 .widget_text {
            display: inline-block;
            text-align: left;
        }
        .footercol3 {
            text-align: center;
        }
        .footercol4 .widget_text {
            display: inline-block;
            text-align: left;
        }
        .footercol4 {
            text-align: right;
        }
    }

    Ben

    #253209

    Hi,

    I am trying to center the widgets in my footer to align with the rest of the page and the widget above it.

    Any help is appreciated.

    #253204

    I am trying to arrange the footer on the virtue theme but it does not stack as indicated in theme options & customization.

    The highlight is the layout I want but the widgets just seem to stack on top of one another.

    Any help is appreciated.

    • This topic was modified 5 years, 9 months ago by JR.
    #253104

    Hi – I’m preparing my 404 page in anticipation of a fast hook-up sometime in the future. At this time, I’m designing it to have no header/footer. In testing the page on Chrome for mobile I’m unable to “pull down to refresh the page”. Is this normal behaviour for when the header/footer are disabled? (Duck-Duck-Go and Safari apps both have a refresh in the address bar so they work just fine.) Using Chrome app on an iPhone 11 with iOS 13.6.

    #253097

    Friends,
    in the demo just before the footer there are two displays of products, one titled “featured products” and the other “best selling products”. How to display the same list but exclusive to products of the same category?
    thanks!

    #253054

    Can you send me a login so I can see your settings. It looks like you could be adding a script into your page through the footer scripts or a edited file.

    What I see in your footer and what you see from the screenshot is printed out javascript that involves lazy loading youtube.
    Ben

    #253043

    Hannah,

    I fixed this problem. Someone on FB gave me a suggestion and it fixed the problem. I do hav a footer problem when the screen gets smaller. It looks goofy on a phone. I’ll change to admin.

    Also, when I look at the site in the Appearance/Customizer/Header area, the logo does not always show up and the text can sometimes be black rather than white. I thought with Elementor, it would look in Elementor just like it would online live. I guess not.

    Thank you.

    • This reply was modified 5 years, 9 months ago by Randy Elder.
    #253038
    This reply has been marked as private.
    #252890

    The child theme has some css in it and one function to make beaver builder work with the header and footers.

    We are using this option in imagify

    The second option replaces the tags with <picture> tags. This is the preferred solution but some themes may break, so make sure to verify that everything seems fine.

    It replace with <pictur> tags.

    Jeremy

    #252864

    RESOLVED:
    The best way to do it is to create a footer menu with the legal pages and then in the Customize > Footer place “Footer Navigation” in the “MIDDLE ROW” so the legal pages will be above the Copyright.
    Perrrrfect! \(*<>*)/

    #252863

    PROBLEM SOLVED!

    Newbie mistake. All I had to do was go to;
    Customizer > Footer > Click on a row, in this case, “Middle” > a pop-up window shows what can be selected, in this case, “Footer Navigation”…a batta-bing-a-batta-boom Legal beagle pages are on display
    Wow! Kadence is soooo nice and easy to learn. Nice! \(*<>*)/

Viewing 20 results - 821 through 840 (of 6,751 total)