Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Updates available = 1, but none to updateI know that can happen from time to time. I’ve not personally experienced it but this could be related to your issue? Hope this provides some insight.
Forum: Fixing WordPress
In reply to: error msg going to site from adminI would recommend reading through this article to help troubleshoot the issue your experiencing. Alternatively depending on your hosting company, you might be able to reach out to them to see if they might be able to assist you with your setup as well. Hope this helps resolve your issue.
Forum: Fixing WordPress
In reply to: Add to cart button has unnecessary textThe link provided says file not found. If you provide a link to your site that might help troubleshoot the issue more easily as well. Thanks.
Forum: Fixing WordPress
In reply to: Logo switches back to default on mobileHey,
Do you have a link to your site where this is happening to help troubleshoot the issues a little more easily? Thanks.
Forum: Fixing WordPress
In reply to: Problem with mobile menu Enigma-ParallaxSeems like it’s working now as expected or am I not understanding what you’re trying to achieve?
Forum: Fixing WordPress
In reply to: remove navigation bar from menuThat looks like a built-in to the theme mobile navigation? You could hide it with css and add this line of code to your style.css file. However if you want it to still appear on mobile screens you’ll need to adjust that to display block for up to a certain screen size and then above that do this. Hope this helps.
.mobile-nav { display: none; }Forum: Fixing WordPress
In reply to: Oops-page can not be foundNot entirely sure, but perhaps it’s a permalink issue? Sometimes when this happens but pages are actually there this is the cause.
Try logging in and going to Dashboard > Settings > Permalinks and at the bottom click “Save Changes” to see if that flushes out the issue. Hope that helps.
Forum: Fixing WordPress
In reply to: Permalink not changing…Sounds like it may be an htaccess issue perhaps. However currently when clicking on those links I’m getting a 502 error so maybe some other issues occurring that are also causing a problem.
https://wordpress.org/support/topic/permalinks-not-saving?replies=10
Forum: Fixing WordPress
In reply to: How to get my theme from localhost to display on my url?Hey congrats that’s awesome!
I would take a look at both of these links for migrating local to live url. They essentially the same but both are reputable sites with great information. Hope this helps.
http://www.wpexplorer.com/wordpress-local-to-live/
http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
Forum: Fixing WordPress
In reply to: Help me pls with the one question about the templateCan you try adding the link to what you’re after again, or perhaps a link to your site where this is happening? Would help make troubleshooting the issue a little easier, thanks!
Forum: Fixing WordPress
In reply to: Remove 'order' from page attributes?This link offers up a couple solutions. I’m not sure based on your question if you really just want to hide it from displaying or completely remove it, but this should help get you going in the right direction. Hope this helps.
https://premium.wpmudev.org/blog/remove-wordpress-meta-boxes/
Forum: Fixing WordPress
In reply to: clicking update button on a page, taken to a "page not found" pageThat does seem odd have you tried re-saving your permalinks? Something may be getting hung up on the child pages assuming you were able to edit them at one point?
Forum: Fixing WordPress
In reply to: diary for my studentsThis plugin might be worth investigating. I’ve not personally tried it but depending on your setup it may do the trick? Definitely back up your site before testing this plugin in case anything happens when testing it out. Hope this helps some.
Forum: Fixing WordPress
In reply to: How to stop scroll bar changing centered imageDo you have a link to your site to see where/what exactly is happening? It would help troubleshoot the issue your encountering a little easier?
Forum: Fixing WordPress
In reply to: Float Left Ultimate Responsive Image SliderI think this will take some adjusting of the html in the template based on how it’s currently structured along with some CSS changes. I would recommend taking a look at this link to see how to start going about that. Be sure to make a backup of your site before making any changes in case of any issues that may occur while digging in. Hope this helps get you started.