Jogesh
@jogesh_pi on WordPress.org
- Member Since: March 1st, 2012
- Location: New Delhi
- Website: webomnizz.com
Contribution History
Jogesh’s badges:- Plugin Developer
-
Committed [2437847] to Plugins Trac:
Add - RGM Map Widget added3 months ago
-
Committed [2423502] to Plugins Trac:
Update - Plugin Icon updated3 months ago
-
Committed [2423478] to Plugins Trac:
Update - Banner Images Update3 months ago
-
Committed [2422996] to Plugins Trac:
Fix - Media Uploader not working.3 months ago
-
Committed [2413768] to Plugins Trac:
Fix - Location by address not working4 months ago
-
Committed [2398385] to Plugins Trac:
Readme updated5 months ago
-
Committed [2398384] to Plugins Trac:
Introduced with new Styles and Upgraded Backend UI5 months ago
-
Committed [2395145] to Plugins Trac:
Asking for review added5 months ago
-
Committed [2393656] to Plugins Trac:
Readme link fix5 months ago
-
Committed [2393651] to Plugins Trac:
Latest Release5 months ago
-
Posted a reply to Can’t install: “the site is experiencing technical difficulties”, on the site WordPress.org Forums:
There are a certain number of way to debug the error, I found a blog…8 months ago
-
Posted a reply to Error establishing a database connection, on the site WordPress.org Forums:
It is directly related to the DATABASE. Make sure the database details are correct in…9 months ago
-
Posted a reply to No JetPack Plugin installed – But website loads stats.wp.com every time, on the site WordPress.org Forums:
I haven't seen such codes. In your case, if you have any cache plugin installed…9 months ago
-
Posted a reply to How to Add Query String to Permalink?, on the site WordPress.org Forums:
Not sure but have to seen the add_query_arg() function? Like to you want to keep…11 months ago
-
Posted a reply to Editor not working even after I disable plugins and theme, on the site WordPress.org Forums:
Hi, As you said you already tried to disable all the plugins and the theme…12 months ago
-
Posted a reply to Disappearing website, on the site WordPress.org Forums:
Do you have FTP logins for your Hosting Server?12 months ago
-
Posted a reply to Disappearing website, on the site WordPress.org Forums:
now you have to use the FTP client like FileZilla (https://filezilla-project.org/download.php?type=client) to upload and replace…12 months ago
-
Posted a reply to Disappearing website, on the site WordPress.org Forums:
Then you have to hire someone to fix the site for you.12 months ago
-
Posted a reply to Disappearing website, on the site WordPress.org Forums:
You need to upgrade your WordPress with the latest version. Please follow the given guidelines.…12 months ago
-
Posted a reply to WordPress installation on Mac, on the site WordPress.org Forums:
You could MAMP for easy setup. Or if you are familiar with Docker then follow…12 months ago
-
Posted a reply to Problems with php 7+, on the site WordPress.org Forums:
It could be a memory problem but can't say exactly without knowing the exact error.…1 year ago
-
Posted a reply to Adding menu, on the site WordPress.org Forums:
You should use function xls_download_menu() { add_submenu_page( 'xls-download', __( 'XLS Download', 'xls-download' ), __( 'XLS…1 year ago
-
Posted a reply to Adding menu, on the site WordPress.org Forums:
You have issue with capabilities options. add_submenu_page( 'xls-download', __( 'XLS Download', 'xls-download' ), __( 'XLS…1 year ago
-
Posted a reply to automatic redirect 301 wordpress, on the site WordPress.org Forums:
You could use the https://wordpress.org/plugins/redirection/ plugin.1 year ago
-
Posted a reply to Full-width embeds and galleries, on the site WordPress.org Forums:
I guess you are using FULL Width Video settings on Video block in the backend.1 year ago
-
Posted a reply to Word break issues, on the site WordPress.org Forums:
You need to the word-break: initial; take a look for the headings. h1, h2, h3,…1 year ago
-
Posted a reply to Text forcing new line, on the site WordPress.org Forums:
Use the following codes: <p> <?php echo apply_filters('cm_tooltip_parse', 'Label: ', true); if ( generate_show_title() )…1 year ago
-
Posted a reply to How to add Shopify products to a wordpress blog post, on the site WordPress.org Forums:
Are you talking about the affiliate code?1 year ago
-
Posted a reply to Fatal error: Can’t use method return value in write context, on the site WordPress.org Forums:
In this case, you have to use the FTP client or cPanel and rename the…1 year ago
-
Posted a reply to How to have dynamic values on properties in schema.org type + archive pages, on the site WordPress.org Forums:
Yes, you can. You need to get the total number of reviews and the average…1 year ago
-
Posted a reply to wp-admin force “Number of items per page:” 25, on the site WordPress.org Forums:
You should use the screen options ( you can find in top right section )…1 year ago
-
Posted a reply to redirection problem, on the site WordPress.org Forums:
You should add the following code to the .htaccess file to redirect all the http…1 year ago
-
Posted a reply to Warning: Invalid argument error help, on the site WordPress.org Forums:
It is a theme specific issue and You should post to the Trusted theme support…1 year ago
-
Posted a reply to Resized images much bigger than original ones, on the site WordPress.org Forums:
WordPress doesn't control the image quality. You need to use the jpeg_quality filter to control…1 year ago
-
Posted a reply to who knows what -1 means ?, on the site WordPress.org Forums:
Are you using any plugin to handle subscription?1 year ago
-
Posted a reply to How to have dynamic values on properties in schema.org type + archive pages, on the site WordPress.org Forums:
The SiteReview plugin has the JSON Schema implementation by itself. https://wordpress.org/plugins/site-reviews/1 year ago
-
Posted a reply to Emojis don’t appear in comments, on the site WordPress.org Forums:
I tested it in WordPress 5.3 and it is working fine in the comments. As…1 year ago
-
Posted a reply to “Linked AMP version is invalid” How do I solve this?, on the site WordPress.org Forums:
You could use the google amp validator to know about the issue https://search.google.com/test/amp You could…1 year ago
-
Posted a reply to WordPress website production, on the site WordPress.org Forums:
You can use the WooCommerce plugin ( https://wordpress.org/plugins/woocommerce/ ) to make a shopping website. You…1 year ago
-
Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
Can you show your codes throug https://pastebin.com/1 year ago
-
Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
I hope you are using this function in the theme?1 year ago
-
Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
You should use get_template_directory() instead of get_template_directory_uri() $dir_path = get_template_directory() . '/images/bkgrds/'; $bkgrds = list_files(…1 year ago
-
Posted a reply to Recovery email not coming through, on the site WordPress.org Forums:
You could debug the error by enabling the debug mode in the wp_config.php file. the…1 year ago
-
Posted a reply to dashboard critical error, on the site WordPress.org Forums:
Why you are showing the login details publically? Instead, you could share the screenshot of…1 year ago
-
Posted a reply to Intranet breaking with Custom SQL code, on the site WordPress.org Forums:
You could change the variable accordingly. $raw_query = "SELECT DISTINCT wp_posts.id FROM wp_posts, wp_term_relationships, wp_term_taxonomy,…1 year ago
-
Posted a reply to Intranet breaking with Custom SQL code, on the site WordPress.org Forums:
I guess the issue is with the following line in case of string value: AND…1 year ago
-
Posted a reply to Use JS serverside with WP, on the site WordPress.org Forums:
You can not use ServerSide JS (NodeJS) with WordPress. Alternatively, you could use ReactJs to…1 year ago
-
Posted a reply to After migration of domain hosting home page link is displayed as old URL, on the site WordPress.org Forums:
Make sure the URL is not hardcoded under Appearance > Menus.1 year ago
-
Posted a reply to notice: undefined variable: post_id in /home/, on the site WordPress.org Forums:
You don't have to use $post_id into the single.php file. It should work without $post_id.…1 year ago
-
Posted a reply to Malware ? HTML/ScrInject.B trojan, on the site WordPress.org Forums:
I haven't got any alert by visiting on https://aelclicpathfinder.com/northern-europe1 year ago
Developer
-
Responsive Google Map
Active Installs: 1,000+