Profiles

Contributions

rohitmukati contributes 1 hour per week to the Core team.

  • Member Since: May 24th, 2023
  • GitHub: rohitmukati25
  • Find me on:
  • Posted a reply to Since Update to 6.4 Woocommerce checkout not working, on the site WordPress.org Forums:
    Hii @tsuromThis issue may be due to php version first backup your side and then…

  • Posted a reply to Complete Crash after PHP 8.0 update, on the site WordPress.org Forums:
    Hello @vidabiertaIn wp-config.php add define( 'WP_DEBUG', true ); in this file then you show what…

  • Posted a reply to Toggle Icon Color, on the site WordPress.org Forums:
    Hii @visitsanjuanpuertoricoI saw on home page also menu icon is in black color.

  • Posted a reply to Scroll to top button does not show in mobile view, on the site WordPress.org Forums:
    Hii krisck Can you share link of website where you face this issue.

  • Posted a reply to My wordpress website shows “no categories” written at the top of page, on the site WordPress.org Forums:
    Hello @durremirza It code may be in archive.php and if ypu have not knowledge of…

  • Posted a reply to admin error after update, on the site WordPress.org Forums:
    Hello @janbrokes Follow this documentation it will help you for this error https://wordpress.org/documentation/article/updating-wordpress/#step-1-replace-wordpress-files

  • Posted a reply to Mobile View has White space, on the site WordPress.org Forums:
    I checked it you use Lite cache so clear cache and check it it will…

  • Posted a reply to Mobile View has White space, on the site WordPress.org Forums:
    Hello @jantsa1313 This problem may be due to some sections having too much width, check…

  • Posted a reply to Very slow website, on the site WordPress.org Forums:
    There are so many free plugins available. You can try anyone from below list: 1.Smush2.WP-Optimize3.SiteGround…

  • Posted a reply to “User by Role” numbers hidden, on the site WordPress.org Forums:
    @bliss2 yes i read what you wrote then i check your code that you use…

  • Posted a reply to “User by Role” numbers hidden, on the site WordPress.org Forums:
    Hello @bliss2 Add this code in  functions.phpadd_filter('wp_is_large_user_count', function () { return 20000; }, 10, 0);…

  • Posted a reply to How do I set a default theme?, on the site WordPress.org Forums:
    Hello @easygoingpat You can add default theme "Twenty Twenty-Three" Steps for add themeIf you want…

  • Posted a reply to Wp-admin not working, on the site WordPress.org Forums:
    Hello @mate01 I am checking your site its work fine with SSL.

  • Posted a reply to Path cannot be empty in woocommerce/includes/wc-template-functions.php:53, on the site WordPress.org Forums:
    Hello, Please head to WooCommerce > status > tools. Look for the option Update database.…

  • Posted a reply to Hide One or More Nav Menu Item from Logged out user, on the site WordPress.org Forums:
    Hello @gamicord Try this code this will work for you.Code is below function hide_menu_conditional($items, $args)…

  • Posted a reply to no space between keywords in post, on the site WordPress.org Forums:
    @glenz Remove above code and add this code for this , Replace this code .post-tags…

  • Posted a reply to Hide One or More Nav Menu Item from Logged out user, on the site WordPress.org Forums:
    Hello @gamicord Use this plugin for conditional menu https://wordpress.org/plugins/user-menusORhttps://wordpress.org/plugins/conditional-menus

  • Posted a reply to no space between keywords in post, on the site WordPress.org Forums:
    Hello @glenz Use this css in style.css or appearance > customize > Additional CSS .post-tags…

  • Posted a reply to Showing current category posts in “recent posts”-block, on the site WordPress.org Forums:
    @selectedbymila This is good you make video You use shortcode without brackets you must use…

  • Posted a reply to Update to 6.3.1 wp-admin/upgrade.php?_wp_http_referer=wp-admin, on the site WordPress.org Forums:
    Hello @ernamedien Read this for your issue and follow steps before do anything please take…

  • Posted a reply to Showing current category posts in “recent posts”-block, on the site WordPress.org Forums:
    @selectedbymila how are you adding the code and shortcode, please share screen short and also…

  • Posted a reply to Showing current category posts in “recent posts”-block, on the site WordPress.org Forums:
    Add this code in function.php and use shortcode in you template as normal [categoryposts] and…

  • Posted a reply to Showing current category posts in “recent posts”-block, on the site WordPress.org Forums:
    Hello @selectedbymila For shows posts from the same category as the current post code is:…

  • Posted a reply to Website running too slowly on mobile, on the site WordPress.org Forums:
    Hello @rdbl101 For speed up site you can use cache plugin , In below some…

  • Posted a reply to How to hide/delete the ”Add Title” field in a blank page, on the site WordPress.org Forums:
    @gappiah On front side page show title by default so i recommended to display none

  • Posted a reply to How to hide/delete the ”Add Title” field in a blank page, on the site WordPress.org Forums:
    HelloRead this articlehttps://www.hostinger.in/tutorials/how-to-hide-page-title-wordpress

  • Posted a reply to QUERY LOOP Custom CSS: Overlay feature image on Posts Grid, on the site WordPress.org Forums:
    Hello @maryhelenmaccarthy For i have solution of your issueFor example see this html and cssHTML…

  • Posted a reply to Change/Replace Text, on the site WordPress.org Forums:
    Use this code in funcation.php <?php function add_this_script_footer(){ ?> <script> $(document).ready(function () { var start…

  • Posted a reply to PHP function bug when using Custom HTML block, on the site WordPress.org Forums:
    Hello @bieguaji You can you search block from gutenberg"OR"you can use shortcode [custom-search-form]and add below…

  • Posted a reply to Blank Page when editing, on the site WordPress.org Forums:
    Hello @nomadicyak Add this code "define('WP_DEBUG', true);" in wp.config and see error then share screen…

  • Posted a reply to Speed Optimization Related query, on the site WordPress.org Forums:
    Hello @saip1540 Please read this for  enable gzip compressionhttps://www.wpbeginner.com/wp-tutorials/how-to-enable-gzip-compression-in-wordpress/OR Log in to Dashboard/cPanel of your…

  • Created ticket #59155 on Core Trac:
    Old Twitter (X) icon

  • Posted a reply to Should I update my admin email?, on the site WordPress.org Forums:
    Hello @govisola Yes you can change your admin email. there are 3 methods to change…

  • Posted a reply to I get error of offline on my website many times, on the site WordPress.org Forums:
    This issue is come when your internet is disconnect so please check your internet is…

  • Posted a reply to Hide the ‘OR’ label beneath the Google and Apple Pay button., on the site WordPress.org Forums:
    Read this article for payment optionhttps://woocommerce.com/document/woopayments/payment-methods/apple-pay/#:~:text=You%20can%20customize%20which%20of,in%20the%20Express%20Checkouts%20section.and for display none "or" use this code in style.cssp#wcpay-payment-request-button-separator…

  • Posted a reply to Hide the ‘OR’ label beneath the Google and Apple Pay button., on the site WordPress.org Forums:
    I saw buttons but not show label so please can you share screenshot here.

  • Posted a reply to flexible text area, on the site WordPress.org Forums:
    Hii Pleae try this for flexible textarea <h3>Extra profile information</h3> <table class="form-table"> <tr> <th><label for="richiesta">Richiesta</label></th>…

  • Posted a reply to WordPress admin panel view is like this and nothing is working, on the site WordPress.org Forums:
    HiiiPlease watch this video and follow this your issue will be fixed https://www.youtube.com/watch?v=AdA9cPbA31Q

  • Posted a reply to Hide the ‘OR’ label beneath the Google and Apple Pay button., on the site WordPress.org Forums:
    In this "https://gloringstore.com/product/gloring-smart-ring/" page I don't see the Google Pay and Apple Pay buttons and…

  • Posted a reply to Change/Replace Text, on the site WordPress.org Forums:
    HiiI think this is may not possible with css but yo can do it using…

  • Posted a reply to Can’t log in to WP Admin, on the site WordPress.org Forums:
    Go to this url "/home/sspsnj/public_html/wp-includes/class-wp-block-parser-block.php" and see i think this file "class-wp-block-parser-block.php" is missing, if…

  • Posted a reply to Header changing size when scrolling, on the site WordPress.org Forums:
    Hello simonhatfieldI found issue in your website there is 2 menu in header one is…

  • Posted a reply to Not able to edit posts/pages after site was upgraded to WordPress 6.3, on the site WordPress.org Forums:
    Hello Go to wp-config.php and enable wp debug true "define('WP_DEBUG', true);" then it is show…

  • Created a topic, Bug in NextGEN Gallery with php version 8.2, on the site WordPress.org Forums:
    Bug in NextGEN Gallery with php version 8.2 that is hs…