Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navigation ProblemsPerhaps you have the auto add new pages to top level menu selected in your primary navigation menu settings? Unchecking that should help resolve the issue and then you can add pages as desired? Hope that helps.
Forum: Fixing WordPress
In reply to: Website Desktop view updated – not mobile view??They look the same to me, perhaps your mobile browser was caching the previous version of the site?
Forum: Fixing WordPress
In reply to: Blog pageI think it’s ok to have the page displaying blog posts do just that. That page is always going to change as you write more posts. This is pretty standard and I personally wouldn’t force any additional content on that specific page and ignore the green dot. Again probably only this page of course since it’s unique compared to other pages on your site most likely.
Forum: Fixing WordPress
In reply to: Unable to log in to the back end of siteTry this link. Looks like maybe you have a plugin installed redirecting the wp-admin page? Not entirely sure(you might try resaving your permalinks when you login again), but going to this link should take you to a login page to get into your site. Hope this helps.
Forum: Fixing WordPress
In reply to: Product Display In Catalog pageNothing jumped out at me as immediately going wrong. Are you still having an issue, some more details would be helpful if you’re seeing something strange? Perhaps it’s browser specific? I looked in Chrome latest version for Mac and things seemed ok.
To center the logo in the header, you could add this bit of code to your style.css file. This will center just the header logo image and this will prevent it from affecting other images on the site. Hope this helps.
.header-wrap img { display: block; margin: 0 auto; }Forum: Fixing WordPress
In reply to: Https and to set it up.You could follow this tutorial for getting redirects in place so everything goes to https://
Hope this helps.
http://www.inmotionhosting.com/support/website/ssl/how-to-force-https-using-the-htaccess-file
Forum: Fixing WordPress
In reply to: in the media/library, it is not allowing me to upload a simple .pngThat does sound a bit strange for sure. Perhaps the .png file is corrupted somehow? Have you tried renaming the file and uploading again? Depending on your hosting company they might be able to assist with that issue, as they may have some unusual settings in place, although not sure why a simple .png file would not be permitted to be uploaded.
Forum: Fixing WordPress
In reply to: How to make slider with price?Not sure if this is exactly the same, but might be a good starting point to look into? Hope this helps some.
Forum: Fixing WordPress
In reply to: 10 Subscribers But Only 1 Displays On Users.php PageYou could look at the database under the wp_users table to see if they’re displaying there as that’s where all users to a site are typically stored. This link is for something slightly different but would provide some guidance on checking phpmyadmin and finding the wp_users table. Hope this helps some.
http://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-to-the-wordpress-database-via-mysql/
Forum: Fixing WordPress
In reply to: Import-Page does not work!Have you tried re-saving your permalinks under Settings -> Permalinks
Sometimes this is the issue where something gets hung up and just needs to be flushed out this way. Especially if you didn’t specifically do anything to remove this functionality. Hope that helps.Forum: Fixing WordPress
In reply to: says my username is not foundHave you tried contacting your hosting company(Pipsqueak)? They should be able to help you get the proper logins to your site?
Forum: Fixing WordPress
In reply to: Click on Gallery but no pics appearsThere are some Internal 500 errors appearing in the console when clicking on any of the images. Depending on your hosting company, they may be able to help you find the root cause of the issue. Alternatively these are some good suggestions for investigating those 500 errors and one of them may do the trick. Hope this helps.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Forum: Fixing WordPress
In reply to: Altering text in the store .Is it possible the text you’re trying to alter is part of the store templates? Are you using WooCommerce? If so you may want to check out some of their documentation and make sure to back up your site before making any changes or adjustments. Hope this helps.
https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/
Forum: Fixing WordPress
In reply to: 404 Error when importing demo content into the theme.Sounds like an issue with the xml file itself perhaps? You might try contacting the theme developer that provided the xml file? Also sometimes imports show errors on the import screen but the content actually appears once you look at some pages and posts, so I’d double check that as well.