Instagram Widget details not displaying

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7814
    kenbong
    Participant

    Dear Support Team,

    I just added the Instagram widget onto my site and it is not displaying any of my company information or the follow button.

    My website is marinediscoveryholidays.com

    Any help would be appreciated

    Thanks!
    Ken

    #7816
    Support Team
    Keymaster

    Hello @kenbong,

    The Instagram widget in the front page widget area is designed in the Travel Log theme to display the tiled photos of images feed from your Instagram profile provided in the widget options.

    If you wish to display the widget title and the follow us on Instagram button/link in the front page widget Instagram section, you can display the links and title by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS:

    .travel-log-front-page-full-width-widget .widget.ws_theme_addons_instagram .follow-button {
        display: block;
        margin-bottom: 25px;
        font-style: italic;
        font-family: Playfair Display Italix;
        font-size: 12px;
        letter-spacing: 0em;
        word-spacing: 0em;
        line-height: 1.4em;
        color: #6b6764;
        text-transform: none;
        font-weight: normal;
        text-align:center;
    }
    .travel-log-front-page-full-width-widget .widget.ws_theme_addons_instagram .widget-title {
        display:block!important;
        text-align: center;
        text-transform: uppercase;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 10px;
        background: none;
        border-left: none;
    }

    This will display the links to your Instagram page from the widget.

    If you have any issues/queries or requests further, please feel free to write back to us.

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.