hemalmaniyar
@hemalupadhyay on WordPress.org
Bio
Contributions
- Member Since: July 25th, 2017
- Location: Ahmedabad
-
Posted a reply to Best way of getting the user’s avatar, on the site WordPress.org Forums:
Hello, You can directly use get_avtar() function for the output of avtar. echo get_avatar($user_id, 80);… -
Posted a reply to How to remove header in woocommerce single product page, on the site WordPress.org Forums:
Hello, Removing header is not good idea for that, instead you can create separate file… -
Posted a reply to Fatal error: Uncaught Error: Class “WP_Nav_Menu_Widget”, on the site WordPress.org Forums:
Hello, First try with deactivating current theme and switch back to default theme like twentytwenty… -
Posted a reply to How to display recent 3 posts to non-Wodpress site?, on the site WordPress.org Forums:
Hello, There are 2 ways either you can do by Feed or by wp-json Feed… -
Posted a reply to Website banners are not visible on homepage when not in developer mode, on the site WordPress.org Forums:
Hello, I would advise you to update the WP and respective plugins active on the… -
Posted a reply to The site is down and I’m unable to access the wp-admin dashboard, on the site WordPress.org Forums:
Hello, You need to debug the issue. First you need to inactive any latest plugin… -
Posted a reply to categories in home page, on the site WordPress.org Forums:
Hello, This is the plugin showing category on the front page/ https://wordpress.org/plugins/front-page-category/ Hope this helps!… -
Posted a reply to wooCommerce customazation, on the site WordPress.org Forums:
Hello, https://wordpress.org/plugins/woocommerce-login-and-registration/ This is the link of one of the good plugin. Hope this helps!… -
Posted a reply to Google Images is incorrectly indexing the title of the indexed photo, on the site WordPress.org Forums:
Hello, Looks like the same product whatever there as title in screenshot you have given… -
Posted a reply to Plugin or default way to adjust our password strength, on the site WordPress.org Forums:
Hi You can use below code for that: function method_remove_wp_default_password_meter() { wp_dequeue_script( 'wc-password-strength-meter' ); }… -
Posted a reply to website showing blank on mobile, on the site WordPress.org Forums:
Hello, I have checked above link. The URL you have shared https://naturaldayswellness.com/cyt2/ is SSL secure… -
Posted a reply to Modify Hamburger Menu, on the site WordPress.org Forums:
Hi I am suggesting here for updating your menu icon with Menu text Add a…