website-design1
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installing WordPress to server IP AddressHey there !
Check this link to- How to move wordpress site from localhost to Live server.
https://www.wpexplorer.com/wordpress-local-to-live/
[Unnecessary link moderated – Please don’t spam]
Forum: Installing WordPress
In reply to: How do I create Database?hey there !
I really suggest you to check out this awesome article on creating database in wordpress using mysql in cpanel with images:
https://www.interspire.com/content/2006/04/04/how-to-create-a-mysql-database-in-cpanel/
[Unnecessary link moderated – Please don’t spam]
Forum: Fixing WordPress
In reply to: Can't upload image. Fatal error.hey there
If this is a development/staging/import only site and the core WordPress files won’t be used on the live site, then you can think about adding a hack to that file to get the import working.
As the timeout is happening at wp-includes\class-http.php on line 950 then og in and add a line above it that is like this:
set_time_limit (300);
That sets the time out limit at 300 seconds. You can experiment with this to see what will work, and as a last resort that I wouldn’t recommend you can set it to 0 to have no time out.
LikeI said at the start, only do this on a private site that you are contorlling. This isn’t something that you want to have on a live system.
[Unnecessary link moderated – Please don’t spam]
Forum: Fixing WordPress
In reply to: How to change post title font size?Read this forum to get the idea :
https://www.ads-software.com/support/topic/change-post-title-font-size?replies=11
[Unnecessary link moderated – Please don’t spam]
Forum: Localhost Installs
In reply to: Can't access wp-adminCheck this link :
https://stackoverflow.com/questions/26554109/issue-with-root-localhost-directory-wamp
community.spiceworks.com/topic/565948-problems-with-virtual-hosts-on-wamp
[Unnecessary link moderated – Please don’t spam]
Forum: Fixing WordPress
In reply to: Rotated picturesHey there !
Check this link might it work for you :
https://easywpguide.com/wordpress-manual/media-library/editing-the-file-properties/editing-an-image/
https://codex.www.ads-software.com/Edit_Media
https://www.wpbeginner.com/beginners-guide/how-to-crop-rotate-scale-and-flip-images-in-wordpress/
[Unnecessary link moderated – Please don’t spam]
Forum: Fixing WordPress
In reply to: password protected page with CaptchaTry this link :
https://www.ads-software.com/plugins/really-simple-captcha/
https://contactform7.com/captcha/
[Unnecessary link moderated – Please don’t spam]