Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 7 years, 11 months ago merem_m
    Participant

    Expired

    in reply to: Problem with icon search and extra side navigation show button (not appears)

    problem with side plugin
    css conflict

    resolve by myself

    in child functions php now like:

    Function child_enqueue_scripts() {

    wp_register_style( ‘childtheme_style’, get_stylesheet_directory_uri() . ‘/style.css’  );

    wp_enqueue_style( ‘childtheme_style’ );

    wp_register_style(‘font-awesome-theme’, get_stylesheet_directory_uri() .’/font-awesome.min.css’, array(‘font-awesome’));

    wp_enqueue_style( ‘font-awesome-theme’ );

    }

     

    add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_scripts’);

    • This reply was modified 7 years, 11 months ago by merem_m.
    • This reply was modified 7 years, 11 months ago by merem_m.
Viewing 1 post (of 1 total)

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password