Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1404009
Inline icons
Closed

Comments

  • dmccleod75 started the conversation

    Hi, I would like to use one of the icons after all my external links, but I don't see a way to do that through the admin. I added customized css,            .ext_link:after { content: '\e03e'; }  but this only shows a box outline. Is there a way to do this? 

  •  7,092
    Oliver replied

    Hi, from what pack this icon?  And pls. add screenshot and link to the page where you need to add it.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • dmccleod75 replied

    This is from the elegant icon pack.

    The url is: https://www.dmacupuncture.nyc/continuing-education/

    Thanks.

  •  7,092
    Oliver replied

    Hi, pls. add this code to the functions.php of the child theme:

    function thegem_child_init_icons()
    {
        wp_register_style('icons-elegant', 
        get_template_directory_uri() . '/css/icons-elegant.css');    wp_enqueue_style('icons-elegant');
    }
    add_action('init', 'thegem_child_init');

    And let me know

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • dmccleod75 replied

    That broke my site:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'thegem_child_init' not found or invalid function name in /home/dmccleod75/public_html/wp-includes/class-wp-hook.php on line 298

    Warning: Cannot modify header information - headers already sent by (output started at /home/dmccleod75/public_html/wp-includes/class-wp-hook.php:298) in /home/dmccleod75/public_html/wp-admin/post.php on line 197

    Warning: Cannot modify header information - headers already sent by (output started at /home/dmccleod75/public_html/wp-includes/class-wp-hook.php:298) in /home/dmccleod75/public_html/wp-includes/pluggable.php on line 1210

  •  7,092
    Oliver replied

    Hi, pls. provide the wp-admin and FTP access. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver