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,001 through 1,020 (of 6,751 total)
  • Author
    Search Results
  • #247481

    Ascend has similar footer column options. Let me know how I can help!

    Hannah

    #247464

    Hi Hannah, Thanks for your speedy reply! I’ll look through the various options for creating a staging site. I’ll get back to you later on how I might change the footer on the Ascend theme-I really like the column options on the Virture theme!

    Enjoy your day,

    Shirley

    #247458

    1) I would like to develop a new website using the Ascend theme ( ) while leaving our current Virtue theme online ( ). What is the best way to do that without overriding the Virtue theme?

    2) Is there a way to copy the the footer from our Virtue theme to the new Ascend theme?

    Thank You,

    Shirley

    #247342
    This reply has been marked as private.
    #247133

    One more question….
    If I wanted to split that footer into two sections…I would set footer in Theme Options> Footing Settings > Two-section Footer…and then you Column 1 and 3? or Column 2 and 3? I would remove the Custom CSS above. Correct?

    I need two options for client to view.

    Thank you,
    Pam

    • This reply was modified 6 years, 1 month ago by pdyoko. Reason: Clarification
    #247129

    Oh sorry, use this instead:

    #containerfooter .container .footercol1 {
        max-width: 600px;
        margin: auto;
    }

    Hannah

    #247128

    Thank you, Hannah. It worked.
    But now….it also grabbed the footer copyright content and restricted. Can I keep that along the full width of footer bottom?

    Pam

    #247127

    Hey Pam,
    You can set a max-width with this css:

    #containerfooter .container {
        max-width: 600px;
    }

    Hope it helps!

    Hannah

    #247121

    Hi, Hannah,

    Briefly, I am trying to restrict the content within a footer widget to remain in a set width.

    Right now, I’m an using Column 1, and it’s centering the content, but it extend the full width.

    Is there a Custom CSS that you know of that will help to contain widget width in the column?

    Thank you,
    Pam

    P.S. I searched the forum, but didn’t find anything that matched what I need. They came close, but I wasn’t able to tweak and resolve on my own. 😉

    #247106

    Happy to help!
    This css will hide the footer:

    .page-id-1108 #containerfooter {
        display: none;
    }

    This tutorial explains finding page id’s: https://www.youtube.com/watch?v=fLg2T1AvmFE

    Hannah

    #247097

    Hannah, thank you so much!! That has worked perfectly, I’m so happy 🙂

    Would you be able to tell me how to remove the footer too? I totally forgot to ask that in my original query. Also could you tell me how you found the page ID so I can use the same code for the subsequent pages of the webcomic?

    I’m really grateful for your help, I would never have figured this out by myself!

    Laura

    In forum: Ascend Theme

    In reply to: Anchor Links

    #247047

    Have you tried increasing the offset number? For Ascend Header and Footer Scripts is a part of theme options by default so you do not need to enable it.

    Hannah

    In forum: Ascend Theme

    In reply to: Anchor Links

    #247036

    Thank you Hannah,

    I set that up and it did not effect the scrolling. Attached are two images. The first step in the documentation you referred to, “Turn on Header and Footer Script Output” does not exist as an option in Theme Extensions.

    Header-Footer-Scripts Theme-Extensions

    #246832

    Hi There,
    On certain browsers, the phone numbers I entered in the text widget in my site footer are displaying as links (blue) instead of regular text (white in footer). The ground of my footer is blue so the effect is that the phone numbers disappear. At least this is my guess. Either that or google is doing something with its automatic phone dialing feature? Is there some CSS I can do to override this?

    #246773

    If you want to override the base of the template system (the default heading and footer are loaded via base) then you would need to use a base template.

    I don’t know your plugin though so I’m not sure how it’s choosing a template. But from the two pages, you linked two the template being used are page templates. “feature sidebar” and default.

    It seems to me that your plugin is only pulling in their content around the_content() tag. Not around the page template.

    So can you send me the docs you are looking at for your plugin to see who they suggest you define a template?

    Ben

    In forum: Virtue Theme

    In reply to: google tag

    #246755

    Hey Anders,
    Try pasting it into your header output in Theme Options > Header and Footer Scripts. Does it work for you there?

    Hannah

    In forum: Ascend Theme

    In reply to: Disable footer widgets

    #246742

    Hi Anita,
    This css should do it for you:

    .page-id-1395 .above_footer_outer {
        display: none;
    }
    .page-id-1395 footer#containerfooter .row {
        display: none;
    }
    .page-id-1395 footer#containerfooter {
        padding: 0;
        margin-top: -20px
    }

    Hope it helps!

    Hannah

    #246740

    This css should do it for you:

    #containerfooter input[type="submit"] {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    Hannah

    #246737

    Hello Support team!

    Is this poosible to disable ‘Above footer widget area’, ‘Footer coloumn1’ widget, ‘Footer coloumn2’ widget and ‘Footer coloumn3’ widget on this specific page?

    Thanks a lot?

    Anita

    #246734

    Thanks so much! Also I just notice the newsletter sign up form in the footer is very close to the newsletter entry field and the other footer elements. Is there some CSS I could use to give some space to that button?

    Screen-Shot-2020-03-25-at-8-27-36-pm

    Thank you 🙂

Viewing 20 results - 1,001 through 1,020 (of 6,751 total)