NerdyMuslim
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Admin login issue after migration to live serverLovely
Forum: Fixing WordPress
In reply to: ALexa not showing my site’s rankingi think you should read this https://support.alexa.com/hc/en-us/articles/200449744
Forum: Localhost Installs
In reply to: I need a LIVE site from a localhost installationSince The “Site Address (URL)” is the address you want people to type in their browser to reach your WordPress blog and it takes one value. am not sure that will be possible where you have the IP address and the localhost but running at the same time.
Forum: Fixing WordPress
In reply to: Can’t edit site URLHello,
Is the site located in a folder called Wordress? if yes then you need to have the URL like this http://example.com/wordpressForum: Localhost Installs
In reply to: Admin login issue after migration to live serverHello,
Can you share the site URL? Did you also change Site Address (URL) and the WordPress Address (URL)?
Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);Forum: Fixing WordPress
In reply to: Unable to post ANY Picturessome time the internet might allow that to happen.
Forum: Fixing WordPress
In reply to: Changed domains and now site loads slow and incorrect!can you share the website is possible the new domain is still seeking resource from the previous domain
Forum: Localhost Installs
In reply to: Moving from local host to domaini dont think wordpress.com supports plugins . why not self host on a server
Forum: Fixing WordPress
In reply to: FATAL ERROR:Looks like a simple tweak in line 103 of the um-init.php file, from:
require_once um_path . 'core/lib/mobiledetect/Mobile_Detect.php';to
if (!class_exists('Mobile_Detect')) { require_once um_path . 'core/lib/mobiledetect/Mobile_Detect.php'; }Forum: Fixing WordPress
In reply to: FATAL ERROR:You have this plugin installed WP Mobile Edition . Login to your backend and rename the /wp-content/plugins/wp-mobile-edition to /wp-content/plugins/wp-mobile-editionbak or something. this will disable the plugin for a while. you should be able to access the backend