Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide thank you pages from Sitemap WITHOUT using a pluginSitemap page manage with template and put your code there.
IF you want’s remove from archive or search then apply/* Search Only posts */ function search_filter($query) { if (!is_admin() && $query->is_main_query()) { if ($query->is_search) { $query->set('post_type', array('post')); // manage your code hear with your argument for exclude page } } } add_action('pre_get_posts', 'search_filter');change this action
//add_action(‘login_enqueue_scripts’,’check_login_status’,20);to
add_action(‘login_url’,’check_login_status’,20);I have using lite plugin
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] How to use wysiwyg like wordpress editor
Forum: Fixing WordPress
In reply to: Resized images not working – 404hello chrisa65,
your thumbnail generate issue occurred at media upload to time?If no then you wants to regenerate images again all or selected use this plugin.
Thanks.
Forum: Fixing WordPress
In reply to: Speed Optimization : Remove render-blocking JavaScript Issue@anevins , Yes I know about it but when i have moved on footer issue occurred regarding js.
Forum: Fixing WordPress
In reply to: Sitemap page indexing questionPlease check your yoast seo sitemap urls and settings.
Forum: Fixing WordPress
In reply to: Changed DB username, activation email?on more solution create backup config.php Then delete this one.
When You have run site add again whole details with database admin user name, email and password.Forum: Fixing WordPress
In reply to: Changed DB username, activation email?Without acess site i cant help more but provide just my idea related solution.
Please go to Ftp or cpanel and tempary rename directory regarding this plugin.Or check your htaccess file you have change wp-admin url to another for back-end sequrity.
Which plugin You have used?- This reply was modified 9 years, 7 months ago by Ravikumar Patel.
- This reply was modified 9 years, 7 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: Admin meta box upload file (pdf or excel)Hello Jelly Bean,
Use this plugins for create metabox.
https://wordpress.org/plugins/meta-box/
OR
https://wordpress.org/plugins/advanced-custom-fields/
I have so many sites on used related this.
In case acf plugin not support use one addon acf repetable field.
Thanks.Forum: Fixing WordPress
In reply to: Changed DB username, activation email?Hello Baurox,
Please reset your password from mysql database with md5 encrypt.
Then try to login.Have you used any plugin related to login attempt on sequrity.
Thanks.
Ravipatel- This reply was modified 9 years, 7 months ago by Ravikumar Patel.
- This reply was modified 9 years, 7 months ago by Ravikumar Patel.
When we have test homepage speed on gmatrix.
issue arrived:
1) Remove query strings from static resources
2) Specify a cache validator.
3) Defer parsing of JavaScriptwe have used w3 cache plugin but not working.
how we can fix this issue related to your pluginForum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Multiple Wysiwyg Editor issue@willworkforbeer and @cecilette
As per forum rule please post own questions.
Forum: Plugins
In reply to: [WP Job Manager - Company Profiles] Company Page title show "Blog"Have you created single-company.php file?
Please possible to share screenshot.
Forum: Fixing WordPress
In reply to: how to fix this header@philipppoeschke,
As per your code comment we can’t get idea whats actual issue.
Please define which theme u have used? Or possible to suggest your url.IF u have used premium theme so contact theme developer.
Thanks,
Ravi patel