• Resolved montyie

    (@montyie)


    Hi,
    It’s such a great theme, I’ve been looking for somthing like that for a while. Thank you so much! I have two questions:

    1. Is it possible to insert my own fav icon from url, as it is not on the fontawesome?

    2. Is it possible to move the slider from the very top of the page to the bottom of the page or even to the footer?

    Thanks in advance for help!

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

    (@alxmedia)

    Sorry for the late reply, I’ve been busy with life stuff.

    1) If you mean for social links, that is currently not possible without some extensive changes to the code of:

    
    function minimer_social_links() { }
    

    On line 327-354 in functions.php. It’s unfortunately beyond what I can assist with here.

    2) To do this, you need to edit header.php and footer.php with a child theme.

    Remove this from header.php:

    
    <?php get_template_part('inc/featured'); ?>
    

    And put it where you want it to show up in footer.php instead.

    Thread Starter montyie

    (@montyie)

    Thank you Alexander!

    One more thing, if you don’t mind…

    Comment’s cookies opt in box is misplaced. Is it possible to fix it so it’s in the same line with text?

    SCREEN

    • This reply was modified 4 years, 9 months ago by montyie.
    • This reply was modified 4 years, 9 months ago by montyie.
    Theme Author Alexander Agnarson

    (@alxmedia)

    Try adding this as additional css:

    
    #commentform .comment-form-cookies-consent { padding: 10px 0; }
    #commentform .comment-form-cookies-consent label { display: inline; }
    
    Thread Starter montyie

    (@montyie)

    It works, thank you Alexander.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My own fav icon + slider position’ is closed to new replies.