Will Schmierer
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Best Hosting for a Social Media siteLakiem,
I’m sure you’ll find a lot of people with a lot of opinions when it comes to hosting lol. But in all seriousness, I’ve worked with, used and tried a lot of hosts over the years. I personally would recommend checking out wpengine or siteground. Both offer fair prices and allow for flexibility as you scale. Hope this helps.
Forum: Fixing WordPress
In reply to: Row Background Color WPIs this still an issue? Appears to be full width now?
Forum: Fixing WordPress
In reply to: date missing from blogHey devGOD,
This might help get you started, of course you’ll need to style it to match. Depending on your theme it might be located in template-tags.php or in single.php and/or a few other places as well. Hope this helps.
Forum: Fixing WordPress
In reply to: WP site home page pictures not working on Google ChromeHey
In Chrome the Youtube video appears to be working now. As for the image, have you tried saving it as a .jpg file and re-uploading the image? I think that may solve your issue as the current format type(.tif) is causing Chrome to download the image rather than display it. Hope that helps.
Forum: Fixing WordPress
In reply to: Blog posts not appearing on siteI’m not sure why this might be happening exactly, but you could try to re-save your permalinks, sometimes things can get hung up and this will sometimes flush things out.
The only other thing I can think of is perhaps the post was set to publish at a specific date and time rather than immediately after you clicked publish? Maybe one of these two solutions will do the trick, hope it helps.
Forum: Fixing WordPress
In reply to: Can't login after changing WordPress and Site AddressLooks like there is an apache lock on your /wp-admin page which may be different than you’re WordPress admin logins?
If that’s not the case, you could try this tutorial to change your un/pw via phpmyadmin. I hope this helps resolve your issue.
http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
Forum: Fixing WordPress
In reply to: Display image above PostsHi Charlene,
Have you tried setting a featured image in the right hand column of the post editor? This may or may not be the case depending on your theme and/or theme styles. I would try that, if that’s not the case perhaps you could provide a link to your site to help troubleshoot the issue? Thanks.
Forum: Fixing WordPress
In reply to: Http Error When trying To Upload ImagesFirst I would recommend deactivating all plugins to see if that resolves the issue. If it does, then reactivate the plugins one by one to try and target the culprit. If that doesn’t work, this article may help provide further insight to your problem. Hope this helps get you started.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/
Forum: Fixing WordPress
In reply to: Importing posts which are text filesTony,
I’ve not personally imported posts to WordPress via a txt file, but perhaps one of these options will suit your needs. I believe there are some additional plugins here that may do the trick if one of the default import plugins under tools wont’ do the trick. Hope this helps, link below:
Forum: Fixing WordPress
In reply to: Header different sizes on different screensJust a heads up, looks like your site is down currently, came across this page when I clicked the provided link.
Forum: Fixing WordPress
In reply to: Calendar Date IconThis can be done using font awesome and some css. I would recommend checking out this tutorial if you’re comfortable tinkering with some code for your site. You’ll likely want to follow the example for nav items, which will be similar to your post meta styling. I hope this helps you get started in the right direction.
Forum: Fixing WordPress
In reply to: How to make custom widgetI’m sure there is a widget out there that you could fork and extend to fit your needs. However you might also be interested in checking out this two part series on building a WordPress widget to help get you started. Hope this helps get you going in the right direction.
Lara,
Did you get this issue resolved? I see the slider on http://lara.photography/line/ on page load in Chrome without having to refresh. Am I misunderstanding the issue?
Forum: Fixing WordPress
In reply to: Not able to access 404 pagedubedube,
The 404 page should work even if you have a one-page format template. It’s possible something in the template files could be preventing it. I would try resaving the permalinks as sometimes that can be an issue when you’re expecting to see something that isn’t showing up. It could also be a plugin causing an issue, so you might try disabling all plugins and activating one by one to see if one of them may be an issue. I’d start here and see if either of these two options does the trick. Hope it helps.
Forum: Fixing WordPress
In reply to: Blog title don't show for non-registered members? how?jumzle,
Looks like there is an issue with user agent stylesheet putting a display: none on some of these missing elements. I’m not sure exactly what may be causing that, but I would start with disabling all plugins and seeing if the issue is resolved. If they show up, reactivate plugins one at a time to see if one of them may be causing this issue. Hope this helps get you started resolving your issue.