Samuel O.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update firewall.php for changed IP address?By default WordPress does not provide any functionality to whitelist IPs.
You can use a plugin like this: https://wordpress.org/plugins/awesoft-ip-whitelist/
Forum: Fixing WordPress
In reply to: Error message on front end checkout after updateAfter updating WordPress, did you also update plugins? It seems you are using this plugin and there is some issue with it.
Forum: Fixing WordPress
In reply to: Change Header Font Color and Enlarge Tagline FontLike this?
https://drive.google.com/file/d/1zdrZcZ_eEZWnwTXb5IvliWhWLIAtrIXC/view?usp=sharing
- This reply was modified 1 month, 3 weeks ago by Samuel O.. Reason: added screenshot link
Forum: Fixing WordPress
In reply to: Redierection vers des site inconnusCan you please share your site URL so that it is more clear?
Pourriez-vous partager l’URL de votre site afin que ce soit plus clair ?
Forum: Requests and Feedback
In reply to: Autosave is the worst thing since auto updateAlternatively if you are familiar with coding then you can also add below code snippet at the end in your theme’s functions.php file & you wont need a plugin.
add_action( 'admin_init', 'disable_autosave' );
function disable_autosave() {
wp_deregister_script( 'autosave' );
}Forum: Fixing WordPress
In reply to: Database connection failedIt appears your DB has got deleted. What is the correct URL of your website by the way?
May I know the website URL and what all plugins you had installed? That might help dig down to the issue.
Forum: Fixing WordPress
In reply to: Admin locked outConnect to your webserver using FTP and look for that plugin in wp-content/plugins/ folder. Then delete that plugin from there. This would stop asking 2FA and let you login with regular username and password.
Forum: Fixing WordPress
In reply to: continuous iphone incompatibility with wpI visited crea visual from iPhone 13 chrome. Nothing is broken. All sections are coming one below other. Hamburger menu working fine. Text is readable. Images are visible.
Can you please clearly highlight the problem you are facing? Which iOS version, browser, screenshots etc?
Forum: Fixing WordPress
In reply to: Gutenberg: How does templates work????Forum: Fixing WordPress
In reply to: Logo is causing high CLS (Cumulative Layout Shift) on desktop. Why?Glad to know you were able to resolve the issue.
Forum: Fixing WordPress
In reply to: Font different in preview and live, clearing plugins didnt helpThen please try replacing the URLs. In first input field provide URL as http://www.vielzunett.de/ and in the second input field provide the URL with https://www.vielzunett.de/
Check for more details – https://elementor.com/help/i-changed-the-url-of-my-website-and-elementor-does-not-work-anymore/
Forum: Fixing WordPress
In reply to: Font different in preview and live, clearing plugins didnt helpAs I can see, the fonts are not loading on the front end.
Please try “Clear Files and Data” within Elementor. Check this – https://elementor.com/help/regenerate-css-data/
Forum: Fixing WordPress
In reply to: Logo is causing high CLS (Cumulative Layout Shift) on desktop. Why?Good. Do you also have the
preloadselected in the font settings?Forum: Fixing WordPress
In reply to: Logo is causing high CLS (Cumulative Layout Shift) on desktop. Why?I do not see any error with the logo, however I do see the width and height related error for the hero image. I see you have given explicit width and height still page speed insights is flagging it, that is strange.
There is another issue where you can take action and it is related to fonts. Please use following CSS to reduce the CLS error associated with loading of web fonts:
font-display: swap;