AUTHOR SOCIAL ICONS

  • Posted in : Impose
  • milopele
    Participant

    Hello,
    1.I have question about Author social icons, in impose theme is this option in widget, but where I set social icons/links these social icons/links are same under every author. Is there any solution how can I set that separately for every author?

    Some additional questions:
    2. About main-slider: Is possible to set up full-width for main-slider?
    3. About header: Is possible to set up full-width for header and also set up height?
    4. About posts: In settings are options for Share Links (On/Off), for Author Info Box (On/Off), for Related Posts (On/Off)…etc… but is possible to turn off this feature: PREVIOUS POST and NEXT POST ?
    5. When i setting Content Width in Layout to another value (default value is 940), i thing there is no change.

    Thank you,
    Milos

    serkan
    Moderator

    Hi Milos,
    This theme is designed for single author. It’s personal blog theme. Sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.
    You can use these custom css codes for your second question.

    .post-slider { width: 100%; }
    .minimal-style .owl-theme .owl-nav div { left: 0px; }
    .minimal-style .owl-theme .owl-nav div.owl-next { right: 0px; }

    3. You can use this custom css code;
    .site-navigation .layout-medium { max-width: 100%; }

    4. You can use this custom css code;
    nav.nav-single.row { display: none; }

    5. You can use this custom css code;
    .layout-fixed, .single .site-main .content-area:not(.with-sidebar), .content-area:not(.with-sidebar) .blog-regular { max-width: 940px; }
    Thanks

    vasvalch
    Participant

    Guys, the code in point 5 changes the width of the text, but not the featured image in the blog regular list can you give me the code to change that, too?

    serkan
    Moderator

    Hi vasvalch,
    You can use this custom css code;

    .featured-top { max-width: 940px; }

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register