Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter aronce

    (@aronce)

    Yes I understand what you means, but WordPress as you known has the possibility to start with a static page not a only a blog. Just after a new installation (with the twenty twenty-one theme) the start-up is a static landing page showing three painting of Mme Morissot. But it is not the case, WordPress shows a blog page with in addition a problem because the main menu is not available. I think it’s a bug because this appears with a new release of WordPress or the theme. It is not a critical problem because we don’t use twenty twenty one theme.
    Best Regards
    AR

    • This reply was modified 3 years, 5 months ago by aronce.

    Hi,
    sorry for upsetting you, in fact because you say you typed a shortcut by mistake it could point to this trivial possibility (I agree with you obviously). I just wanted to help, we never know who we are dealing with.
    Other reasons are that I went to visit your site and I did not notice the small font, and also that it also affects the backend.
    Example what I’ve seen
    Best Regards,
    AR

    • This reply was modified 5 years, 4 months ago by aronce.
    • This reply was modified 5 years, 4 months ago by aronce.

    Hello,
    It seems you have change the zoom function of your browser. Try to hit simultaneously the keys Ctrl and + to increase the zoom and restore the 100% value. It’s not a problem with your site or WordPress.
    Best Regards,
    AR

    Hello,
    The website indicated is not a wordpress site. It seems your site has been hacked. You can check the file dates using FTP for example to see when the hacking has been executed.
    Best Regard,
    AR

    Thread Starter aronce

    (@aronce)

    Hello,
    Thank you very much, so I have installed [CB Mail Sender] Plug-in. It works fine however it is not verified for the last wordpress 5.2.2 (but for a close release). I have used a working email adresse instead og no_reply@ to avoid spam detection as explained in some websites.
    Best Regards
    AR

    Hi
    additionnal informations, because my previous participation is ambiguous and not complete. The last release for Google RECAPTCHA is V3, that’s the reason if you have a V2 keys you need to install the patch V2 plus-in for Contact Form 7. The keys should be installed of course in the [Contact] Menu rCaptcha functions. Also you have to select the version V2 in [reCAPTCHA v2] menu.
    Best Regards,
    AR

    Hello,
    Because it seems you are using Contact Form 7 plug-in, be sure it is at the last release (5.1.3), install also the [Contact Form 7 – reCAPTCHA V2] because new Captcha v2. Perhaps it is why it is not working for you. The only thing you have to do with your form is to insert the form-tag [reCAPTCHA size:compact]. This could help you. No need for additional plug-in.
    Best Regards
    AR

    Hello,
    As explained by Steve, it is not a problem with your CMS WordPress, but a problem with your hosting company (probably Webcentral). The domain adminsanity.com.au and your site share the same certificate (COMODO not LestsEncrypt), this is a misconfiguration.
    Best regards
    AR

    Thread Starter aronce

    (@aronce)

    Hello,
    Thank you for your answer, so I’ve tried on an other computer of mine (thinking it was due to the last release 1903 of W10) and Edge was working correctly on this computer like you. Because the W10 release was 1809 on the PC, I’ve update windows to 1903 and Edge continue to work correctly. I have reinstalled Edge on the first computer, and finally Edge is working correctly. The problem was Edge itself probably corrupted for an unexplained reason.
    Best regards
    AR

    Thread Starter aronce

    (@aronce)

    Hello,
    Please find the content of the functions.php file

    <?php
    /**
    **  activation theme
    **/
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
    ?>

    with the following style.css file :

    /*
    Theme Name:     Graphene Child Theme
    Description:    Theme enfant pour Graphene
    Author:         Association Commassoc
    Author URI:     https://www.commassoc.net
    Template:       graphene              
    Version:        0.1.0
    */

    We have tried also an alternative solution with only the following style.css file :

    /*
    Theme Name:     Graphene Child Theme
    Description:    Theme enfant pour Graphene
    Author:         Association Commassoc
    Author URI:     https://www.commassoc.net
    Template:       graphene              
    Version:        0.1.0
    */
    @import url("../graphene/style.css");

    with exactly the same result. My feeling is that a loop is created consuming memory by WordPress due to a cause in relation with the theme graphene.

    Best Regard,
    AR

    Thread Starter aronce

    (@aronce)

    Hello,
    The test has been done with a minimum a things : only WordPress 4.9.6 and Graphene theme, nothing else. The error appends exactly when activating the child theme. Then It is possible to access to the backend and reactivate the original graphene theme.
    If possible, I will check with an old release of WordPress, different versions of PHP to try to identify a cause.
    Best Regards
    AR

    Thread Starter aronce

    (@aronce)

    Thank for your answer,
    We have increased in the initialization file php.ini the value for memory_limit to 1024M (just for test) and restarted the web serveur apache. The same problem was found. We have tried both on the real hosting server (Gentoo based OS) and on a local development serveur running XAMPP (two releases, one with PHP 5.5 ans the second with PHP 7). This seems to be something that looks like a loop.

    The function where the problem is found (class.wp-dependencies.php) is :
    public function all_deps( $handles, $recursion = false, $group = false )
    ...
    foreach ( $handles as $handle ) {
    $handle_parts = explode('?', $handle);  << here is the error

    Best Regards
    AR

    • This reply was modified 6 years, 6 months ago by aronce.
    • This reply was modified 6 years, 6 months ago by aronce.
    Thread Starter aronce

    (@aronce)

    Hi,
    Here are additionnal elements to help :
    1) I am using XAMPP, so a local site on a PC with Windows.
    2) On a MAC with OSX there is no problem, testing PHP is OK
    So, it seems that (may be) the problem is with the CharSet (or something close).
    Perhaps the problem is not present with a Linux Server bus I don’t want to take risks with an online website.
    Best Regards,
    AR

    Thread Starter aronce

    (@aronce)

    Thank you for your answer,

    Unfortunuatly this method is not working, my problem concerns only the graphene theme, I have not any problem with other themes. To be sure I have tested with the @import solution instead of the method taht I am using (i.e. through an action in functions.php file that is considered as a better solution in the codex). I found the same problem.
    I suppose that the author of the theme has implemented a code somewhere to avoid the possibity to create a child theme.

    Info : the error “Fatal error: Allowed memory size exhausted” is in wp-includes\class.wp-dependencies.php

    Best Regard
    AR

    Thread Starter aronce

    (@aronce)

    Hello
    Test with PHP version 5.5.15 : I found the same problem

Viewing 15 replies - 1 through 15 (of 15 total)