Raja Mohammed
@cthreelabs on WordPress.org, @Raja Mohammed on Slack
- Member Since: April 12th, 2014
- Location: India
Contribution History
Raja Mohammed’s badges:- Core Contributor
- Translation Contributor
- WordCamp Speaker
-
Wrote a new post, ‘வேர்ட்பிரஸ் போட்டோ’ கோப்பகத்தில் புகைப்படங்களை பதிவிடுவது எப்படி?, on the site WordPress Photo Festival 2024:
https://www.youtube.com/watch?v=zLJ7RnaTEho அன்பர்களே , WordPress photos குழுவிலிருந்து நான் Sadie . நான் Photos கோப்பகத்தின் பங்களிப்பாளராகவும், குழுவின் மதிப்பீட்டாளராவாகும் செயல்படுகிறேன். … -
Created a topic, Seamless multilingual flow for buddy sites, on the site WordPress.org Forums:
The plugin enables the ability to add translation to t… -
Mentioned in [44611] on Core SVN:
Users: Add extra checking to `wp_new_user_notification()`. -
Confirmed as a speaker for WordCamp Ahmedabad 2018
-
Posted a reply to Host has disabled our website (Hacked), on the site WordPress.org Forums:
Hi, You can follow the steps https://sucuri.net/guides/how-to-clean-hacked-wordpress to identify the compromised files, though it's a… -
Posted a reply to Multiple User per Email, on the site WordPress.org Forums:
Hi, Kindly post your queries to plugin author or submit it on the plugin support… -
Posted a reply to captcha issues for login, on the site WordPress.org Forums:
Hi, disable the plugins from your FTP/cpanel. just rename the captcha plugins. that will allow… -
Posted a reply to Themes not working at all, on the site WordPress.org Forums:
Hi, It seems like a permission issue, required assets css,js and images are not loaded.… -
Posted a reply to Invalid post type., on the site WordPress.org Forums:
Hi, Kindly provide your code snippet, it would be easy to debug whats wrong. -
Posted a reply to Irrelevant search result in plugins listing, on the site WordPress.org Forums:
May be you can create a ticket @ https://meta.trac.wordpress.org. -
Posted a reply to Irrelevant search result in plugins listing, on the site WordPress.org Forums:
There is an existing ticket regarding the issue https://meta.trac.wordpress.org/ticket/3338 -
Posted a reply to Website Recovery Needed, on the site WordPress.org Forums:
Your wp-includes/load.php is missing. check from the FTP whether you have the missing file in… -
Posted a reply to Cannot upload PDF to Media, on the site WordPress.org Forums:
Maybe you have incorrect permission or the PHP execution time way below time required to… -
Posted a reply to Layered User Logins, on the site WordPress.org Forums:
This is possible, You need to hookup the functionality to wp_login based on the user… -
Posted a reply to Floating page on mobile device, on the site WordPress.org Forums:
Could you be more specific what you are trying to achieve ? -
Posted a reply to Accessing Old Posts, on the site WordPress.org Forums:
Do you want to access the old posts that are inaccessible? -
Posted a reply to I Get “404 Not FOUND NGINX” error when going to disclaimer, on the site WordPress.org Forums:
It seems your hosting is running Nginx not Apache. check with them. htaccess doesn't work… -
Posted a reply to Random images being deleted, on the site WordPress.org Forums:
Can you share the live url?. You have any cache plugins enabled. If the media… -
Posted a reply to Database Problem, on the site WordPress.org Forums:
Did you get any timeout error after the update? -
Posted a reply to Random images being deleted, on the site WordPress.org Forums:
Sounds strange, How do you re-upload the files through media library or via ftp? -
Posted a reply to Random images being deleted, on the site WordPress.org Forums:
Check for spam activity and your site traffic is it normal? -
Posted a reply to My wp site is not working, on the site WordPress.org Forums:
Did you check with the theme support ?. A required The file is missing in… -
Posted a reply to IE doesn’t display website correctly, on the site WordPress.org Forums:
Check this with the theme author. -
Posted a reply to Updating WordPress Manually, on the site WordPress.org Forums:
Before proceeding further take a backup of the wp-content and wp-config.php. Remove the wp-content directory… -
Posted a reply to Page/post editor, on the site WordPress.org Forums:
If you have updated or added any plugin or your theme if possible try a… -
Posted a reply to My live website without images, on the site WordPress.org Forums:
Yeah, the images are being served from your localhost Check the images URL from where… -
Posted a reply to Can I populate only certain blog categories on pages?, on the site WordPress.org Forums:
.lcp_catlist li{ margin-bottom:20px; display:block; width:100%; clear:both; } add the above CSS this enables you to… -
Posted a reply to Can I populate only certain blog categories on pages?, on the site WordPress.org Forums:
Add default images for those posts without thumbnail. you need to add to each post.… -
Posted a reply to Can I populate only certain blog categories on pages?, on the site WordPress.org Forums:
Child theme should be extending your activated Theme. You don't need a template now you… -
Posted a reply to Can I populate only certain blog categories on pages?, on the site WordPress.org Forums:
There is a list of parameters https://github.com/picandocodigo/List-Category-Posts/wiki/More-parameters-you-can-use To display post with thumbnail and content/excerpt [catlist… -
Posted a reply to Can I populate only certain blog categories on pages?, on the site WordPress.org Forums:
That's a bit of coding i would recommend that, But you want a plugin to… -
Posted a reply to Where to locate plugin data files?, on the site WordPress.org Forums:
WP-Content goes first and followed by the uploads directory that is the only place where… -
Posted a reply to Problems displaying certain characters correctly, on the site WordPress.org Forums:
You should be checking this with the infocus theme support. -
Posted a reply to Can I populate only certain blog categories on pages?, on the site WordPress.org Forums:
You should be creating a new page template with a custom query and assign the… -
Posted a reply to WP LOGIN PROBLEM, on the site WordPress.org Forums:
You should be reditecting non www url to www version in htaccess refer https://stackoverflow.com/questions/12050590/redirect-non-www-to-www-in-htaccess -
Posted a reply to Fail to upload pdf, on the site WordPress.org Forums:
You might need to up the PHP max_execution time http://php.net/manual/en/info.configuration.php#ini.max-execution-time -
Posted a reply to Load Ajax data before results load, on the site WordPress.org Forums:
You should move the jquery Ajax inside the conditional block if(results[0]) to access loc and… -
Posted a reply to plugin install now button, on the site WordPress.org Forums:
Only WordPress support questions can be answered here, we cannot help with your PC issues. -
Posted a reply to Nothing on backend correctly works, on the site WordPress.org Forums:
You developing in a local env or in a remote server? -
Posted a reply to 404 error on product pages, on the site WordPress.org Forums:
Have you tried resetting the permalinks ? -
Posted a reply to implode error issue, on the site WordPress.org Forums:
Implode can only be applied to an array, check if $values is an array. -
Posted a reply to Wp_Kses strips anchor attributes, on the site WordPress.org Forums:
Okay great . Thanks for the help . @stephencottontail @otto42 @motifsolution ☺️ -
Posted a reply to Wp_Kses strips anchor attributes, on the site WordPress.org Forums:
@otto42 and @motifsolution Yeah that's true . But in my case I think wp_kses won't… -
Posted a reply to Wp_Kses strips anchor attributes, on the site WordPress.org Forums:
@@stephencottontail . The $string passed to wp_kses is a strigified json object. which would be… -
Posted a reply to Wp_Kses strips anchor attributes, on the site WordPress.org Forums:
@stephencottontail any observations ? -
Posted a reply to Redirect single page, on the site WordPress.org Forums:
I think this would be resolved by changing the wp site_url ? or am i… -
Posted a reply to Wp_Kses strips anchor attributes, on the site WordPress.org Forums:
Here is another $allowed_html array that strips href and results in Cick Here. array(21) {… -
Posted a reply to Wp_Kses strips anchor attributes, on the site WordPress.org Forums:
below is the $allowed_html content , im using the wp function to get the allowed… -
Committed [971196] to Plugins SVN:
banner updated -
Committed [970327] to Plugins SVN:
Read me text corrections