• Dear all, everything was fine until I used Customizr 3.4.31, updating to 4.3.33 my site disappears and I just get a blank page ….
    Everything returns to normal if I reinstall an old version….
    What happens, is possible to fix this problem?

Viewing 15 replies - 1 through 15 (of 23 total)
  • Hi,
    Do take a look at the release note. https://presscustomizr.com/customizr-pro-v1-2-30-customizr-free-v3-4-30-release-note/

    //
    PHP classes and methods have been renamed and made consistent accross the theme :

    class prefixes have been changed from TC_ to CZR_
    method prefixes have been also changed from tc_ to czr_fn_

    One exception : the function tc__f() has been kept unchanged for retro-compatibility.

    The hook’s names have not been modified.

    //

    If you have a child theme, do make appropriate changes as mentioned above.

    Hope this helps.

    Thread Starter mrzpro

    (@mrzpro)

    Hi Menaka, first of all thanks for your prompt reply…..
    If I understand well, using a child theme, I simply have to change the prefixes of the functions contained in functions.php in order to fix the problem, right?

    i updated to v 3.4.33 in my second website and my footer is still disappeared.. my amoforms( contact forms) doesn’t operate and my wp admin bar doesn’t appear. i deleted the theme from server and then i installed it again from wp,i have the same problem….
    maybe within this installation there is conflict between customizr theme and amoForms.

    @eirini7,
    Please open a separate thread ( as you already have) for your issue.

    @mrzpro,
    Well, the class methods’ prefixes only. Please do not resort to a search+replace. If you have trouble identifying, post screenshots of functions.php and I can guide.

    i oped and nobody helped me!thanks

    Thread Starter mrzpro

    (@mrzpro)

    Thank you Menaka

    Thread Starter mrzpro

    (@mrzpro)

    Hi Menaka, I did and have a little result in fact:

    1) pages are displayed until the breadcrumbs
    2) the menu item “Personaggi” was of 4 columns reduced to 3, the fourth starts from “Attuali”

    I’m not in the position to fix it!

    My site is not visible yet…..
    I wait for your help

    Thread Starter mrzpro

    (@mrzpro)

    This is the message I receive with debug:

    __construct()
    . in /home/mhd-01/www.ferentino.org/htdocs/ferwp/wp-includes/functions.php on line 3767

    Maybe it can help

    Thread Starter mrzpro

    (@mrzpro)

    In function.php of the theme are tc_ prefixes is it correct?
    ` //Delay between each slides
    ‘tc_slider_delay’ => array(
    ‘default’ => 5000,
    ‘sanitize_callback’ => array( $this , ‘czr_fn_sanitize_number’ ),
    ‘control’ => ‘CZR_controls’ ,
    ‘label’ => __( ‘Delay between each slides’ , ‘customizr’ ),
    ‘section’ => ‘frontpage_sec’ ,
    ‘type’ => ‘number’ ,
    ‘step’ => 500,
    ‘min’ => 1000,
    ‘notice’ => __( ‘in ms : 1000ms = 1s’ , ‘customizr’ ),
    ‘priority’ => 50,
    ),
    ‘tc_slider_default_height’ => array(
    ‘default’ => 500,
    ‘sanitize_callback’ => array( $this , ‘czr_fn_sanitize_number’ ),
    ‘control’ => ‘CZR_controls’ ,
    ‘label’ => __( “Set slider’s height in pixels” , ‘customizr’ ),…….
    like this

    Thread Starter mrzpro

    (@mrzpro)

    I changed all TC (not tc_f) in CZR in functions.php and in class-footer-footer_main.php in my child theme but nothing changes…..

    My site is still down for maintenance

    Thread Starter mrzpro

    (@mrzpro)

    Hi, at last I went back to the old version 3.4.23 even if I changed functions.php and class-foofter-footer_main.php in my child theme I continued to have problems and visuaalizing only half pages from header to breadcrumbs and the rest is totally blank…..
    If it can help I have the debug.log file let me know where to send it….
    This release generate a lot of errors….

    Hi,
    Sorry for the delay.
    IF you can paste your functions.php on paste bin or similar place, I can help you go through it.

    Thread Starter mrzpro

    (@mrzpro)

    Goodmorning Menaka,
    following the link where you can find my child theme functions.php:

    https://pastebin.com/70taK7Fr

    Take into account as I said I’ve gone back to elder version and now even with this I lost Timeline functionality….

    If you need I can send privatly all access informations

    Thank you for your kind cooperation
    Waiting for news

    Hi,
    If your functions.php (of child theme) contains only the code that you have given above, it required only one change.
    Change line 96 to

    remove_action ( '__header' , array( CZR_header_main::$instance , 'tc_navbar_display' ) , 30 );

    Thread Starter mrzpro

    (@mrzpro)

    I did it again and the problem remain, as you can see at this link:
    Link
    Pages were shown till the breadcrumbs and nothing else, menu has been modified and all the items with 4 columns (Personaggi, Monumenti, Folklore) now have 3 columns…..
    So I think there is a really big problem to fix my site is not usable at all…..
    As said before if you need I can send youy all access info, let me know where I can send them….

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Blank page after updating’ is closed to new replies.