wordpresteem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Certain CSS not loading on homepageGlad to help you.
There are several cache plugins e.g. WPRocket, w3totalcache etc, but you have to careful while activating cache plugins as it can mess up site layout.
Thanks
Forum: Fixing WordPress
In reply to: Certain CSS not loading on homepageAre you using any cache plugin? Your cache plugin seems minifying html/css which seems causing this issue. Thanks
Forum: Fixing WordPress
In reply to: menu not showing on mobileIt seems css issue and below css should work for you.
.navbar-toggle .icon-bar, .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
background: #000!important;
}Please add this css in Theme options custom css.
Forum: Fixing WordPress
In reply to: URL of Website Changed by itselfIt needs to udpate in database now. Are you comfortable updating url in database? You may also need to use search and replace to update url everywhere in the database.
Forum: Fixing WordPress
In reply to: Media Library showing blue ? as photos.You can use Add from server plugin which will attach media images again to database and it should probably work for you.
Forum: Fixing WordPress
In reply to: Error 500 all pages except first pagePlease try to reset permalinks in wp-admin and see if it works.
You can also try renaming your main .htaccess file via file manager or ftp.
Thanks