How to correct the mistakes of my footer?

This topic has 11 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: Webacto
    Webacto
    Participant
    September 8, 2015 at 10:17

    Hello,
    I need your assistance to build a footer like this one:
    http://lococostyle.com/img/f.png

    What mistake I made in my actual composition?

    Why I haven’t three columns vertical aligned side by side ?

    And how can I add band violet above the footer, as showed in the image?

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 8, 2015 at 10:27

    Hello,

    You forgot to select your custom footer block in page settings.
    Please see screenshot: http://prntscr.com/8dxjsm

    Regards,
    Robert Hall.

    Avatar: Webacto
    Webacto
    Participant
    September 8, 2015 at 13:31

    Perfectly adjusted!

    And what about add the orizontal violet section above the grey footer?

    Avatar: syn
    mkep
    Participant
    September 8, 2015 at 13:34

    Don’t leave your WordPress credential for everybody !!!!

    Avatar: Webacto
    Webacto
    Participant
    September 8, 2015 at 13:42

    I need to cancel Twitter, gmail and Pinterest share icons (and links) from share block and also add a new instagram icon in it.

    How to manage these changes?

    Avatar: Webacto
    Webacto
    Participant
    September 8, 2015 at 13:53

    You’re right, can you cancel my credential or my message please?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 8, 2015 at 15:03

    Hello,

    You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”) and add this code after line 2010:

    if($instagram == 1) {
    $html .= '
    <li>
    <a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
    <i class="ico-instagram"></i>
    <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
    <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
    </svg>
    </a>
    </li>
    ';
    }

    and
    'instagram' => 1,after line 1927

    Regards,
    Robert Hall.

    Avatar: Webacto
    Webacto
    Participant
    September 9, 2015 at 22:09

    Thanks you! Now I’ve a perfect share widget.

    The last two smalls details to solutionate about my footer (showed in the image)
    http://lococostyle.com/img/f.png

    A. How to insert the orizontal violet section above the grey footer?

    B. And why I have 4 coloumns in my footer if I’ve composed a static block footer with only 3 columns (and 3 adicional widgets).

    Where the column on the flickr photos came from ?
    How to delete it or replace it with the widget tags ?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 10, 2015 at 08:22

    Hello,

    1. I’ve created a row in your “footer” static block and added background color. Also added this code in Global Custom CSS:

    .main-footer {
       padding-top: 0px;
    }

    Please check footer.

    2. I’ve added “8theme – Static Block” widget to “Footer 2” area in Appearance > Widgets. Please check your footer now.

    Regards,
    Eva Kemp.

    Avatar: Webacto
    Webacto
    Participant
    September 10, 2015 at 15:39

    Great!
    Thanks
    🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    September 10, 2015 at 15:49

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 11 results - 1 through 11 (of 11 total)

The issue related to '‘how to correct the mistakes of my footer?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.