Site logo

[Support request] Add links in Footer/Footer Widget for resources and social networks

Home Forums Support [Support request] Add links in Footer/Footer Widget for resources and social networks

Home Forums Support Add links in Footer/Footer Widget for resources and social networks

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #598602
    Alice

    With Premium 1.6.2, I created a footer and a footer widget, but don’t know how to organize the layout in them to include

    1. links to pages of resources
    2. links to social network pages (Facebook, Twitter, etc)

    I want to accomplish something like this example at https://www.qlik.com (scroll all the way to the bottom).

    #598650
    Leo
    Staff
    Customer Support

    Hi there,

    1. You can use the Navigation Menu widget. Just create a new menu with the pages you want to include.

    2. This should help: https://wordpress.org/plugins/lightweight-social-icons/

    Let me know.

    #601143
    Alice

    Hi to follow up on this thread

    1. I have three text widgets in the footer widget. Is there a formatting tool for text widget? So far I have to change font and style in another tool and copy the result into GP text widgets.

    2. The lightweight social icon plugin works.

    My test site is at: http://webhost.datiphy.com/gptest/

    #601226
    Leo
    Staff
    Customer Support

    The font is inheriting from Typography > Body.

    The font size can be changed in Typography > Widgets > Content.

    Let me know if this helps.

    #603085
    Alice

    Does this mean in the footer widget there can be only one font size, unless I create different text widgets for different font size?

    #603180
    Leo
    Staff
    Customer Support

    We can use CSS to set different size if you’d like.

    For example:

    .footer-widget-3 .widget {
        font-size: 20px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    If you let me know the specific requirements you want for each widget I can provide the full code 🙂

    #603961
    Alice

    For example, if I’d like to

    Company Name (in 32px)
    Address in US (20px)
    email address (15px with blue color and underlined)
    (add 1.5 line spacing)
    phone number (15px)

    How do I achieve such effect in the same footer widget text box?

    Paul

    #604024
    Leo
    Staff
    Customer Support

    Hmm that case you it might be better to just use HTML inline style:
    https://www.w3schools.com/html/html_styles.asp

    If you aren’t comfortable writing HTML, it might actually be easier if you configure everything using the Visual editor in Edit Page or Edit Post screen, switch to text editor, copy and paste the code into the footer widget text widget.

    Let me know if you need more info 🙂

    #604103
    Alice

    Yes, copy/paste from visual editor result does sound easier. Which Edit Page is this? Is it part of WordPress or part of Elementor?

    #604506
    Leo
    Staff
    Customer Support

    Part of WordPress.

    Basically create a new page or new post 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.