Acme Themes

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Problems with update from 1.1.3 to 1.2 #18189
    cwjs
    Participant

    Hi,

    Thank you, that fixed it, I am still not sure what was wrong with the other child theme but using the one you suggested has worked fine.

    Regards

    Clive

    in reply to: Problems with update from 1.1.3 to 1.2 #18138
    cwjs
    Participant

    Hi,

    You said “this blog post” but did not put a link to the post you were talking about
    My website is wateratairports.com
    Clive

    in reply to: Problems with update from 1.1.3 to 1.2 #18120
    cwjs
    Participant

    Hi,

    I checked all the settings and they were the same, I then tried the reset option at the bottom and it is still the same, If I do not use the child theme it works, the child .css is just comments, this is what the child function.php contains

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

    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below:

    if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
    function chld_thm_cfg_parent_css() {
    wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’, array( ‘infinite-photography-bxslider-css’,’infinite-photography-fontawesome’,’magnific-popup’ ) );
    }
    endif;
    add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’, 10 );

    // END ENQUEUE PARENT ACTION

    This came from a child-theme plugin

    Clive

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