• Resolved BARTNKCMO

    (@bartnkcmo)


    Ok I had an old version of the child theme but for some reason it does not want to work properly. The main customizr theme works perfectly with woocommerce . But when I try to utilize the child theme when you goto checkout it just hangs and spins circles and will not let you proceed to paypal ….

    Very Frustrating. If anyone has the coding to fix the issue in the style.css and the functions.php it would be greatly appreciated.

    I was hoping to have everything up and running before Black Friday but looks like I’ll surely miss that.

    Thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Link to site would help fix it today?!!

    Thread Starter BARTNKCMO

    (@bartnkcmo)

    OOPS sorry about that eatgafftaperadio.com

    Have looked and seen problem, but no solution I can see yet. woocommerce.css seems to source the problem, but don’t know why.

    Thread Starter BARTNKCMO

    (@bartnkcmo)

    That is weird seeing as it works in the regular customizr theme.

    Wonder if I should possibly copy the customizr index.php to the child theme possibly ?

    below what my current child theme looks like is the style css in the quotes below along with the function.php in quotes

    “?/*
    Theme Name: voodoo
    Description: A Child Theme
    Template: customizr
    */”

    ” ?<?php ”

    Thread Starter BARTNKCMO

    (@bartnkcmo)

    I tried to copy the index.php but that was no help …

    Thread Starter BARTNKCMO

    (@bartnkcmo)

    Ok finally got the child theme to work so far but noticed when I add anything to the Functions.php it does not play happy with it Also noticed that if I insert the ( inc folder and the parts folder ) into the child theme and try to edit the main footer file it does not like those changes either.

    The child theme folder consists of style.css , function.php copies of customizr header and footer an inc folder with parts folder inserted and the main footer file

    /*
    Theme Name:     Customizr Child
    Theme URI:      https://themesandco.com/customizr
    Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
    Author:         Nicolas Guillaume (nikeo)
    Author URI:     https://themesandco.com
    Template:       customizr
    Version:        1.0.0
    */
    
    /* Your awesome customizations start right here !
    -------------------------------------------------------------- */
    <?php
    /**
    * This is where you can copy and paste your functions !
    */

    Hi,

    You should only add your custom css in style.css file of your Child Theme. You can add your custom PHP codes in functions.php

    Do not copy other files and folders into your child theme, this will mostly likely crash your website if you update your Customizr Theme ( Parent Theme )

    For any area that you want to customize, open up the theme and see if there is any filter or action hook for you to add your content. Write your function in your child theme’s function.php to use the filter or hook to add your content.

    Hope this helps.

    Thanks!

    Thread Starter BARTNKCMO

    (@bartnkcmo)

    @denzel Chia

    ” You should only add your custom css in style.css file of your Child Theme. You can add your custom PHP codes in functions.php ”

    There was an issue of trying to create the proper child theme and finally got something to work. Not completely but it is somewhat functioning.

    And only the portions that were copied into the child theme recommend by the directions from the authors website such as header.php , footer.php ,inc folder along with parts folder and 1 main footer file. So I can make changes and not mess with the core functions that usually get updated

    What I am finding is that the new version of woocommerce is having issues with the recent update.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Updated child Theme for download? HELP’ is closed to new replies.