badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Carol

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Slider Height #20790
    Carol
    Participant

    This did not work, even when I go back the the interface pro version (not the child theme). I make the slider changes in the functions php nothing happens after I save the new code. No matter what I do the slider height will not change. I don’t know…..

    Carol

    in reply to: Slider Height #20786
    Carol
    Participant

    I’ll give it a go thank you!

    in reply to: Slider Height #20647
    Carol
    Participant

    Hi This did not work and I will assume I am doing something wrong. 🙂

    This is the Functions code in my child themes folder via Blue Host, and/or the functions.php on the backend of my child theme in the editor under appearance.

    ……………….

    <?php
    // Exit if accessed directly
    if ( !defined( ‘ABSPATH’ ) ) exit;

    // BEGIN ENQUEUE PARENT ACTION

    if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
    function chld_thm_cfg_parent_css() {
    wp_enqueue_style( ‘chld_thm_cfg_parent’, get_template_directory_uri() . ‘/style.css’ );
    }
    endif;
    add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );

    // END ENQUEUE PARENT ACTION

    ……………………

    Where exactly do I put the new code & how exactly to I put it in?

    I do not know PHP. As you can see…

    Thank You – Carol

    in reply to: How to get rid of search button in menu. #13147
    Carol
    Participant

    Never mind I found the answer……

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