Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Color of bullet points #17637
    GinaL
    Member

    Cool.. the tag is missing.. ups
    The sentence should be “in the li tag inside the content area”

    in reply to: Social icons in site-info #17285
    GinaL
    Member

    Thank you so much, it works. Now I have to do some experiments, how I can layout my link and the other content of site info in one row. Although..would be obliged you know a simple hint 🙂

    in reply to: Social icons in site-info #17283
    GinaL
    Member

    done, sorry it was my fault, I’ve copy the whole php into the child theme’s functions..what a *
    Now I can see the icons left in site info. Would you mind to help me, get them in right floating position.

    in reply to: Social icons in site-info #17281
    GinaL
    Member

    If done this at the end of the functions php, but it causes:

    Fatal error: Cannot redeclare catcheverest_custom_header_setup() (previously declared in /homepages/6/d457812107/htdocs/wp-content/themes/catch-everest/inc/custom-header.php:39) in /homepages/6/d457812107/htdocs/wp-content/themes/catch-everest/inc/custom-header.php on line 79

    Any idea, wrong place for inserting?

    in reply to: Social icons in site-info #17277
    GinaL
    Member

    argh, sorry did not see your post..
    I need to do this in the function php? I’ve worked with the footer 🙁
    I will change this immediately..

    in reply to: Social icons in site-info #17275
    GinaL
    Member

    So I’ve done the call like this
    <div id=”site-generator” class=”container”>
    <?php
    /**
    * catcheverest_before_site_info hook
    */
    do_action( ‘catcheverest_before_site_info’ ); ?>

    <div class=”site-info”>
    <?php if ( function_exists( ‘catchwebtools_social_icons’ ) ) catchwebtools_social_icons(); ?>
    <?php

    Is it the right position? What is the next step?

    in reply to: Social icons in site-info #17253
    GinaL
    Member

    Thank you, I would be so glad, if you can guide me. I have a child theme and I’ve done some experiments with the footer inside – no chance alone. Would you be so nice and tell me how I can hook the Icons an show them on my favorite position. Thank you so much in advance at greetings from Bavaria.

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