aronce
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Static page on first installYes 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.
Forum: Fixing WordPress
In reply to: Size of typeface appearance in viewHi,
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,
ARForum: Fixing WordPress
In reply to: Size of typeface appearance in viewHello,
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,
ARForum: Fixing WordPress
In reply to: My WordPress site redirecting to a Spam site on Google searchHello,
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,
ARForum: Fixing WordPress
In reply to: email address for sender is ‘wordpress’ when managing usersHello,
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
ARForum: Fixing WordPress
In reply to: reCaptcha plugin mysteryHi
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,
ARForum: Fixing WordPress
In reply to: reCaptcha plugin mysteryHello,
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
ARForum: Fixing WordPress
In reply to: This server could not prove that it is mysite.com errorHello,
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
ARForum: Fixing WordPress
In reply to: Compatibility with Edge browser when creating a new userHello,
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
ARForum: Themes and Templates
In reply to: [Graphene] UNable to create a child ThemeHello,
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,
ARForum: Themes and Templates
In reply to: [Graphene] UNable to create a child ThemeHello,
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
ARForum: Themes and Templates
In reply to: [Graphene] UNable to create a child ThemeThank 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
ARForum: Plugins
In reply to: [Child Theme Creator by Orbisius] PHP Syntax Check errorHi,
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,
ARForum: Themes and Templates
In reply to: [Graphene] UNable to create a child ThemeThank 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
ARForum: Plugins
In reply to: [Child Theme Creator by Orbisius] PHP Syntax Check errorHello
Test with PHP version 5.5.15 : I found the same problem