amigo2017
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to set the template in the middle of the screen?Does anyone have any ideas to fix it?
Forum: Fixing WordPress
In reply to: How to set the template in the middle of the screen?I have added this CSS code what I received but it doesn’t help.
I have noticed that my iframe with wideo have been changed.Forum: Fixing WordPress
In reply to: How to set the template in the middle of the screen?Yes, It can be.
The second solution is to put the website in the middle on the screen.Forum: Fixing WordPress
In reply to: Run copy of oryginal WordPress on SubdomainHi,
I’d like to ask about one thing. I’ve restored WordPress website by akeebabackupwp-2.4.0-core.zip Restored website looks fine but if I try to login to WordPress Control Panel I will redirect to the original website address. Can you give me an idea why and where can I change this?
For example:
Restored website has address https://123.xyz.com/wp-login.php
When I click log in I will redirect to https://original.com/original/wp-login.php
Forum: Plugins
In reply to: [WooCommerce] Install woocommerceHi Francesco,
1) Ok but I’m not sure that upgrading version it will cause problems. What do you think?
I’m talking about only upgrading WordPress version.2) I know that appearance of this website will be changed but I don’t want change all pages and menu. Is it possible to do in this way?
Forum: Plugins
In reply to: [WooCommerce] Install woocommerceHi Francesco,
But I’d like to upgrade to 4.8.2 version and I’m asking if it is safe?
I need to install WooCommerce and I don’t wanna install only PayPal cart. So how can I manage?
Forum: Fixing WordPress
In reply to: Run copy of oryginal WordPress on SubdomainHi,
Thank for the response.
So,
1) Right, I’ve copied all WordPress files to ftp:/subdomains/upgrade/
2) No, I’ve changed only “wp_options” -> siteurl from https://www.MY123SITE.com/MY123SITE to https://upgrade.MY123SITE.com in phpMyAdmin.
I’ve not changed all urls for example in: wp_posts, wp_postmeta . Should I change now?
3)At the beginning, I added an empty new database on my host service. My new database is ‘dcustomer_upgrade’.
After that, I imported File.sql with all information from an original database by phpMyAdmin. I can connect to ‘dcustomer_upgrade’ database and execute queries if I want.
I changed wp-config as well:
define(‘DB_NAME’, ‘dcustomer_upgrade’);
define(‘DB_USER’, ‘********’);
define(‘DB_PASSWORD’, ‘*******’);
define(‘DB_HOST’, ‘mysql..’);4. .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?https://upgrade.MY123SITE.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]I am still redirecting to MY123SITE.com