webdesignerchristian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to access to WordPress dashboardftp the site, or access via host control panel and rename/delete plugins>wp-slimstat
Forum: Fixing WordPress
In reply to: permalinks and apache helphtaccess redirect may help
Forum: Fixing WordPress
In reply to: Officially recommended ImageMagick/imagick versionsthumbnails are not generated anymore
do u have your current thumbnails and cant generate new ones?Forum: Fixing WordPress
In reply to: adding several images to custom mastheadeh? if you want to ADD images then you have to encode it into the header such as
<img src="myimage.jpg">styles would just format the look.
.imgclass {width:30%;min-width:320px;padding:1%;float:left}you might have to put all your images into div’s then put those div into a single div container so something like this
<div style="width:100%"> <div class="imgclass"><img src="myimage0.jpg"></div> <div class="imgclass"><img src="myimage1.jpg"></div> <div class="imgclass"><img src="myimage2.jpg"></div> </div>Forum: Fixing WordPress
In reply to: adding several images to custom mastheadeh? if you want to ADD images then you have to encode it into the header such as
‘
‘styles would just format the look.
‘.imgclass {width:30%;min-width:320px;padding:1%;float:left}’you might have to put all your images into div’s then put those div into a single div container so something like this
‘<div style=”width:100%”>
<div class=”imgclass”>
</div>
<div class=”imgclass”>
</div>
<div class=”imgclass”>
</div>
</div>’Forum: Fixing WordPress
In reply to: Controlling Older Posts navigationmaybe try and rebuild your settings>permalinks
and is anything else just labeled “2”. category, post, page?Forum: Fixing WordPress
In reply to: Can’t Get Any Plugins To Workyou have 2 places to add plugins. default and MU. default is fine. so something else must be off. set theme to 2016 disable all plugins and turn 1 plugin on at a time and test.
Forum: Fixing WordPress
In reply to: Questions about caching and speedminify java/css
try to set java to load after intial objects load, if possible.
minify pictures on page
8 seconds, something seems off terribly (recheck current home page images)
possible you are missing something that the scripts are calling for and this is causing the hangtime…Forum: Networking WordPress
In reply to: Theme Customizer Preview Not Loading on Some SitesI think i had same problem a time ago and it was something to do with parsing long url.
Forum: Requests and Feedback
In reply to: when will wp become multilingual ?Forum: Fixing WordPress
In reply to: wp-admin page redirecting to wrong URLit sounds as if you changed // from http:// to http:/
and now this is not a valid url.
try a search for http:/newshandle.com
and replace with http://newshandle.comForum: Installing WordPress
In reply to: Error establishing a database connectiontable prefix too
Forum: Fixing WordPress
In reply to: How loop trough Custom Post Types content including the_fieldi use ul li for looping
Forum: Plugins
In reply to: [Customizer Preview for Theme Demo] Plugin not workingtry disable all plugins and then test yours
Forum: Fixing WordPress
In reply to: Site language not selectableview the source of the page and see if it list the languages in the source code. when on the settings page hit ctrl+u it may be possible its there and that you just cant visibly see it. and did you convert to the default 2016 theme with no plugins at all including any in the mu directory?