• Resolved Daniel Godoi Wagner

    (@dannwagner)


    I think an atualization can disabled the changes that I made at functions.php for the plugin. I have a backup of that, but checked and the code is still there:

    Thanks a lot for helping!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author priyankajagtap

    (@priyankajagtap)

    Hi @dannwagner,

    I have replied to you on this from our ticketing system. Please check our response there and we will continue the conversation there at one place. I hope that is fine.

    Thread Starter Daniel Godoi Wagner

    (@dannwagner)

    I received gently a response fro tyche software. But could not understand what I have to do. Since a think it can help other users, I’m posting it here and would help if someone could explain it better, even tyche, for me! Note: that I did not made atualizations on theme.

    We have checked on this and noticed that you have not added the custom code under the functions related to the filters. This means, as you can see, below you have added the function "example_serif_font_and_large_address()" but there is no code present under that function. The same thing happened with other functions too as mentioned below. 
    
    <?php
    
    function example_serif_font_and_large_address() {
    
    }
    
    add_action( 'wcdn_head', 'example_serif_font_and_large_address', 20 );
    
    function Remove_shipping_address() {
    
    }
    
    add_action( 'wcdn_head', 'Remove_shipping_address', 20);
    
    function Remove_head_price() {
    
    }
    
    add_action( 'wcdn_head', 'Remove_head_price', 20);
    
    function example_logo_with() {
    
    }
    
    add_action( 'wcdn_head', 'example_logo_with', 20 );
    
    It might be possible that the code was removed when you updated your active theme. If you have a backup of this code then please add the full custom code in the "functions.php" file of your active theme again. And check if it works fine or not. 

    Do let us know the results. -- Regards, Priyanka Jagtap Website: https://www.tychesoftwares.com/ Facebook: https://www.facebook.com/TycheSoftwares/reviews/ Twitter: @tychesoftwares Join our Facebook Community Group
    Plugin Author priyankajagtap

    (@priyankajagtap)

    Hi @dannwagner,

    As you know, we are already communicating on this on our support ticket. So we will continue our communication there itself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘functions.php is Ok but not working’ is closed to new replies.