Jorge Calle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorOk, good to know. That’s checked ??
Now let’s check the following file please. In the same directory you fount the wp-admin.php file there should be a .htaccess file. Can you please show me what is inside that file?Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorOk, click there and then I need you to please do the following:
- Once inside phpMyAdmin click in Databases and select your WordPress database. If you cannot recognize your database, you can take a look at DB_NAME in the wp-config.php file we saw before.
- After we select the database, seacrh wp_options in the column Table and click on it.
- Some rows should be displayed after that. Click Edit in the rows which option_name is siteurl and home. Add the ‘s’ in the URLs that you’ll be able to see. After adding it, click Go.
Table Screenshot for reference
Tell me how it goes ??
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorOk, good job. Do you have access to the WordPress database? Usually there is an option known as PHPMyAdmin in your hosting.
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorOh sorry, my bad. I should have asked this first: Do you have FTP access to your site? Or access to your WordPress folders and files through your CPanel?
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorSometimes the website keeps working because of the cache even if it has a problem.
After the cache is refreshed the problem appears. Hence, we should discard the URL being a problem.Let’s see if we can get access adding this to the wp-config.php:
define('WP_HOME','https://www.agilesocks.com/'); define('WP_SITEURL','https://www.agilesocks.com/');
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorI see, that must be the source of our problem here.
Before implementing SSL did you change your WordPress URL to https in General Settings?
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorHi @thetravelchica,
Indeed wp-admin link is not working, try login to your admin panel through here: https://www.agilesocks.com/wp-login.php
And let’s find out the source of your problem. Did you recently migrate your site or make a change in the domain DNS?
Forum: Fixing WordPress
In reply to: Favicon Not UploadingSorry for the delay. I see, can you please check your site with this tool?
You just have to write your URL and then click “Check Favicon”: realfavicongenerator.netForum: Fixing WordPress
In reply to: Too Much Vertical White Space Between WidgetsHey, glad to read that!
Happy to help ??Forum: Fixing WordPress
In reply to: Animoto Video helpHi @baumgardc,
Can I take a look at your embed code? So I can taste it myself and help you.
Don’t forget to use the code tags in the text editor before you post.
- This reply was modified 8 years ago by Jorge Calle.
Forum: Fixing WordPress
In reply to: Posts not shown on Google searchHello @wastenvironment,
Nice website you have got there. Yoast is a great plugin, however the work you do with the plugin is just one part. It takes a lot of effort and consistency to go up in Google’s ranks. So, my advice: keep posting, make good use of Yoast post analyzer and don’t forget to link your site to Google Search Console (it helps with the process of Google indexing your site)
I’ll leave a little video from Google for further understanding ??
How Search WorksForum: Fixing WordPress
In reply to: Too Much Vertical White Space Between WidgetsYou are welcome.
Yep, sometimes the default settings are little crazy. But there you have it so you can change it to your needs ??
Please let us know if you need anything else.
Forum: Fixing WordPress
In reply to: Too Much Vertical White Space Between WidgetsThanks for the tool @mdshak.
@mcdumpy Could you please show me what is inside this option? https://d.pr/i/97Ho
We are looking for something like “Padding”Forum: Fixing WordPress
In reply to: Too Much Vertical White Space Between WidgetsHello there,
What theme are you using?
We could try to fix that with some CSS work with the top padding space. Are you familiar with CSS editing?
Regards
Forum: Fixing WordPress
In reply to: Favicon Not UploadingIndeed. Have you tried using a 512px .png image? not .ico
I believe WordPress will handle the different icon sizes.You can take a quick look here: https://www.wpbeginner.com/wp-tutorials/how-to-add-a-favicon-to-your-wordpress-blog/ ??