Sundar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Keep getting emails about comments?Use Google Re-captcha for better spam blocking π
Forum: Fixing WordPress
In reply to: Keep getting emails about comments?Do you have any contact forms ?
Probably spam bots might send emails to the default wordpress@mysite from your contact form on the site .
If you have a contact form , use a captcha to block spam bots sending emails.Forum: Fixing WordPress
In reply to: Can’t edit web pages with AvadaPost the screenshot of the Admin Dashboard with the Upload image issue that you are getting.
Forum: Fixing WordPress
In reply to: Locating theme menu to edit phpwp-content/themes/shapely/header.php
this is the file to edit the menuForum: Fixing WordPress
In reply to: Regarding WordPress and the use of CDNI shall check this & try to provide you with an solution, give me a day’s time
Forum: Fixing WordPress
In reply to: Inserting Javascript Into a PHP fileYou are welcome !
Forum: Fixing WordPress
In reply to: Locating theme menu to edit phpyes under public html / wp-content/themes/shapely (if shapely is the theme you are using)
Forum: Fixing WordPress
In reply to: Website Crashing Ever Since I Updated ThemeIf the site is not accessible at certain times , then it must be the server issue.
Check the server access logs & error logs , that should give you an clear idea.If it was an issue with WP , then the site shouldn’t be accessible at any time.
Hope you understand.
Contact the hosting tech support & explain this , they should be able to figure out the issue.
Forum: Fixing WordPress
In reply to: Regarding WordPress and the use of CDNYes , you will not have control over the files on the CDN , but you can push changes on existing files / new files to the CDN.
Forum: Fixing WordPress
In reply to: Inserting Javascript Into a PHP fileYes , it is possible , you can insert the code.
Please do make sure to take a back-up before you do changes to the script , so that you can revert if things break.Forum: Fixing WordPress
In reply to: problème de redirectionWhat redirect issue are you facing ?
The link you posted is accessible.
Where & how you want to redirect the url to ?
Can you be more specific & clear please ?Forum: Fixing WordPress
In reply to: Website Crashing Ever Since I Updated ThemeJust checked your site & its accessible , I don’t see any issues.
Can you be more specific on the issue along with screenshot if possible ?
So that we could help you.Thanks.
Forum: Fixing WordPress
In reply to: Keep getting emails about comments?Did you check whether you are getting this from ping backs & track backs ?
If so , then you need to disable ping backs & trackbacks from WordPress.Check more about this https://en.support.wordpress.com/comments/pingbacks/
Forum: Fixing WordPress
In reply to: How to confirm and make sure I have successfully change the domainIf you have access to phpmyadmin or any mysql client , go to the WordPress database , under wp_options table , you need to update the value of home , siteurl with the new domain name.
Else go to WP Admin Dashboard
under Settings->General screen , change the Site Address URL & WordPress URL.Once you do this , you will logged out of the Admin .
Re login to WP Admin & install a plugin called “Search and Replace” ,this plugin is used to search & replace the old url value with new url value , once you do it , thats it.
So this is how you can make sure , the domains are changed successfully.
Hope it helps π
Forum: Fixing WordPress
In reply to: Locating theme menu to edit phpIn WP Admin Dashboard
Under Appearance , click on menus.
You will find the page menu items to edit.If you want to edit the php file via FTP , you should search for a file called header.php under wp-content/themes/shapely (I assume you are using shapely theme)
*Avoid editing the source file , always use Admin Dashboard , so that you won’t mess up with the site.
*Also take a back-up before you do any changes.Hope it helps !!