accuwebhosting
Forum Replies Created
-
Hi,
I have checked your blog,I could not see any blue question mark at the end of blog post. Instead, I could see Pin it hyperlink linked to Pinterest. Following is the code block for Pinterest hyperlink.
<div><img src=”http://shalonestrada.com/missymoo/wp-content/uploads/p4/images/widget_custom_image_1_1371240439.png” class=”aligncenter ov-done” alt=”Pin It” /></div>
Thanks,
Forum: Fixing WordPress
In reply to: How to embed video in php fileHi iHarshani,
It seems that Youtube Video is not properly embedded in WordPress website. I would recommend you to go through the following guide:
http://www.wpbeginner.com/beginners-guide/how-to-easily-embed-videos-in-wordpress-blog-posts/
http://www.wikihow.com/Embed-a-YouTube-Video-Into-a-WordPress-Blog
Thanks,
Forum: Fixing WordPress
In reply to: Can't uploadHi tenkepadu,
First try with deactivating all plugins. If that resolves the issue, activate them one by one until you find the cause.
If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).
Provide us following details if above suggestions do not work:
Size of the Image
Image format
Exact WordPress version
Lastly installed themes and pluginsThanks,
Forum: Fixing WordPress
In reply to: How to Insert a Flash Banner as a Post?Hi Bhavin,
I think you will need Easy Flash Embed plugin for WordPress. Here is the complete guide on how to embed Flash Banner in WordPress Post.
http://www.wpbeginner.com/wp-tutorials/how-to-embed-swf-in-wordpress-posts/
Thanks,
Forum: Fixing WordPress
In reply to: How to add a picture to blogHi StacieR,
Facebook, Twitter, and Google+ have their own meta data required to pull the correct data from your blog. Please refer following and correct your blog meta data to fetch the default image from your blog.
http://codegurl.com/2014/05/fixed-incorrect-blog-post-image-google-facebook-twitter/
Thanks,
Forum: Fixing WordPress
In reply to: Logging into site without passwordHi,
Assuming that you have working cPanel details, following tutorials would be helpful to you.
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
You can change WordPress Dashboard username and password from database through phpMyAdmin. In order to access phpMyAdmin, you must have cPanel details. If you do not have access of cPanel, you can contact your webhost to reset them.
Thanks,
Forum: Fixing WordPress
In reply to: Enabling "Comments" on Posts and PagesHi,
Please follow below mentioned steps to enable comments in WordPress blogs.
1) Login to WordPress Dashboard.
2) Click on Posts
3) Select the post for which you want to enable comments.
4) At the End of post, you will have separate section called Discussion.
5) At Discussion section, you will have following check-boxes:Allow comments.
Allow trackbacks and pingbacks on this page.6) Check them as per your requirements.
You can also refer following URL for more information:
https://codex.wordpress.org/Comments_in_WordPress
Thanks,
Forum: Fixing WordPress
In reply to: 403 error on entire siteHi Alastair,
500 Internal server error is generic error not WordPress specific.In WordPress is often caused by plugin and/or theme functions. Other possible causes of internal server error in WordPress are corrupted .htaccess file and PHP memory limit.
You can try following suggestions:
1) Rename main .htaccess file to something like .htaccess_old. To rename the .htaccess file, you will need to login to your site using the FTP. Once you are in, the .htaccess file will be located in the same directory where you will see folders like wp-content, wp-admin, and wp-includes.
Once you have renamed the .htaccess file, try loading your site to see if this solved the problem. If it did, Go to Settings » Permalinks and click the save button. This will generate a new .htaccess file for you with proper rewrite rules to ensure that your post pages do not return a 404.
2) Deactivate all WordPress plugins at once. If disabling all plugins fixed the error, then you know it is one of the plugins that is causing the error. Simply go through and reactivate one plugin at a time until you find the one that caused the issue. Get rid of that plugin, and report the error to the plugin author.
3) Contact your hosting provider. By looking at the server logs, they should be able to get to the bottom of things.
Thanks,
Forum: Fixing WordPress
In reply to: Horizontal line not appearingHi Sam,
http://safekhayelitsha.org.za/safety-profile/crime-statistics/
On above page, I can see 2 Horizontal lines as per your code:
1) After Annual statistics (2014) block
2) After Image All statistics are provided by SAPS.Do you have other URL to replicate the problem?
Thanks,
Forum: Fixing WordPress
In reply to: Website Crashed During Plugin UpdateHi Aaron,
Either you can do FTP to modify WordPress files or you can use File Manager of cPanel (or any other control panel).
Here is a excellent video tutorial on How to use cPanel File Manager.
https://www.cpanel.com/media/tutorials/filemanager.htm
I would highly recommend you take backup before you make any changes in WordPress files.
Thanks,
Forum: Fixing WordPress
In reply to: 403 error on entire siteHi Alastair,
Please make sure you have following permissions on WordPress instillation.
Public_html folder ..750
Other sub-folders …755
All files ………..644You can set permissions yourself from cPanel. If you are not sure how to set permissions, you can contact your web host for the same.
Thanks,
Forum: Fixing WordPress
In reply to: getting 301 redirect after domain changeHi Anikgoel,
Most probably,.htaccess is not configured to stop redirecting to itself.I would suggest you to refer following URLs for more information.
http://html-tuts.com/301-redirect-wordpress-to-new-addon-domain/
http://stackoverflow.com/questions/21538087/301-redirect-loop-in-wordpressIf above suggestions do not fix your issue, please paste your .htaccess.
Thanks,
Forum: Fixing WordPress
In reply to: Log in Email Inactive, Can't Reset PasswordHi kaylashaday,
In this case, you will have to change Your WordPress Username Using phpMyAdmin. Please refer following article for step by step guidance.
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
Thanks,
Forum: Fixing WordPress
In reply to: Friend referral/invite system for beta signup pageHi RichieRichLB,
I think WordPress Affiliate plugin would work for you. Following is the feature comparison of Best available WordPress Affiliate plugins. You can choose one of them as per your requirements.
http://wpscoop.com/comparisons/wordpress-affiliate-plugins-comparison/
Thanks,
Forum: Fixing WordPress
In reply to: Website Crashed During Plugin UpdateHi Aron,
I can see that your website is throwing following error currently.
Strict Standards: Non-static method PhpswFaviconManager::PhpswShowFavicon() should not be called statically in /home/royaltyf/public_html/wp-content/plugins/phpsword-favicon-manager/index.php on line 175
To resolve this error, Please try following:
1. open file /home/royaltyf/public_html/wp-content/plugins/phpsword-favicon-manager/index.php
2. Find line: function PhpswShowFavicon() {
3. Replace this line with: public static function PhpswShowFavicon() {
4. Save and reload your website.Thanks,