tim.vodien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing Save Changes Button in General ScreenTry diagnosing JavaScript Errors in your browser:
Using Your Browser to Diagnose JavaScript Errors
You might need to turn on script debugging to check if it is really a browser issue.
Hope this helps
Forum: Fixing WordPress
In reply to: How to import a Moodle site into WordPressI don’t think there is a way to import php web pages/contents from Moodle to WordPress. However there is a plugin to import the Moodle courses though you are not using it for courses. The best thing to do is to recreate your pages in WordPress.
Forum: Fixing WordPress
In reply to: even with less resolution images are blurr !!There is so many factors on how the images will turn out blurry, it may be the browser or even wordpress resized the image.
Try using ImageMagick Sharpen Resied Images PluginHope this helps!
Forum: Fixing WordPress
In reply to: Edit FooterThis might be similar to this wordpress topic.
Hope this helps
Forum: Fixing WordPress
In reply to: how to recover a lost draftIf you have a recent database backup perhaps you can restore it in your wp_posts.
You can also contact your hosting for assistance on this one.
Hope this helps
Forum: Fixing WordPress
In reply to: Picyure sizeIt is 1400x 470
Hope this helps
Forum: Fixing WordPress
In reply to: Password reset failure – WP does not have my current email addressif that is the case then you need to change the password in your database.
Go to your database > phpMyAdmin > wp_users > browse > edit > edit the user_pass field value.
Hope this helps
Forum: Fixing WordPress
In reply to: after auto update Fatal ErrorYou may want to disable your theme that you are using by renaming the folder.
If this doesnt help then manually download wordpress again, replace your files with the new ones except the wp-config.php and /wp-content.
Hope this helps.
Forum: Fixing WordPress
In reply to: wp-admin loop preventing opening admin pageThere are some factors that may have given you this error, Try:
-Increasing the Memory Limit
-Disable all plugins
-Replacing your current theme with a default twenty ten theme.
The best way to do this is by backing up your theme folder. Then deleting the theme. WordPress will automatically fall back to the default theme.Forum: Fixing WordPress
In reply to: Plugin upgrade and WP upgrade stucking on unpacking packageGo to wp-config.php and find
define( ‘WP_MEMORY_LIMIT’, ’96M’ );
and increase the MemoryYou can also check
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPForum: Fixing WordPress
In reply to: Plugin upgrade and WP upgrade stucking on unpacking packageTry increasing your memory limit or add thisbat the bottom of your .htaccess
AddType x-mapp-php5.php
Goodluck!
Forum: Fixing WordPress
In reply to: Top menu bar is to highI apologize it should be
`padding: 50px;Forum: Fixing WordPress
In reply to: Top menu bar is to highIn your CSS find the nav#main-menu and add
{
padding; 50px
}However it will only move the menu buttons and not the search buttons.
Find #search and add the same padding.
Goodluck!
Forum: Fixing WordPress
In reply to: How long to wait for reply here?I apologize, I meant having a different question you can post a new one.
Forum: Fixing WordPress
In reply to: How long to wait for reply here?You can post your question anytime even with existing one but I advice you to have all questions in one post.
There is no certain time frame on when people will reply to you, it depends on their knowlegde about the given situation.