Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zen2112

    (@zen2112)

    Thank you for your help Jose Castaneda and stephencottontail. I used Flat Bootstrap theme instead of this one.

    You can edit this in sidebar-pagebottom.php. You could use that code as an example to create a text widget to assign to the Page Bottom location

    Thread Starter zen2112

    (@zen2112)

    Thanks for your quick reply. Here’s what Elicit pulls in now via the functions.php file

    function elicit_scripts_styles() {
    	wp_enqueue_script( 'elicit-scrol', get_template_directory_uri() . '/js/scroll-to-top.js', array('jquery') );
    	wp_enqueue_style('bootstrap-css', get_stylesheet_directory_uri() . '/css/bootstrap.min.css');
    	wp_enqueue_style( 'elicit-style', get_stylesheet_uri());
    	wp_enqueue_script('elicit-bootstrap-js', get_template_directory_uri().'/js/bootstrap.min.js', array('jquery') );
    	wp_enqueue_style('font-awesome', get_template_directory_uri() .'/fontawesome/css/font-awesome.min.css');
    	wp_enqueue_style( 'dashicons' );
    
    }

    How would you enqueue that?

Viewing 3 replies - 1 through 3 (of 3 total)