dmknows
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The site created in wordpress doesn’t workThanks for the link. I checked the other web pages and I see no problem in opening them.
Forum: Fixing WordPress
In reply to: HOME PAGE ISN”T LOADING PROPERLY- PLEASE HELPYou haven’t specifically said what exactly is the problem with your HomePage. Please be specific and also try to add a link to your website so that someone on the forum can help you by identifying the problem.
Forum: Fixing WordPress
In reply to: The site created in wordpress doesn’t workWithout looking at your website, no one here can help you with that question.
Forum: Fixing WordPress
In reply to: Unable to load my websiteYour database is not linked to the WP installation and that’s what causing this error.
Like you mentioned:
define(‘DB_NAME’, ”); /** MySQL database username */ define(‘DB_USER’, ”); /** MySQL database password */ define(‘DB_PASSWORD’, ”); /** MySQL hostname */ define(‘DB_HOST’, ”);Does your wp-config file look exactly the same? I believe you have replaced the blank entry points with the right credentials.
Put the right credentials and your site should be up in no time.- This reply was modified 5 years, 7 months ago by dmknows.
Forum: Fixing WordPress
In reply to: Bulk product upload for a small businessJust found this https://wordpress.org/plugins/quick-product-image-upload/
This plugin adds a column to the product listing in WooCommerce with links to upload and delete product images.Forum: Fixing WordPress
In reply to: Bulk product upload for a small businessYou can always use external URLS as well. For example, URLs of the images available on the current site can also be used on the new site. Here’s what the Official Document states: “External URLs are supported and imported into the Media Library if used.”
Regarding the subfolders in the Uploads folder, you can always change that option from here: WordPress > Settings > Media. You can also uncheck the box that says ‘Organize my uploads into month- and year-based folders’
For the multiple images, the thing is WooCommerce and WordPress (depending on the theme) use multiple variants (Thumbnail, Original Size, etc.) of a single image and each is required. So, it’s better not to delete anything without taking a backup.
As far as the best practice is concerned, honestly I wouldn’t call it the best because there should be an easier way to upload and link image in WooCommerce than playing with URLs and bulk image uploads. Unfortunately, that’s not. But if you are just moving or copying the same products on a new website/installation, Database methods can save you a lot of time and energy.
Forum: Fixing WordPress
In reply to: Bulk product upload for a small businessThe default plugin allows linking images: You can bulk upload product images to WordPress and then put image URLs in the Image column of the CSV file. You can add multiple images by putting a comma between two URLS. Check this default file for reference:
https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csvIf you want to follow this path, you should put all your images in one place and pay close attention to how you name each of these images (Image file names). By creating a list of the file names, you can use it in the CSV file which will be treated as URLs.
For Example:
Image File Name: Tshirt1.jpg
https://xyz.com/wp-content/uploads/2020/08/Tshirt1.jpg- This reply was modified 5 years, 7 months ago by dmknows.
Forum: Fixing WordPress
In reply to: Bulk product upload for a small businessYes, the defauul WooCommerce CSV looks complicated. The good thing is it can be customized based on what Fields You Require and What Not.
You can export a CSV file from your Website and save it as a file to check which fields you actually use. You can delete the columns that you don’t need and can make a custom template for future use.
You can also read WooCommerce Guide here: https://docs.woocommerce.com/document/product-csv-importer-exporter/
That said, if you’re looking for a standalone plugin, there are some free and premium which you need to explore based on your specific needs.
Forum: Fixing WordPress
In reply to: Https issueMixed Content Issue:
Check this image on your HomePage and replace “http” with “https”
This Image on your Homepage Loads as Insecure Image: https://andyourmind.dk/wp-content/uploads/event-manager-uploads/event_banner/2020/02/indrero-billede.gif
- This reply was modified 5 years, 7 months ago by Jan Dembowski.
- This reply was modified 5 years, 7 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Unable to load my websiteThere’s a problem in your WP-config file.
Make sure the following credentials match with what you have in MySQL.Database Name
Username
PasswordCheck and make changes accordingly to your WP-config file.
Forum: Fixing WordPress
In reply to: Bulk product upload for a small businessWooCommerce has an inbuilt functions to upload products. I use that feature only to upload products all at once using an MS Excel file. Have you tried using the default Product Upload option?
Forum: Fixing WordPress
In reply to: can’t post a bolg in my websitePerfect 🙂
Forum: Fixing WordPress
In reply to: can’t post a bolg in my websiteThat means the problem lies in your Theme. If it’s a premium theme, try contacting the Theme Developer.
You can also download the Classic Editor Plugin: https://wordpress.org/plugins/classic-editor/ to see if things start working. Additionally, also try clearing Browser Cache. One of my clients had the same problem and all he had to do was clearing cache.
Best,
Abhi
wpdev911@gmail.comForum: Localhost Installs
In reply to: Ошибка! Error!Check your PHP version and upgrade it. It should solve the problem.
Forum: Fixing WordPress
In reply to: Need to revert back to previous custom themeThat’s unlikely, but let’s give it a try using Revisions.
Go to Edit Page and check if there’s any page revisions available.