Saurabh Saneja
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cache issue at login page after activating Cloudflare@jdembowski im sorry i didnt know that
Forum: Fixing WordPress
In reply to: Older themes get installend after WP updateOk I went through the link provided by @joyously
I believe your web host is taking backups, if not then take backup yourself before you add the line below to the wp-config.php file.
define( 'CORE_UPGRADE_SKIP_NEW_BUNDLED', true );
Forum: Fixing WordPress
In reply to: Cache issue at login page after activating CloudflareYou can write to cloudflare support. A month back I had issues with my website and I wrote to cloudflare support. They helped me
[ deleted, do not post emails in these forums ]
- This reply was modified 4 years, 11 months ago by Jan Dembowski.
- This reply was modified 4 years, 11 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Trying to change admin email, not receiving confirmation emailDELETING A SUBDOMAIN
When you no longer need a subdomain, you can delete it.To delete a subdomain, follow these steps:
In the Domains section of the cPanel home screen, click Subdomains.
Under Modify a Subdomain, locate the subdomain that you want to delete, and then click Remove.
Click Delete Subdomain to confirm the deletion.
When you delete a subdomain, its folder and files are not deleted. You must delete the folder and files manually.I got above info from this link
https://www.a2hosting.in/kb/cpanel/cpanel-domain-features/subdomains
I think by downgrading WordPress to a lower version and then updating it to newer version may help
Forum: Fixing WordPress
In reply to: Predefined User AvatarsI believe this will help
https://www.elegantthemes.com/blog/resources/how-to-disable-gravatar-author-images-and-add-your-own
You’re welcome ??
Forum: Reviews
In reply to: [GeneratePress] In short, the best WordPress theme out there right nowIt’s okay.. I should have been careful!! you’re welcome by the way!! ??
Thanks moderators for the heads up lol ??
- This reply was modified 6 years, 4 months ago by Saurabh Saneja.
Forum: Reviews
In reply to: [GeneratePress] In short, the best WordPress theme out there right nowAbsolutely right!! ??
Forum: Reviews
In reply to: [GeneratePress] In short, the best WordPress theme out there right nowLet people can add as many features as they like by adding code to the child theme/code snippets plugin.. code could be made available on a certain page on gp premium site you know.. provide code if you dont want to add more features.. I think people should have code that way everyone’s covered!!
- This reply was modified 6 years, 4 months ago by Saurabh Saneja.
add_action( ‘generate_inside_mobile_header’,’tu_mobile_header_html’ );
function tu_mobile_header_html() {
/*add your search widget shortcode here*/}
- This reply was modified 6 years, 4 months ago by Saurabh Saneja.
- This reply was modified 6 years, 4 months ago by Saurabh Saneja.
- This reply was modified 6 years, 4 months ago by Saurabh Saneja.
Forum: Fixing WordPress
In reply to: Can wordpress notify me on plugin updatesThanks Steve ??
Forum: Fixing WordPress
In reply to: Can wordpress notify me on plugin updatesI am not using wordfence and i dont intend on using it.. is there any other way of doing it?
Forum: Fixing WordPress
In reply to: Privacy Policy Setting Missing on Admin PanelYup you can talk to your hosting service about it.. they would check your wordpress installation..
you can also check wordpress database for users table and check admin username/email address is yours.
By the way it’s a weird issue.
You can also try this plugin.. and paste the results here so some moderator can have a look at it
Forum: Fixing WordPress
In reply to: Privacy Policy Setting Missing on Admin PanelOr maybe you can re-install wordpress from admin panel..
wp-admin/update-core.php