preprajat07
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Instagram posts not embeddding with imageHi,
I checked your site and every thing is alright in it .your Instagram post is visible completely with image and post. I think there is no issue in it.let me know if i am missing something.
Thank you.
Forum: Fixing WordPress
In reply to: Get popular plugins using the JSON APIHi,
There are various plugin available for json API.you can search them going through the page following link below.
https://wordpress.org/plugins/search/wp-json/Thank you.
Forum: Fixing WordPress
In reply to: How to hide wp loginHi,
To hide wp-admin you should use WordPress security plugin and to read more about it and to install it follow through this link https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/
hope you liked it.
Thank you.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionHi,
Thanks for explaining the issue, I suggest you to have a look at the article below:-
How To Fix “Error Establishing A Database Connection” In WordPress and the link for this article is https://www.elegantthemes.com/blog/tips-tricks/how-to-fix-error-establishing-a-database-connection-in-wordpressplease let me know if this article helps.
Thank you.
Forum: Fixing WordPress
In reply to: If I change Site URL, wp admin bar disappearsHi,
To enable admin bar in wordpress, enable the “admin toolbar” in your profile settings. To enable the toolbar to your site, go to Users > Your Profile. Scroll down to “Toolbar” and check “Show Toolbar when viewing site.”
The reason why you cannot change the website URL is that the page you can change the URL is not in the right location. when you making changes in the site URL, all the website URLs have been updated to the new one including the URL of the General settings page where you can change the URL. But the actual location of WordPress files is still in the old location, so when you try to visit WordPress admin URL you actually requesting a page that does not exist.
to fix this you need to make changes in wp-config.php file .To do this follow these few steps:-
# go through your wordpress hosting to login into your wordpress hosting c panel and open c panel file manager.
# now Open File Manager and search for a file called wp-config.php and click on “Edit file”. and add the following code at the end of file and save the file.define(‘WP_SITEURL’, ‘http://www.example.com’);
define(‘WP_HOME’, ‘http://www.example.com’);here change “examples.com” with your site domain.
hope this is enough to solve your issue.
if your issue has been resolved, Let me know if you have any further questions, and I’ll be happy to help.Thank you.
Forum: Fixing WordPress
In reply to: wp-settings error messageHello,
I think it should be the ../wp-option.php instead of ../wp-settings.php
please do have a look link below related to your issue and the link is
https://wordpress.org/support/topic/php-fatal-error-regarding-abspath/I hope this helps.
Thank you.Hi,
This is a media library relate issue please do have a look on article to TROUBLESHOOT YOUR WORDPRESS MEDIA LIBRARY and the link of this article is https://wpengine.com/resources/troubleshooting-wordpress-media-library/
hope this article help you.
Thank you.
Forum: Fixing WordPress
In reply to: Booking plugin for rental site with support for multiple vendorsHi,
I suggest you to use WooCommerce Multivendor Marketplace for your site and the
link of this plugin is https://wordpress.org/plugins/wc-multivendor-marketplace/
hope you like it.Thank you.