Abdoljabbar
@jabbarbakhshande on WordPress.org, @Abdoljabbar Bakhshande on Slack
- Member Since: August 11th, 2021
- GitHub: abdoljabbar
-
Created ticket #54101 on Core Trac:
broken link of license in "about wordpress" section -
Posted a reply to why are some plugins not listed via the dashboard, on the site WordPress.org Forums:
yes, Perhaps some plugin developers don't want their plugins to have GPL licenses and would… -
Posted a reply to why are some plugins not listed via the dashboard, on the site WordPress.org Forums:
hello The plugins that appear on the plugin explorer come from wordpress.org/plugins and were published… -
Posted a reply to How to solve these Cross site scripting vulnerabilities?, on the site WordPress.org Forums:
Simply replace the affected files with files from a fresh download of Wordpress according to… -
Posted a reply to Font inside a not loading on mobile, on the site WordPress.org Forums:
Let's step by step identify what is causing the problem exactly, rather than guessing. -… -
Posted a reply to Font inside a not loading on mobile, on the site WordPress.org Forums:
hello Try Chrome or Firefox remote debugging to figure out what is causing the problem… -
Posted a reply to Fixing Spacing between elements on the product description, on the site WordPress.org Forums:
add this styles in your child theme style: .woocommerce .woocommerce-product-details__short-description { margin-bottom: 0; } .woocommerce… -
Posted a reply to Unable to login WP – Error ‘incorrect password’, on the site WordPress.org Forums:
Error 522 is an HTTP status code that occurs when your web server is overloaded… -
Posted a reply to Mobile site title is too large, on the site WordPress.org Forums:
you changed the class to mobile-site-title so try this: @media only screen and (max-width: 600px)… -
Posted a reply to ADMIN RIGHTS, on the site WordPress.org Forums:
hello Look at the wp_users table in your database to see what's happening -
Posted a reply to Mobile site title is too large, on the site WordPress.org Forums:
hello You should use media query when you only want CSS to apply to mobile…