shariqkhan2012
@shariqkhan2012 on WordPress.org and Slack
- Member Since: December 15th, 2012
- Website: www.shariqkhan.in
WordPress Origin Story
Contribution History
shariqkhan2012’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- 
										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)…8 months ago 
- 
										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…9 months ago 
- 
										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…9 months ago 
- 
										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…9 months ago 
- 
										Posted a reply to How to build a form that shows thank you animation message on submission?, on the site WordPress.org Forums: 
 What you are asking is about jQuery animation. I dont think it has got anything…9 months ago 
- 
										Posted a reply to What Kinds of Native Ads Are These?, on the site WordPress.org Forums: 
 It appears that the widget is one generated by a plugin which connects to Dable…9 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 It looks like your site has caching enabled. You'd need to disable that first and…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 Try on other pages. If the text 'Inside the wporg_11560356_dequeue_script function call' is not displaying…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 DOes it not appear in both the lists of enqueued scripts i.e before and after…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 The list of all enqueued scripts. And the text 'Inside the wporg_11560356_dequeue_script function call' at…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 Let's try to print some debug statements in the function. to see if the function…11 months ago 
- 
										Posted a reply to Can’t access to my admin page, on the site WordPress.org Forums: 
 Glad that things are working for you now. Can you please mark the issue as…11 months ago 
- 
										Posted a reply to White Screen of Death, on the site WordPress.org Forums: 
 In that case, you need to hire a developer to have a look at this.11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 No significance of 115603561 It was just used to make the function name unique. Since…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 function wporg_11560356_dequeue_script() { if( is_page(YOUR_PAGE_ID) ) { wp_dequeue_script( 'ctf_twitter_intents' ); } } add_action( 'wp_print_scripts', 'wporg_11560356_dequeue_script',…11 months ago 
- 
										Posted a reply to Can’t access to my admin page, on the site WordPress.org Forums: 
 What do you mean by 'its not my admin form'. The redirection you are getting…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 1. You have to download the plugin and open it in some code-editor like Notepad+=,…11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 Search for occurrences of wp_enqueue_script in the codebase of SmashBalloon's plugin. If the JS files…11 months ago 
- 
										Posted a reply to Can’t access to my admin page, on the site WordPress.org Forums: 
 Doesn't the page you are redirected to, offer you a login form?11 months ago 
- 
										Posted a reply to Can you remove a plugin’s JS rendering, with a function?, on the site WordPress.org Forums: 
 Theoretically, you could do it with wp_dequeue_script But using the plugin's interface is the right…11 months ago 
- 
										Posted a reply to White Screen of Death, on the site WordPress.org Forums: 
 Yeah, looks like I skipped the part where you said that you have tried all…11 months ago 
- 
										Posted a reply to White Screen of Death, on the site WordPress.org Forums: 
 Try the steps mentioned here11 months ago 
- 
										Created a topic, Beautiful and sleek!, on the site WordPress.org Forums: 
 I came to use Astra after reading about it in one of t…12 months ago 
- 
										Posted a reply to Weird WordPress style with do_shortcode and style sheet, on the site WordPress.org Forums: 
 Interesting Can you try changing the order of the PHP snippet and the "normal" shortcode?…2 years ago 
- 
										Posted a reply to Weird WordPress style with do_shortcode and style sheet, on the site WordPress.org Forums: 
 Also, where have you put the PHP code?2 years ago 
- 
										Posted a reply to Weird WordPress style with do_shortcode and style sheet, on the site WordPress.org Forums: 
 You should not share your credentials in a public forum. These may be used by…2 years ago 
- 
										Posted a reply to my CSS editor is not working, on the site WordPress.org Forums: 
 There is no option to post a screenshot as such. You need to use an…2 years ago 
- 
										Posted a reply to help!! my CSS editor is not working, on the site WordPress.org Forums: 
 Can you post a screenshot of where the CSS editor is disabled?2 years ago 
- 
										Posted a reply to User Specific Log in, on the site WordPress.org Forums: 
 When a user logs in WordPress and goes into the dashboard, they see the profile…2 years ago 
- 
										Created a topic, How to edit events added by Advanced Cron Manager?, on the site WordPress.org Forums: 
 Thanks for your useful plugin. Appreciate all the hard…2 years ago 
- 
										Created a new ticket, #54830, in Themes Trac: 
 THEME: Convey – 1.02 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 Great!2 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 It is very important when you register your CPT and when you flush the rewrite…2 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 The rewrite->slug and has_archive parameters always get me. What do you see when you go…2 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 Also, is there a chance that you have a page as well with slug as…2 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 Wait a minute. I see the rwrite->slug parameter is 'question'. So shouldn't you be looking…2 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 In that case, we will need bit more digging. 1. Could you try using default…2 years ago 
- 
										Posted a reply to Restrict comments by user role AND post category, on the site WordPress.org Forums: 
 Glad it worked for you.2 years ago 
- 
										Posted a reply to Custom post type pagination problem, on the site WordPress.org Forums: 
 The code above does not give away any hints. 1. What is the setup for…2 years ago 
- 
										Posted a reply to Can’t upload site logo, on the site WordPress.org Forums: 
 You are welcome2 years ago 
- 
										Posted a reply to change the pointing of the Facebook icon (can’t attach a screenshot), on the site WordPress.org Forums: 
 What is the page link we are talking about?2 years ago 
- 
										Posted a reply to Difficulty with the miniatures of my products for sale, on the site WordPress.org Forums: 
 You are welcome. Open a separate one.2 years ago 
- 
										Posted a reply to Can’t upload site logo, on the site WordPress.org Forums: 
 As I said, most probably the problem is not with the theme becuse the same…2 years ago 
- 
										Posted a reply to Secondary Menu, on the site WordPress.org Forums: 
 If you want the menu to look as it is, then the problem is not…2 years ago 
- 
										Posted a reply to Can’t upload site logo, on the site WordPress.org Forums: 
 That's very strange. I am able to see it on my site with the Ample…2 years ago 
- 
										Posted a reply to urgent help, difficulty with the miniatures of my products for sale, on the site WordPress.org Forums: 
 Non-mandatory means, it is not compulsory. I think that is because the link you have…2 years ago 
- 
										Posted a reply to Secondary Menu, on the site WordPress.org Forums: 
 How do you want it to look?2 years ago 
- 
										Posted a reply to Can’t upload site logo, on the site WordPress.org Forums: 
 I am a bit confused now. What is the issue that you are facing? That…2 years ago 
- 
										Posted a reply to urgent help, difficulty with the miniatures of my products for sale, on the site WordPress.org Forums: 
 While the title="Tre libri di Krstina Hanzic | libro I-Di cosa hai paura?" is not…2 years ago 
- 
										Posted a reply to urgent help, difficulty with the miniatures of my products for sale, on the site WordPress.org Forums: 
 If you want each image to point to a different book/post, then yes, each <img>…2 years ago 
Developer
- 
										
											Responsive Pricing Tables and Info BoxesActive Installs: Less than 10 



 
			