Shariq Khan
@shariqkhan2012 on WordPress.org and Slack
WordPress Origin Story
- Member Since: December 15th, 2012
- Location: Bareilly, India
- Website: www.shariqkhan.in
Contribution History
Shariq Khan’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Site won’t leave loading screen (on any page), on the site WordPress.org Forums:
Check you .htaccess and see if you find anything that looks out of place. Also,… -
Posted a reply to can’t login to my admin after Fedora 30 and WP upgrade, on the site WordPress.org Forums:
Try the steps mentioned here -
Posted a reply to can’t login to my admin after Fedora 30 and WP upgrade, on the site WordPress.org Forums:
Hmm... seems odd. PHP should be available, else WordPress wouldn't be running. Try this: 1.… -
Posted a reply to can’t login to my admin after Fedora 30 and WP upgrade, on the site WordPress.org Forums:
buzzword-bingo:~/web_scripts/lawandrevolution> php -i | grep json php: Command not found. In that case try this:… -
Posted a reply to can’t login to my admin after Fedora 30 and WP upgrade, on the site WordPress.org Forums:
Fatal error: (mghachem) Uncaught Error: Call to undefined function json_encode() json_encode is a standard PHP… -
Posted a reply to change src attribute of shortcode based on user click, on the site WordPress.org Forums:
Can you post the URL of the pages in question? -
Posted a reply to What is the path for jquery.min.js ?, on the site WordPress.org Forums:
It depends on whether the script in question is a part of a plugin or… -
Posted a reply to Irrelevant Pages Created Automatically, on the site WordPress.org Forums:
Try flushing the Autooptimize cache, and deactivating the plugin temporarily. See if it fixes the… -
Posted a reply to Passive listener issue in gtmatrix, on the site WordPress.org Forums:
The gtmatrix is something which needs looking at code and your site's backend to fix,… -
Posted a reply to WP_POSTS not working, on the site WordPress.org Forums:
Perhaps try disbaling WPML plugin momentarily, and see if that has any effect -
Posted a reply to WP_POSTS not working, on the site WordPress.org Forums:
The error file is named debug.log and it will be created in the /wp-contents directory -
Posted a reply to WP_POSTS not working, on the site WordPress.org Forums:
Perhaps try enabling debug logging in WordPress? -
Posted a reply to Unable to see features images, on the site WordPress.org Forums:
Haven't used any of the image optimization plugins in a long time, but you can… -
Posted a reply to Unable to see features images, on the site WordPress.org Forums:
Can you post a screenshot of thw post edit screen for a post which displays… -
Posted a reply to What is the path for jquery.min.js ?, on the site WordPress.org Forums:
Doesn't WordPress load jQuery by default? I don't think you need to load it again… -
Posted a reply to Plugins, Themes, Users and Tools not shown after making a CPT with code snippets, on the site WordPress.org Forums:
GenerateWP works fine. There is something else going on here. Do you have debug logs… -
Posted a reply to Unable to see features images, on the site WordPress.org Forums:
Are the images visible in the post edit screen? -
Posted a reply to change src attribute of shortcode based on user click, on the site WordPress.org Forums:
What is the code you've written till now. -
Posted a reply to Unable to see features images, on the site WordPress.org Forums:
Can you describe your issue in a bit more detail? What do you mean by… -
Posted a reply to Passive listener issue in gtmatrix, on the site WordPress.org Forums:
There are a couple of JavaScript issues with your site. You should fix them first.… -
Posted a reply to Irrelevant Pages Created Automatically, on the site WordPress.org Forums:
@shridsan2010 Could it be because of the caching plugin (Autooptimize) you've installed? -
Posted a reply to WP_POSTS not working, on the site WordPress.org Forums:
Do you mean that before you updated your WordPress version (from 4.4.12 to 5.x) you… -
Posted a reply to How to run a code snippet ONLY when a post is created, not when updated, on the site WordPress.org Forums:
In this case, it will be MySQL that will be doing the sorting. So you… -
Posted a reply to How to run a code snippet ONLY when a post is created, not when updated, on the site WordPress.org Forums:
The problem is in your get_post_meta. get_post_meta( $post_id, 'wpcf-external-client-id', true ); In the first parameter,… -
Posted a reply to How to run a code snippet ONLY when a post is created, not when updated, on the site WordPress.org Forums:
function set_external_client_id( $post_id, $post, $update ) { if ( wp_is_post_revision( $post_id ) ) { return;… -
Posted a reply to Theme error in console with multiple themes, on the site WordPress.org Forums:
Out of curiosity, have you assigned a menu to the location "Primary Menu" (WP Admin… -
Posted a reply to Theme error in console with multiple themes, on the site WordPress.org Forums:
Can you share the URL of your website? Its very hard to figure out whats… -
Posted a reply to Doable to display comments from a different site?, on the site WordPress.org Forums:
You have 2 options here: 1. Iframing the comment area of SiteA on SiteB 2.… -
Posted a reply to Theme error in console with multiple themes, on the site WordPress.org Forums:
Which theme? I dont see it in the 'twenty twentyone' theme -
Posted a reply to Kill custom fields on back end, on the site WordPress.org Forums:
It is not advisable to look for bulk deleting the custom fields unless you are… -
Posted a reply to How to run a code snippet ONLY when a post is created, not when updated, on the site WordPress.org Forums:
wp_insert_post hook has a paramter which specifies whether it is be run only on post… -
Posted a reply to Permalink broken when i update 5.6, on the site WordPress.org Forums:
Sorry, I did not get you. Could you please rephrase it? So, the problem is… -
Posted a reply to Pass authenticated user from another site to sign into WordPress site., on the site WordPress.org Forums:
See if these links help: https://wordpress.org/support/topic/single-sign-on-between-wp-and-asp-net/ https://zeropointdevelopment.com/how-to-single-sign-on-to-multiple-wordpress-sites/ -
Posted a reply to Theme error in console with multiple themes, on the site WordPress.org Forums:
frontend.min.js is part of hat plugin or theme? -
Posted a reply to Permalink broken when i update 5.6, on the site WordPress.org Forums:
Do you mean that you made the changes to only formatting.php, or the .htaccess file… -
Posted a reply to can’t login to my admin after Fedora 30 and WP upgrade, on the site WordPress.org Forums:
Is there a security plugin installed which prevents access to /wp-admin? Additionally, have a look… -
Posted a reply to PHP default timezone was changed after WordPress loading by a date_default_timez, on the site WordPress.org Forums:
Do you have debug logs enabled on the site? They may give you the exact… -
Posted a reply to Menu Bar Dropping To Main Text Area on Mobile setting, on the site WordPress.org Forums:
@tubesfloral The reason for this behavior is the two parallel lines (just to the right… -
Posted a reply to zoom is not working, on the site WordPress.org Forums:
Is the picture expected to zoom on mouse-click, or mouse-hover? Can you paste the links… -
Posted a reply to Comment cookies consent text, on the site WordPress.org Forums:
@ibetslott88 Please start a new thread stating your issue @curtiskessler If the code snippet is… -
Posted a reply to Problems with Elementor, on the site WordPress.org Forums:
Do you have any caching/optimization plugins installed? For example, WP-Optimize, W3 Total Cache, WP Fastest… -
Posted a reply to Missing WP Admin Sidebar tabs, on the site WordPress.org Forums:
This support forum is only for the free and open-source themes available in the WordPress.org… -
Posted a reply to Missing WP Admin Sidebar tabs, on the site WordPress.org Forums:
What is the theme you are using? For future reference, you could use a service… -
Posted a reply to when i click button automatic screenshot web page download the file pdf or jpg, on the site WordPress.org Forums:
Can you please rephrase your question? It is not very clear what you are trying… -
Posted a reply to Missing WP Admin Sidebar tabs, on the site WordPress.org Forums:
As @@potentdevelopment noted, this could be due to your active theme not supporting these features.… -
Mentioned in [47148] on Core SVN:
Privacy: Clarify bulk action labels for personal data export and removal requests. -
Posted a reply to Pages in Authors page, on the site WordPress.org Forums:
The following piece of code taken from this answer should serve the purpose: if ($query->is_author)… -
Posted a reply to Plugin that can dinamically change links posted in page depending on page url?, on the site WordPress.org Forums:
One way would be to create a shortcode which prints the URL dynamically. In that… -
Posted a reply to Search bar with categorised result (Pages), on the site WordPress.org Forums:
You could try the accepted answer mentioned in this StackExchange post Or perhaps, try this… -
Posted a reply to Pages in Authors page, on the site WordPress.org Forums:
1. Hook into pre_get_posts action 2. Check if the current query is 'author' archive query…
Developer
-
Responsive Pricing Tables and Info Boxes
Active Installs: 10+