Problems with update from 1.1.3 to 1.2 - Acme Themes

Best Premium and Free WordPress Themes Forums Infinite Photography Problems with update from 1.1.3 to 1.2

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #18113
    cwjs
    Participant

    Hi,
    I have updated from 1.1.3 to 1.2 and lost a lot of the design of the theme, the black border has gone and the title etc is just black writing on a white background. I am using a child theme so I did not expect to loose what is a standard part of your theme, do you have any idea why please.

    Thanks

    Clive

    #18115
    acmethemes
    Keymaster

    Hello cwjs,
    Can you please check all the settings on appearance > customize and check all the options there. Hope you will get the options to manage every setting for the updated features. Please check once and let us know.

    Regards

    #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

    #18124
    acmethemes
    Keymaster

    Hello Cwjs,
    Instead of creating the child theme from plugin, we suggest you to make child theme yourself. Please read this blog post and try to make the child theme easily.
    If the same issues arise on that as well, please check by clearing cache. Please let us know the site url as well. We will check from here too.

    Thank you

    #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

    #18141
    acmethemes
    Keymaster

    Oh, we are extremely sorry for that. Please here is the link. https://www.acmethemes.com/blog/2016/07/child-themes-and-its-importance/

    Thank you

    #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

    #18195
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.