Nebu John Thaliyath
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2 Strange FoldersHi @markk26,
I hope you are doing good.
Those directories are not part of WordPress core. If you are not aware of those directories please run a security audit and remove them if necessary.
You can try using the plugins Defender or WordFecnce for security auditing.
I hope this helps, have a good time.
Kind Regards,
Nebu JohnForum: Fixing WordPress
In reply to: Fixing broken links in Facebook and Twitter comment avatarsIf I say, this broken URL issue is applicable to all the avatars which have used a Facebook or Twitter login. Removing the mentioned part is only applicable in the case of Facebook avatar, for twitter avatar it wont help. I think taking this issue to Jetpack support may do much better.
Forum: Fixing WordPress
In reply to: Fixing broken links in Facebook and Twitter comment avatarsHi Bill,
I believe that avatars were displaying perfectly while you where in WordPress.com. Facebook Avatars wont work if you have change your URL. And I think you do had a domain change while you migrated from WordPress.com. The same is applicable with Twitter Avatars also.
If you remove the part before ‘graph.facebook.com’ in your Facebook Avatar URL, you will be directed the original Avatar.
Forum: Fixing WordPress
In reply to: Fixing broken links in Facebook and Twitter comment avatarsWhich comment plugin do you use? Can you share your page URL that you are broken Comment Avatar’s.
Forum: Fixing WordPress
In reply to: no sidebars to drag widgets ontoIf the theme is twenty fourteen, you can customize your side bar using Live Preview. You can see a button near to heading Widget. Then from menu in left side choose widgets.
Forum: Fixing WordPress
In reply to: Lost my footer on only half of my pagesMake sure you have used get_footer() in child theme pages.
Forum: Fixing WordPress
In reply to: no sidebars to drag widgets ontoYour theme is not registered with any sidebar. Please use an alternate theme with a registered sidebar or register a sidebar in functions.php. For more information please read this https://codex.www.ads-software.com/Sidebars
Forum: Fixing WordPress
In reply to: Private posts, widgetsCheck if the user role is Administrator or Editor. Users with Administrator or Editor role can only see the private posts.
Forum: Localhost Installs
In reply to: cannot access my wordpress site and Admin panelIt seems this is not a WordPress issue. You have to check with your hosting provider. If you did a recent migration, please make sure your name-servers are correctly pointed.
Forum: Everything else WordPress
In reply to: FirstSpirit and WordPressIt seems, currently a plugin with such a feature is not available. You will have code it yourself or hire a WordPress developer.
Forum: Fixing WordPress
In reply to: Different theme based on folderYou can create a child theme for the existing one. The child theme will inherit all the features of parent theme and you can code additional features for child theme.
Forum: Everything else WordPress
In reply to: FirstSpirit and WordPressAPI’s are communication medium between two different platforms. WordPress REST API plugin might help you. Here is the link. Little bit of WordPress coding knowledge is necessary.
- This reply was modified 8 years, 5 months ago by Nebu John Thaliyath.
Forum: Everything else WordPress
In reply to: Where are php files stored?Hello,
What themesumo answered is correct. Alternatively you can use editor in your WordPress dashboard to edit your theme files.
Appearance(in left menu bar) -> Editor -> Select File (You can see that in the right)
Hope this also helps you.
Thank you.
Forum: Fixing WordPress
In reply to: Pages not displayingThis may be because of recent Update of WordPress or any of your plugins. Version incompatibility might be the problem.
Forum: Fixing WordPress
In reply to: index.php problemMake sure siteurl and home in your options table are same.