This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Footer text

Resolved 13 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

I want to creat a footer with a menu above some infomation.
I creat a Layout Builder, creat two row. Add a second menu, add a visual editor, but text don’t appear :((
How can make some text under menu??

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

13
  1. than tien tieu Private 10 years, 8 months ago

    This is a private message.

  2. Andrew Misplon Staff 10 years, 8 months ago

    Hi Than

    Thanks for reaching out.

    1. Insert the following at Appearance > Custom CSS:

    /* Vantage Horizontal Footer Menu */
    #footer-widgets .widget.widget_nav_menu {
    width: 100%;
    }
    #footer-widgets .widget.widget_nav_menu ul {
    text-align: center;
    }
    #footer-widgets .widget.widget_nav_menu li {
    display: inline-block;
    float: none;
    margin-right: 16px;
    }
    #footer-widgets .widget.widget_nav_menu li:before {
    content: "007C";
    font-family: FontAwesome;
    margin-right: 16px;
    }
    #footer-widgets .widget.widget_nav_menu li:first-of-type:before {
    content: none;
    margin-right: 0;
    }
    #footer-widgets .widget.widget_nav_menu li:last-of-type {
    margin-right: 0;
    }

    2. Insert a Custom Menu widget at Appearance > Widgets > Footer. Make sure it’s the first widget.

    3. Insert your Text or Visual Editor widget after the Menu widget as required.

    4. Add copyright text at Appearance > Theme Settings > General > Site Information Text.

    Hope that helps.

  3. than tien tieu 10 years, 8 months ago

    Problem: Insert Visual Editor with center align but text not in center :((

  4. than tien tieu 10 years, 8 months ago

    When I active Visual Editor, Page Builder widget will not work !!!
    I can use a image to resolve it.
    But can you give me any ideal about change images on home page when switch to other language??

    Sorry because I can’t use English well

  5. Andrew Misplon Staff 10 years, 8 months ago

    Thanks for your feedback.

    1. Before we move onto the text issue. Did you insert the menu widget in the footer? Did the CSS work?
    2. If you’re experiencing issues please try working from Appearance > Widgets and not Customize > Widgets. Let me know if that makes a difference.

  6. than tien tieu 10 years, 8 months ago

    The CSS make some unexpectedly word (“007C”). I removed it. And the menu is exactly I want. But I did it before I create this post :D
    Problem is the text. I try many ways but not work :((

  7. Andrew Misplon Staff 10 years, 8 months ago

    Sorry about that, there should have been a forward slash before 007C the Custom CSS.

    I’m unable to connect your site. Please confirm your URL and I’ll take a look at the footer.

    When I active Visual Editor, Page Builder widget will not work !!!

    You should be able to setup your footer without the Layout Builder widget. Have you tried that?

  8. Andrew Misplon Staff 10 years, 8 months ago

    To confirm, we’re working at Appearance > Widgets > Footer is that correct? Thanks.

  9. than tien tieu 10 years, 8 months ago

    Thanks.
    after insert a forward slash before 007C the Custom CSS, the menu look better :D.
    My problem is align-center texts under the menu.
    When use “text Widget”, I don’t know how to do
    When use Visual Editor and align-center the texts, the text move to right but not enough to center. WORSE, it make the Layout Builder widget conflict. I must use Layout Builder widget in header to reach some require of our website.
    certainly, I working at Appearance > Widgets > Footer.
    I tried some plugin like Footer Putter but they add some text I don’t want to appear :((

  10. than tien tieu Private 10 years, 8 months ago

    This is a private message.

  11. Andrew Misplon Staff 10 years, 8 months ago

    Please try this at Appearance > Custom CSS:

    /* Footer */
    #footer-widgets .widget:nth-of-type(2) {
    	margin-top: 25px;
    	text-align: center;
    	width: 100%;
    }
  12. than tien tieu 10 years, 8 months ago

    waaaaaa. THANK YOU very much !!!

  13. Andrew Misplon Staff 10 years, 8 months ago

    Super :) Glad that helped. All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread