Pratik Bhatt
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Core Contributor@yasirkhalifa core contributor badges are awarded based on the core releases of the tickets and to user who have got props. However as the above ticket is not considered for the release now you need to wait till the ticket gets milestone.
Forum: Fixing WordPress
In reply to: LMS plugin that keeps WP posts & cats ?I do appreciate your suggestion here in this and yes you can build a LMS system using the default wordpress posts and categories. However if you have carefully understood the concept of LMS you might have seen that there are basically three things needed :
1. Course
2. Lesson
3. Topics.
the reason for keeping this seperate or in the form of custom post is that it will help admin to manage the things easily and also the linking of the courses -> lesson ->topics can be easily managed.
I hope I am able to provide you proper explanation of your queryForum: Fixing WordPress
In reply to: My website was hacked and I cannot login to wp-adminIf you have access to database you can change the password from there
1 check the table with users with your wordpress it can have prefix it is usually “wp_”.
2. check the username and with your account and in that row please edit the password.
3. In Password make sure to set the function MD5.
I hope this will help you to recover the admin access.Forum: Fixing WordPress
In reply to: Password Protect Not WorkingI checked it in my system the page is getting reloaded and it is working fine as it is generating the error message for wrong password.
Forum: Themes and Templates
In reply to: [Vivre] Removing Comments HeaderI checked this and I find there is some block which is added in your admin side that shows the title of comments . So please check the blog posts or page if you have added any of such blocks by mistake.
Hope this helps.Forum: Fixing WordPress
In reply to: I had old plugin using [tag]some tag[/tag] now obsoleteIf you can explain what the functionality the tags does for your in detail then may be we can recreate the same which will make your blog better.
I hope this helps you and we can make it better- This reply was modified 9 months, 3 weeks ago by Pratik Bhatt.
Forum: Networking WordPress
In reply to: Can I select which post I can show in sites in a multisiteYes but I want to merge all sites post and show only selected for specific site
Forum: Fixing WordPress
In reply to: Url home page auto add the weird permalink urlYou can remove the entire code in your server’s .htaccess file and clear it. once you do the same please remember to update your permalink from wordpress admin panel. Hope this solve your issue.
If your issues still persists try deactivate all the plugins and check it back with any of the default wordpress themes
Forum: Fixing WordPress
In reply to: Not able to view Beaver builderCheck if there is any javascript or jquery conflict in the console of the debug panel in your browser. As per your query realted to installation of java there would be not effect if the java is installed on your pc as you have installed it on your local system and it has nothing to do on the website.
Forum: Fixing WordPress
In reply to: Titles not displaying correctly in admin areaCan you please check if you are getting this issue with disabling all the plugins as well as the use default theme on the WordPress. However, you may also share some screenshot so we can have a better idea of the exact issue on your WordPress installation
Forum: Localhost Installs
In reply to: WP displays pages as text on white backgroundHello I have checked your message above for the issue
However I feel there must be some issue with your theme so can you please share the name of the theme you are using on your wordpress installation.Forum: Installing WordPress
In reply to: 1 click vs. upload myselfI would suggest one click is faster so it would be better option.However you may also go with manual uploading. As per my experience I would prefer one click setup easily and faster.
Thanks
Forum: Fixing WordPress
In reply to: Removal of Unwanted TextHello easerevenue ,
You may please check the file footer.php located inside wp-content/themes/divi/footer.phpI hope this will solve your Issue .
RegardsForum: Fixing WordPress
In reply to: Static Page TemplateHey You may please do the following steps
Navigate to setting -> Reading
Inside select A Static page from the options frontpage displayed . Then you can select your home page from drop down in Front page
Hoope it fixes your queries.
Forum: Everything else WordPress
In reply to: 1 Core – 2 GB RAM — Good?The above configuration is good for a wordpress site you can go ahead and setup your wordpress over it.