tim.vodien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extra white space on the side.I am not sure on where to find this white space on the right side. I have tried your site on multiple devices.
You can also test you site in mobile view by using mobile test .
If you can only see it in your moble then try clearing the cache of your browser.
Hope this helps.
Forum: Fixing WordPress
In reply to: wordpress update failureI suggest to manually update your wordpress.
–Download the latest WordpPress zip file(unzip it).
–Deactivate plugins.
-Replace the old wp-includes & wp-admin folder to the new ones.
-Do NOT delete your existing wp-content folder just Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files.
-Upload all new loose files from the root directory of the new version to your existing wordpress root directory.
Don’t do any changes in wp-config.php file.Hope this helps.
Forum: Fixing WordPress
In reply to: error in wp dashboardTry this:
Deactivate the plugins you installed recently or reset your plugins folder
Increase your PHP memory limit
Switch to the Twenty Fifteen theme to determine if the problem lies in your theme.
You can all do this through FTP.
If all else fails, manually reinstall WordPress from a fresh download – except the wp-content folder.
Hope this helps.
Forum: Fixing WordPress
In reply to: How to upload a WP site to HostIt would be best to go to WordPress.com’s support page for this.
However try to read this article.
Forum: Fixing WordPress
In reply to: Only one post showing on blog pageHave you tried checking your Admin page – Settings > Reading >
Blog pages show at most?If it set to your desired number of post then try checking your wp/admin/includes/post.php and find:
$posts_per_page = 10;
Forum: Fixing WordPress
In reply to: Social Media IconsThe usual problem is plugin conflict, have you tried deactivating all plugins and test if it will show in your Chrome and Firefox browser?
If it does work reactivate your plugins one by one to find the culprit.Try using this code in your .htaccess too:
<IfModule mod_headers.c> <FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>
Hope this helps.
Try accessing your server via FTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Hope this helps.
Forum: Fixing WordPress
In reply to: I cannot save draftsHave you tried doing this things?
Deactivating all plugins and re-activate it one by one until you find the problematic plugin(s).
Switching to the Twenty Fifteen theme to rule out any theme-specific problems.
Identifying inactive plugins in your plugin folder, inactive plugin can still cause problem(s).Also flush your caching plugins that you are using as well as server/browser caches.
If all else fails, then you need to manually upgrade your wordpress. Download a fresh copy of the latest.zip file to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Refer to Manual Update .
Please keep in mind that you need to backup your wordpress files first.Forum: Fixing WordPress
In reply to: Make Captions Same Width as ImagesCan you post your website? At the moment we can’t tell if we can or cannot change the caption size since it all depends on the theme that you are using.
Forum: Fixing WordPress
In reply to: how to move my main nav near the logoYou’re welcome. Glad I could help.
Forum: Fixing WordPress
In reply to: how to move my main nav near the logoGo to your dashboard – Appearance > Editor > style.css and find this code:
#header-top, #header-right { float: right; }
Replace it with:
#header-top, #header-right { float: left; padding-left: 7px; }
If you want to move the header a little farther away from the logo then just increase the padding-left.
Hope this helps
Forum: Fixing WordPress
In reply to: Messed with code and now the website is blankSeems that you need to reinstall the theme that you are using.
Delete the corrupted theme.
Download the theme again. (unzip it)
Place the themes’ folder into the ‘wp-content/themes/’ directory.
Activate it in your Admin panel.Forum: Fixing WordPress
In reply to: Saving Contact Form Data into MySql DatabaseI suggest using Contact Form DB .
It automatically saves submitted form data to the database. It is also compatible with Contact Form 7.
Hope this helps.
Forum: Fixing WordPress
In reply to: Could wordpress update stop theme workingIt’s possible that your theme is causing an issue with the upgrade, especially if it’s not a rapidly and proactively supported theme. To see if your theme is the issue, deactivate it and activate the default WordPress theme, which is guaranteed to work flawlessly with the WordPress update.
Just to make sure try deactivating all plugins. If this works, reactivate it one by one until you find the problematic plugin(s).
If neither of this works you need to contact your theme’s support.
Forum: Fixing WordPress
In reply to: how to link instagram icon to instagram accountSince you already have the Instagram badge plugin you just need to go to Appearance > Widgets > Instagram Badges >Add Widget > Add you username and Save.
Hope this helps