tim.vodien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Link in HeaderHi,
You could try to check your theme’s custom code. See if you have any links there related to ‘amoxil gum infection’ then you can remove it.
To check, go to -> WordPress Admin > Appearance > Theme Options > check Code For <head> sectionAnother way is to check the ‘header.php’ file of your theme. It should be in this path below:
————
wp-content/themes/valenti/header.php
————
Open the file and look for the section ‘<div id=”logo” <?php if …>’, this is somewhere line 153 to 158. Within these lines try to check if you could see the html line ‘amoxil gum infection‘ or any link that’s related to ‘amoxil gum infection’, then you should remove it.Hope this helps.
Forum: Fixing WordPress
In reply to: I can't access wp-admin control panelHi,
This could be related to your .htaccess file. If you have one, please check it’s content.
If you don’t have .htaccess you can refer to this basic .htaccess.Basic/default .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Hope this helps.
Forum: Fixing WordPress
In reply to: Old site isn't being updated with the new wordpress siteHi,
Try to check the option_values of your ‘siteurl’ and ‘home’ from wp-options table of your wordpress database. Make sure that the values is equal to your website name ‘https://www.newtechtools.co.uk ‘.
To do this, you can refer to these short steps below.
1. Access phpMyAdmin
2. Click on your wordpress database.
3. Click on wp-options table.
4. Check the ‘home’ and ‘siteurl’ if the values is equal to your website name, otherwise you can edit them.Hope this helps.
Forum: Fixing WordPress
In reply to: Can't login via WP-AdminHi,
This issue could be related to your .htaccess file.
Kindly check your .htaccess or use this default .htaccess below.<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>If you are still encounter white page try to set the wordpress debug to ‘true’ open your wp-config.php file and check for this line below:
=======
define(‘WP_DEBUG’, false)
=======
By setting it to true, you will be able to view the error instead of white page.
You can also try to login using this link https://loveandrea.com/wp-login.phpHope this helps.
Forum: Fixing WordPress
In reply to: First Timer WP – Theme down after .php code modificationHi,
Try to open and check your theme’s(zerif-lite) ‘functions.php’ file, its in this directory.
=====
/home/beginagainhomes/public_html/wp-content/themes/zerif-lite
=====Then, check line 36 if you have an extra character ‘<‘ ,then try to remove it and save the changes.
You can also try to check the characters of the php tags ‘<?php ?>’ of your functions.php file.
Hope this helps.
Forum: Fixing WordPress
In reply to: Can't download fileHi,
Can you please provide the URL of the page where I can check the pdf download link?
Thanks.
Forum: Fixing WordPress
In reply to: My website won't run. I up gradedHi,
The latest wordpress 4.0.1 version requires atleast php 5.2.4 version. We would suggest to contact your website host to request upgrade of PHP version.
Hope this helps.
Forum: Fixing WordPress
In reply to: Posts won't open – 404 issue?Hi,
Can you paste here the .htaccess content and also the exact website URL.
Thanks.
Forum: Fixing WordPress
In reply to: Unable to find site or login after updateHi,
Base on the error message this file below is either missing or permission is not set correctly.
/home/akerbys1/public_html/wp-content/plugins/yop-poll/inc/config.php
You can check it in cPanel > Files > File Manager or via FTP client.
If it is missing then you can reupload the plugin files or you can rename the plugin folder below to disable it so you can access the website dashboard and reinstall the plugin.
/wp-content/plugins/yop-poll
Hope this helps.
Forum: Fixing WordPress
In reply to: Uploaded images aren't working anymore?In most cases, disappearance of thumbnails are cause by themes or plugins but can’t really identify which so we normally use the Regenerate Thumbnails plugin.
Hope this fully solved your issue.
Forum: Fixing WordPress
In reply to: How do I delete "Leave a Reply" in theme "Make"Hi,
You are very much welcome.
Have a great day ahead.
Forum: Fixing WordPress
In reply to: Uploaded images aren't working anymore?Hi,
Have you tried uploading a new image? If the thumbnail shows up for the new image then you can try regenerating the thumbnails using Regenerate Thumbnails plugin.
Hope this helps.
Forum: Fixing WordPress
In reply to: How do I delete "Leave a Reply" in theme "Make"Hi,
You need to disable or uncheck “Allow Comments” in Dashboard > Pages > Quick Edit of that particular page.
Hope this helps.
Forum: Fixing WordPress
In reply to: Can't login and homepage is messed upHi,
Can you post your domain or website URL here.
Thanks.
Forum: Fixing WordPress
In reply to: Need help, cannot access dashboardHi,
You can disable this plugin by renaming the /plugins/wp-photo-album-plus/ plugin folder in your webspace.
Hope this helps.