Vignesh Pichamani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning Error when updating home pageProblem in your quick page post redirect plugin. Using your ftp credentials or cpanel rename the plugin folder to some one and check it again if it all works fine.
Let me know 🙂
Thanks,
vickyForum: Fixing WordPress
In reply to: Point root at subdirectory installationGlad i could help 🙂 cheers…
Forum: Fixing WordPress
In reply to: Problem with Contact FormNot sure it may helps.
Go to your widget in admin dashboard and check the widget with your created contact form shortcode. Check if any text is there ?
Forum: Fixing WordPress
In reply to: Point root at subdirectory installationLooks like the
/is missing on your relative path that you are required in the file of index.php on line 17Warning: require(/home/user/public_htmlwp_Portfolio/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/user/public_html/index.php on line 17Actually it should be
/home/user/public_html/wp_Portfolio/wp-blog-header.phpForum: Fixing WordPress
In reply to: What is breaking the posting?If any cache plugin is in active ? If it is there try to deactivate the plugin and deep refresh by ctrl f5 and then check it out.
If the problem happen in firefox then check with chrome simultaneously 🙂
Thanks,
vickyForum: Fixing WordPress
In reply to: The uploaded file could not be moved to wp-content/uploads.Can you make this thread as resolved. It better help others to search similar problem 🙂
Thanks,
vickyForum: Fixing WordPress
In reply to: I am unable to login to my websiteIncluding as per JumboClicks Suggestion and I believe some other plugin is messup so you can’t able to login
Using cpanel or your ftp credentials try to rename the plugin folder to some other folder inorder to deactivate all the plugins.Then after doing this just login to your account and activate one by one plugin to find which plugin is mess around with your login. If any of the plugin is found to be problem then try to update the plugin(if any)or just remove the plugin and check alternate.
Thanks,
vickyForum: Fixing WordPress
In reply to: Dashboard Log In ErrorCan you please enter bit more informational to your question and please paste your wordpress site link not as facebook!!!
Forum: Fixing WordPress
In reply to: Text layout problemsYou are using shortcode to be load inside the div so you can’t get the text align center to be work.
I would say in the shortcode function you can enter as text-align center or try the custom css code
.g-html p.subtitle { text-align:center; }Forum: Fixing WordPress
In reply to: Not remembering comment form informationPlease can you provide me a link if possible.
Not sure let give me a few more info.I am user is from system1 is commenting in the form and those information are displayed after click the comment button i am right?
Now you are admin/user2 is from system2 is viewing the same post of who are all comment but that information is not available am i right?
If the above both cases are true then looks like the comment is in moderation it should show only for the commented person alone not for all once the admin approve the comment then only system2 user can view the information.
If both of them is not helps then let me know with little more info please ?
Forum: Fixing WordPress
In reply to: Help! hello world pop up when people visit my siteHi that hello world is the default post of wordpress. Deleting the file is not necessary. It should be controlled in admin settings
Please go to the link and read out the information that will help you to fix the problem
https://codex.wordpress.org/Creating_a_Static_Front_PageHi,
Use the !important in the custom css for overriding other theme css..desc {
font-size: 15px !important;
color: #ff9900 !important;
}Forum: Fixing WordPress
In reply to: remove something from my websiteHi,
I look in to the site. Simple to remove that notification. Go to your admin dashboard –> Plugins –> wp-float –> Deactivate.That’s all 🙂
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorPlease Undo your Changes Made in File Permissions via FTP.
First get the site from 500 Internal server error.
and then Just extract the zipped folder of plugin and upload to the wp-content/plugins folderThen activate it (Contact your host provider to change the file permission properly they may help to solve this issue)
I hope it may help you.
Thanks.
Vickysite url?