javawpscript
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Installing new Theme and whole site crashedDid you manage to get it sorted?
Forum: Fixing WordPress
In reply to: Floating ads on the side, plug in recommendation?Once you have finally decided on the theme you will use. I can have a look at the theme and see where you can put the code in the theme.
Forum: Fixing WordPress
In reply to: How can I import a MYSQL Backup file from Updraft PlusThanks, I’ll try it again using that documentation.
Forum: Fixing WordPress
In reply to: Floating ads on the side, plug in recommendation?Sorry, what theme are you using?
Forum: Fixing WordPress
In reply to: Installing new Theme and whole site crashedMost Hosting Providers provide a file manager on your CPanel or you could get a FTP Client like FileZilla and you should have a section within your CPanel called FTP Details or something related.
WordPress already have documentation on use with FTP Clients for both Windows and Mac.
Forum: Fixing WordPress
In reply to: Why my site is so slow?Do you currently use a CDN for images? One like CloudFlare might help.
Forum: Fixing WordPress
In reply to: How to Show full posts on Homepage?If you have tried doing so in settings and it has made no difference then you might be best contacting ThemeForest as they develop the theme that you use. It might end up being that your theme does not support showing full post content.
Forum: Fixing WordPress
In reply to: Problem after restoreTry reinstalling WordPress. Delete everything on your WP directory exept from wp-config.php and the wp-contents folder. You can download WordPress from ww.wp.xz.cn and upload the files through FTP.
Forum: Fixing WordPress
In reply to: Main Menu item breaks when I add Sub menusContact ThemeForest (theme developer) and they should be able to help with issues regarding there paid WordPress theme.
Forum: Fixing WordPress
In reply to: Issue While Doing Some Changes in Style.cssEm, what theme are you using and what tweaks did you make?
Forum: Fixing WordPress
In reply to: Installing new Theme and whole site crashedTry going into the FTP of your web server and going into the wp-contents/themes foler and change the name of the alder folder to say alder2 for example. Tell me if that makes a difference.
If that fixes it, it’s probably a problem with your theme.
There is a few mobile plugins for WordPress. One that I have used in the past was called ‘Mobile View'(https://ww.wp.xz.cn/plugins/mobileview/). Otherwise, you might need to get your hands dirty with some CSS.
Forum: Fixing WordPress
In reply to: Changed URL to HTTPS and now its brokenTry clearing your cache
Try contacting your host
If you want to change it back to HTTP you can do so in PHPmyAdmin, just go to CPanel then find it under Databases. Then find your WordPress prefix followed by options. There should be site_url and site_admin or something related to that. Just change those back to the HTTP version of your site and you should be back using HTTP again.Forum: Fixing WordPress
In reply to: Heartbroken mom/deleted blogSorry for your loss.
Contact your host and you night be able to get it back but if your hosting package expired then you might have to start over again.
Forum: Fixing WordPress
In reply to: Floating ads on the side, plug in recommendation?You could try just using Google AdWords (or whatever it’s called) and put into the code of your theme. But only do that if you are experienced with HTML, CSS.