Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • angsto Friend
    #832042

    Hi All,
    I have problem with icons on social links module in localhost with quickstart and also on http://ja-fixel.demo.joomlart.com/index.php/en/.
    Can someone told me why? See attachment…


    1. Untitled-15
    Pankaj Sharma Moderator
    #832726

    Hi
    could u Provide us the problem u getting in this module . Because the screenshot and demo site have same social icons .

    angsto Friend
    #832915

    I don’t know, why I see like second attachment.


    1. sociallink-fr
    2. sociallink-fr1
    Pankaj Sharma Moderator
    #832920

    Hi
    In this case i suggest you to make site live and share details here so i can assist you better .

    angsto Friend
    #832923
    Pankaj Sharma Moderator
    #832996

    Hi
    We used Addthis share buttons , As u know Addthis changes their platoform a lot that result the change in the button design . These are the default buttons at this time .You can choose the button from the Addthis site or use below code in custom.css

    .addthis_toolbox.addthis_32x32_style span {
        width: 60px!important;
        height: 55px!important;
    }
    .addthis_32x32_style .at-icon {
        width: 60px!important;
        height: 55px!important;
    }

    Change the height to adjust them as per needs .

    angsto Friend
    #833797

    Can you tel me why this part not work?

    .social-link .addthis_toolbox > a > span.at4-icon {
      background-color: transparent !important;
      background-image: url("../images/ico-social.png") !important;
      background-size: inherit !important;
      height: 60px !important;
      line-height: 60px !important;
      width: 60px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-facebook {
      background-position: 0 0 !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-facebook:hover {
      background-position: -60px 0px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-twitter {
      background-position: 0 -60px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-twitter:hover {
      background-position: -60px -60px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-youtube {
      background-position: 0 -180px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-youtube:hover {
      background-position: -60px -180px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-instagram {
      background-position: 0 -120px !important;
    }
    .social-link .addthis_toolbox > a > span.at4-icon.aticon-instagram:hover {
      background-position: -60px -120px !important;
    }
    .light-mainnav .social-link .addthis_toolbox > a > span.at4-icon {
      background-image: url("../images/ico-social-light.png") !important;
    }
    .light-mainnav .social-link .addthis_toolbox > a > span.at4-icon:hover {
      background-color: #cdcdcd !important;
    }
    
    Pankaj Sharma Moderator
    #833807

    Hi
    the code may not working as the classes present in the code does not match with the code running on site or the bg image does not exist on your site, due to Addthis changes in their classes .
    I spent a lot of time to fix issue . use this code in custom.css

    .addthis_toolbox.addthis_32x32_style span {
    height: 60px!important;
    width: 60px!important;
    }

    .addthis_32x32_style .at-icon {
    padding: 15px;
    background-color: transparent !important;
    background-image: url("../images/ico-social.png") !important;
    background-size: inherit !important;
    line-height: 60px !important;
    }

    Now they will use the bg image and its size again.
    Note : Above suggestion is based on demo site > http://prntscr.com/9jr0e3

    angsto Friend
    #835473

    I just want to have Front-end Appearance like original quickstart. You can see:
    https://www.joomlart.com/documentation/joomla-templates/ja-fixel#custom-html
    and #7. Social Link…
    Why this not work?

    Pankaj Sharma Moderator
    #835549

    Hi
    I created bu report to development it , It will be fixed in next update of template. Meanwhile u can try the fix provided by me .
    You can track it here
    Stay Tuned .

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum