Okay
  Public Ticket #989011
footer social icons
Closed

Comments

  • Sunil started the conversation

    hello

    there are currently 5 social icons in the footer, i wish to remove and add few social icons. 

    however, i cannot figure out where to do do this ?
    In the social settings, i can only see links, 

    let me know..

    tks-sunil

  •  2,005
    Ocean replied

    Hello, 

    Please use theme latest version 1.2

    => Delete old Eleos theme and re-install via wordpress admin upload and install.

    Changelog: 

    15/12/2016 - Verion 1.2
    - Updated: Theme Compatible with WordPress 4.7
    - Updated: Visual Composer 5.0.1
    - Updated: Font-Awesome 4.7.0
    - Removed: remove folder plugins in eleos/framework/ and from Eleos 1.2 is install plugins online source.
    - Files update : vc_row.php, vc_column.php, functions.php,  style.css

    07/07/2016 - Version 1.1
    - Updated: Visual Composer 4.12
    - Updated: social icon missing on footer
    - Files update : vc_row.php, style.css, template-tags.php

    25/04/2016 - Version 1.0.1
    - Updated: Font-Awesome 4.6.1
    - Updated: OT Visual Composer plugin
    - Fixed bugs in some files : sample-config.php, functions.php

    Thanks

  • Sunil replied

    Ok, 

    i have one more issue, when i view the top main banner slider in the mobile,

    my product gets cut off. 

    Is there some way we can show the banner in mobile view without cutting the image ?

    pls check both versions desktop and mobile & notice the main slider images,

    you will notice the banner image cuts off in mobile view : 320 x 480 pixels.

    let me know if any solution ?

    tks-sunil


  •  2,005
    Ocean replied

    Hi,

    Sorry, it's impossible.

    If not cutting the image, on mobile is very bad.

    You can try adding css code here http://www.awesomescreenshot.com/image/431375/60a65bbd73398f66ec983fe267a49737

    @media (max-width: 767px){
    #owl-top .item{ background-size: contain; }
    }