neo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated wordpress and then internal server errorHave you contact your hosting company’s support team?
Forum: Fixing WordPress
In reply to: How to log into my self hosted wordpress site?Can you login using this URL?
Forum: Fixing WordPress
In reply to: Social Icons Will Not Go AwayBy any chance, you could share your site with us so we can have a look?
You can email me a FTP temporary access and I can have a look for you.
Do change the access after I take a look.
I checked using Firebug and can see that the CSS is still there. Just check if you have edit the correct file cause some themes come with a multiple same css files. ??
You can edit via FTP which it should be at the path below
/public_html/wp-content/themes/your-themes/
Or you can edit from your WordPress Panel
WordPress Dashboard > Appearance > Editor
Then look for a file at your right hand corner for file screen.css
Forum: Fixing WordPress
In reply to: internal errordo let me know if the error still occur. ??
First you have to remove margin-bottom:20px; at screen.css (line 212)
.box-center img { margin-bottom: 20px; }
Then change margin:auto auto 15px; to margin:auto; at screen.css (line 48)
.aligncenter { display: block !important; margin: auto auto 15px; text-align: center; }
Based on a quick edit using Firebug, it works.
Good Luck. ??
Forum: Fixing WordPress
In reply to: internal errorI see. try this and should be able to see your .htaccess file from your File Manager. ??
https://www.ipage.com/knowledgebase/beta/article.bml?ArticleID=1356&type=How%20To#Nugget_2107
Forum: Fixing WordPress
In reply to: internal errorI see. May I know what control panel you are using from your Web Hosting company?
Forum: Fixing WordPress
In reply to: Switching a WordPress.com to a www.remarpro.comHere is a link regarding the error you get.
https://www.wpsite.net/the-uploaded-file-could-not-be-moved-to-wordpress/
Hope it is your solution for your error. ??
Forum: Fixing WordPress
In reply to: internal errorHi there,
You need to access to your Cpanel > File Manager
There will be a pop-up screen and make sure that the Web Root and Show Hidden Files (dotfiles) is checked.
Then you will be able to see your .htaccess file. Right Click on the file and click Code Edit.
Looking at the Error. I suspects that your host server does not allow Follow Symlinks.
So, look for Option FollowSymlinks not allowed here at the .htaccess file and have it remove.
Good Luck ??
Forum: Installing WordPress
In reply to: How to install the older version of wordpressFollow the tutorial below for manual installation but be sure to backup your database and codes before you proceed. (Just for precaution purpose)
https://www.siteground.com/tutorials/wordpress/wordpress_manual_installation.htm
Forum: Installing WordPress
In reply to: New Install Admin Login / Dashboard CSS/JS IssuesHow do you install your WordPress? Using Cpanel Fantastico?
Maybe you can check this way out.
Login to Cpanel > go to file manager > .fantasticodata > click on installed_in_root.php then click edit button.
Delete the following: = 1;$installed_in_root[“yourdomain.com”] = 1;
Forum: Installing WordPress
In reply to: How to install the older version of wordpressYou can download the archive version of WordPress that you desire and reinstall at your hosting.