ultrablogger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mosaic gallery of albumsYou should have a quick search for plugins yourself, and if there’s any problems then post in the forums here.
Forum: Fixing WordPress
In reply to: Write a post in WordPress Using phpYou could use PHP, as WordPress is open-source, but that’d take some learning. Also, REST API isn’t a plugin, it is part of WordPress.
Forum: Fixing WordPress
In reply to: how to speed up wordpress sites1. Install a WordPress caching plugin.
2. Use Cloudflare.Forum: Fixing WordPress
In reply to: i check google ranks for my siteThe link you posted doesn’t look like anything suspicious. However, you should install Wordfence and do a scan. It is very possible that your site has been compromised.
Forum: Localhost Installs
In reply to: Locally hosting wordpress site in virtual boxYour VM must have a public IP to be accessible from anywhere outside your local network. If you want it accessible to the outside world, you’ll also need a static IP from your ISP.
Forum: Themes and Templates
In reply to: [Hestia] Hestia Free – Change Page ColorProblem solved by this.
Forum: Themes and Templates
In reply to: [Hestia] “Customize” not working in the frontend of the websiteThis is not a problem with the Hestia theme. The ‘critical error’ ma be due to the web server being overloaded, usually caused by too many plugins. There is also a tiny chance that your website may be compromised, but this is very unlikely. In terms of the ‘page access’ error, this is probably due to file permissions.
I would recommend that you contact your web host for help.
Forum: Fixing WordPress
In reply to: Change Post AuthorI seem to have fixed it.
Forum: Fixing WordPress
In reply to: mapping a domain to a folder additionalYou should be able to create a subdomain/directory on the server, then download a fresh copy of WordPress here and install it on the new subdomain/directory. Try contacting your web host for help with this.
Forum: Fixing WordPress
In reply to: Need help with bootstrapIt is really hard to offer support as you’ve not told us what theme you’re using. In terms of images, check the
/wp-content
folder on the server. In terms of the editor not showing anything, it may be that the theme is incompatible with your version of WordPress.Forum: Fixing WordPress
In reply to: Why Do Old Permalinks Return a 200 Status Code?This is not really a problem with WordPress, it’s a problem with the with the web server. Try contacting your web host.
Forum: Networking WordPress
In reply to: Multisites Problem – Text in editor going boldTry contacting the plugin’s developers.
Forum: Fixing WordPress
In reply to: Primary menu and drop-downsTry checking the
/wp-content
folder to see if the image is still there. If not, try re-uploading it. If that fails, I can see that your theme is ‘VISION OF HOPE’, a child theme of Divi, so try contacting Elegant Themes. If that still doesn’t work, it may (unlikely) be a plugin problem.Forum: Fixing WordPress
In reply to: Author, Avatar and publishing date in postThis depends on your theme. Try contacting the theme’s developers.
Forum: Fixing WordPress
In reply to: Setting up https:// without a redirectAs per my check,
https://auction-savvy.com
redirects tohttps://auction-savvy.com
, and links on the site also use HTTPS.You can force HTTPS all the time by adding this to the
.htaccess
file:RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I hope this helps!
- This reply was modified 5 years ago by ultrablogger.
- This reply was modified 5 years ago by ultrablogger.