Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moble Version of Website Not UpdatingI’m still seeing towel cakes on desktop view as well. Perhaps the product hasn’t been fully deleted or there is a duplicate causing it to show up?
As for the images in the top contact bar and widgets, you might try re-saving those images and uploading them again making sure the file path is correct, because when I tried looking for the actual image, I got a could not be found error.
Lastly, try re-saving your permalinks, that might also flush out any issues.
Resave the Permalinks. You can clear up a lot of problems by simply resaving the permalinks. Go to Settings → Permalinks, scroll to the “Save Changes” button and click it. (You don’t have to make any changes, just click to save.)
Forum: Fixing WordPress
In reply to: HTTP Image Upload ErrorHey there,
.htaccess is going to be a hidden file in your install, which might be why you’re unable to see the file. This might be of some assistance for that part:
https://www.ableton.com/en/help/article/access-hidden-folders/
As for increasing the files size limits, you can try one of these options:
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/or alternatively, although I’ve never used it, but there is a plugin which has some mixed reviews, so use with caution and I recommend doing a back up of your site and db before using just in case.
https://wordpress.org/plugins/upload-max-file-size/Hope this helps.
Forum: Fixing WordPress
In reply to: menu only showing up on homepageIn order to make adjustments to some of the woocommerce default templates you’ll want to check this out in oder to adjust those to be similar to the home and about page. Hopefully this gets you started in the right direction.
Forum: Fixing WordPress
In reply to: Can't Delete Sidebar on Home PageThat file in the home directory does sound suspicious, however running the site through the Sucuri site check didn’t seem to show an issue(unless that files already been removed?)
If you’re having issue removing the sidebar you could alternatively remove it with css and adjust the page accordingly if that’s a possibility for you? Hope that helps a bit.
Forum: Fixing WordPress
In reply to: media buttons & google maps conflictDo you have a link to where this issue is happening?
Forum: Fixing WordPress
In reply to: Links have broken somehowUnless I misunderstood, looks like this is working and has been resolved? Seems to be working as expected on Mac latest version of Chrome.
Forum: Fixing WordPress
In reply to: No Post Image displayingThere are a few automatic featured image plugins available that might be worth checking out. Although I’ve not used this one in particular before it may do what you’re after and at least worth a look?
https://wordpress.org/plugins/autoset-featured-image/
Secondly on mobile view, the featured image is set to display:none !important in your css. If you want that to show at the mobile view you’d have to set that to display block. Hope that helps get you started.
This tutorial might help you with excluding a specific category. Hope this helps.
I would start by trying to disable all plugins to see if that resolves the issue and then adding them back one by one to see which one might be causing an issue? Hope this helps.
Although looking a little deeper, looks like it might be related to the addthis plugin you’re using on the site. Looks like a few others reported similar issues:
https://wordpress.org/support/topic/odd-characters-at-end-of-url-to4fje8movm?replies=3
Also looks like this may help as well from their support forums:
http://www.addthis.com/academy/removing-hashtags-anchors-and-tracking-codes-from-your-urls/Forum: Fixing WordPress
In reply to: How to add a pin it button on a single image??The easiest way to do this might be by trying one of these two plugins. I’m not sure, but looks like both of these have options to allow you to select which images you want to add a “Pin It” button per image or image type/page/etc.
https://wordpress.org/plugins/jquery-pin-it-button-for-images/
Forum: Fixing WordPress
In reply to: http error when uploadingIt’s certainly possible something got reset or you’re host may have changed something(maybe) as well. You might want to try one of these options to increase file upload size if you’re comfortable doing so. Also there is a plugin that you could try as well(although I’ve never used it before) if that’s an option.
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Plugin option:
https://wordpress.org/plugins/increase-upload-max-filesize/Forum: Fixing WordPress
In reply to: Redirect Loop after switching to HTTPSHey there,
Have you followed all the necessary steps for setting up ssl and https? This is a good guide that might help you if you’ve missed a step or two in the process. Hope this helps.
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
This is a pretty straightforward tutorial for adding a default featured image if one is not uploaded. Hope this helps you get the results you’re after.
Forum: Fixing WordPress
In reply to: Two "leave reply" boxes at the bottom. How to remove one?Looks like you have duplicate markup for comments. I would check out your single.php file or comments.php file to see if something is duplicated in one of these template files causing the issue for displaying comments twice. Hope that helps.
Forum: Fixing WordPress
In reply to: Bullet Points Not Working after using visual composerSounds like perhaps there is some css missing or causing bullet points not to display? Do you have a link to the site and specific issue, that would help troubleshoot your issue better?