SVG files and wordpress

You’re going to have to edit your functions.php file and add a few lines. This article has a better explanation. I suggest you try here if you haven’t already. https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/

Failed to connect to PC:21 – WordPress & XAMPP

Generally speaking, on a local development environment I wouldn’t rely on FTP as an update solution. Fortunately your issue isn’t specific to XAMPP or Apache, but rather a question of server permissions in general. This is good news because it means the following WordPress documentation for Automatic Updates may contain some useful information for you. … Read more

Search and Replace in Windows XAMPP site

you have the new database selected, then run some sql updates and replacement commands on the tables notably, wp_options, wp_posts, wp_postmeta. UPDATE wp_options SET option_value = replace(option_value, ‘https://livesite.com’, ‘http://localhost/sitename’) WHERE option_name=”home” OR option_name=”siteurl”; UPDATE wp_posts SET guid = replace(guid, ‘https://livesite.com’,’http://localhost/sitename’); UPDATE wp_posts SET post_content = replace(post_content, ‘https://livesite.com’, ‘http://localhost/sitename’); UPDATE wp_postmeta SET meta_value = replace(meta_value, ‘https://livesite.com’, … Read more

Fatal error: Out of memory with the Duplicator plugin

I had the same problem. And I though that this might be due to the size of my MySQL file(5GB). So I selected the advanced option for the database upload which is to upload the database manually. I didn’t succeed doing so through the phpMyAdmin interface, instead I imported it through mysql cli with : … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)