tim.vodien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embed youtube video not working…HelpHave you tried switching to Text from Visual? Or deactivating your plugins to check
Try all these:
-
Switch to Text from Visual.
Use the embed code from Youtube under the video.
Deactivate your plugins.
There is also a possibility that it is a theme issue, try to change it back to Twenty Sixteen.Hope this helps.
Forum: Fixing WordPress
In reply to: errorThis error was generated because your PHP version is still in 5.2.0.
As per WordPress Requirements you need to have PHP version 5.6 or greater.
You can change your PHP version in your CPanel or using SSH.
You can also contact your Hosting provider and let them guide you on how to change your PHP version.
Forum: Fixing WordPress
In reply to: Ads for mobile and desktopTry Advanced Ads Plugin.
It can display ads for mobile or desktop only and ads for specific browser sizes only using Responsive Ads. You can also display or hide a banner for mobile visitors.
Hope this helps.
Forum: Fixing WordPress
In reply to: Effects of disabling the heartbeat APIThe Heartbeat API allows your browser to communicate with the server using AJAX calls when you are logged in to the Admin page. This allows other authors to show that a post is being edited and for the plugin developers to show real-time notifications.
Since this will slow down your server if you have too many requests you need to control it by installing “Heartbeat Control Plugin“. This will control your Heartbeat Locations and override Heartbeat frequency.
Hope this helps!
Forum: Fixing WordPress
In reply to: Side bar partially missingPlease post your website here and the theme that you are using.
Forum: Fixing WordPress
In reply to: Password Protected page going to 404 ErrorHave you tried disabling your plugins to check if there is a one that is causing this problem.
Also you should check on your host if they are blocking ?action=postpass. And ask them to whitelist it.Hope this helps.
Forum: Fixing WordPress
In reply to: Plugins can't Create directoryTry this related article, try mhsoliman‘s answer, since this is the most accurate.
Hope this helps.
Forum: Fixing WordPress
In reply to: plugin disabled websiteThe Jetpack plugin is causing this error. To access your website again you need to access your files via FTP client and rename the folder Jetpack to disable it.
The file should be located under HRB/hrb/wp-content/plugins/jetpack
If you have access to the file system, you can edit the wp-config.php file and enable debugging to get an insight of what is happening.
Can you name what plugins you have installed in your site?
Forum: Fixing WordPress
In reply to: Cant Align Navigation menu tabsGreat! You’re welcome.
Forum: Fixing WordPress
In reply to: Cant Align Navigation menu tabsGo to your Appearance > Editor > style.css and find this:
.main-navigation {
clear: none;
float: left;
width: 55%;
}Change the width to 100%.
Hope this helps!
Forum: Fixing WordPress
In reply to: Force log off user after a certain timeSince most of the plugin that have this feature is outdated and might not be compatible with WordPress 4.2.2. You may want to refer to this article.
Hope this helps.
Forum: Fixing WordPress
In reply to: Mkae Social Icon Buttons display their original colour in a BlogCan you post your website here so that we can see the CSS.
Forum: Fixing WordPress
In reply to: 403 Error/Connection Reset on Admin PageIt seems that this a security plugin issue. Deactivate the security plugin that you are using and try logging in to your admin page.
You can also refer to this article.
Hope this helps.
Forum: Fixing WordPress
In reply to: How to add optin box in the post?Try checking Magic Action Box. It seems that you can add the opt in box right after the blog post.
Hope this helps.
Forum: Fixing WordPress
In reply to: Can't login to Web Page. Error 500 on Chrome.Great! Glad I could help.