Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Due to the way the theme is built, the social links can’t be placed like on Typecore without heavy modifications – which is a bit beyond what I can assist with.

    I would use Typecore and set styling to Light in styling options perhaps?

    Thread Starter riyananu

    (@riyananu)

    well i decide to using enspire .
    but why if im using static page i can’t see carousel and sidebar in my homepage ?
    it only appear if i choose my front page as ‘ your latest post ‘

    Theme Author Alexander Agnarson

    (@alxmedia)

    To modify where the carousel appears you need to edit /inc/subheader.php with a child theme and edit line 1, where it says:

    
    <?php if ( is_home() && !is_paged() ): ?>
    

    That means that it only shows for posts homepage and not on paged pages.

    You can remove the entire line and the:

    
    <?php endif; ?>
    

    On line 19, if you want to show the carousel on all pages.

    Thread Starter riyananu

    (@riyananu)

    im already delete
    line 1

    <?php if ( is_home() && !is_paged() ): ?>
    

    and line 19
    <?php endif; ?>

    but i still didnt see carousel on static page

    • This reply was modified 5 years, 7 months ago by riyananu.
    Thread Starter riyananu

    (@riyananu)

    Solved : i edit some code in featured.php
    thanks for giving a clue alex !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to have social link like in sidebar like typecore ?’ is closed to new replies.