Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding logo to header and removing textHey Camryn,
Adding a logo to replace the title is definitely doable. I’m not familiar with your particular theme, but I think if you have a link to your site, I could help you out with that and perhaps help track down the text you’d like to remove from the right side of the header as well. Thanks.
Forum: Fixing WordPress
In reply to: Activation by MailI’m not sure if this is exactly what you are after, but if you are looking for a plugin to accomplish this scenario, this might be a good option to at least check out? Hope this helps get you started.
Forum: Fixing WordPress
In reply to: Plugin Editor Not ShowingDoes this also continue to happen if you disable all the active plugins and/or change to the default theme? It’s possible there is a strange conflict happening, or perhaps one plugin added in some code to remove that, but I agree that seems very unusual and I’ve not come across that particular issue before without intentionally removing it of course.
Forum: Fixing WordPress
In reply to: Upload media errorHi,
I’m wondering if it’s related to the file type perhaps? This is a good example of how to change those settings if that is in fact the case:
http://www.paulund.co.uk/change-wordpress-upload-mime-types
Alternatively, it’s possible that something with your hosting may have changed, so you may want to try some of the examples in this tutorial, and if it’s still an issue, I would recommend contacting your hosting company as something certainly could have changed.
Hope this helps get you started.
Forum: Fixing WordPress
In reply to: Sticky MenuHi,
Have you tried this plugin? Although I’ve not personally used this one, it seems like it might do the trick?
https://wordpress.org/plugins/mystickymenu/
If you feel comfortable digging into the code a bit, you could also try this tutorial to help get you started.
http://ozzyrodriguez.com/tutorials/fixed-header-wordpress/
Hope this helps get you started.
Forum: Fixing WordPress
In reply to: Primary sidebar moved to the bottom – Foodie Pro themeHi,
It sounds like perhaps something in the content/primary section might be extending beyond it’s width, which would potentially cause the sidebar portion to push below to the bottom. Do you have a link to your site? That might help trouble shoot the issue a little bit further to help get your sidebar back in the position it was intended to be in. Thanks.
Forum: Fixing WordPress
In reply to: footer questionHey Maria,
You could create a menu area, and then create a new menu in the dashboard with the links you’d like to create. This could get you started on creating a new menu area, adding it to your theme and then setting up the menu as you normally would.
https://codex.wordpress.org/Navigation_Menus
Hope this helps.
Forum: Fixing WordPress
In reply to: My Admin Pages Are Running SlowHey,
Although it’s hard to tell exactly what might be going on here, but perhaps it’s worth checking in with your hosting company to see if perhaps another site may be hogging shared resources if you’re on a shared hosting plan? You may also want to try disabling your plugins to see if one of them may also be causing the slow down. Hope that helps.
Forum: Fixing WordPress
In reply to: Horizontal line appearing in image with tagHey there,
Looks like the site has been moved or something changed, the link above does not currently work, appears to be an issue with the DNS according to Google Chrome.
Forum: Fixing WordPress
In reply to: Home Page issuesrshima,
On the first site, looks like there are some js errors that could be causing the issue you’re experiencing. If you open up the developer tools in your browser, and click on the console tab, you should see some of the current issues.
Regarding the second site /hawaii I dont know if the issue is happening for me in Chrome on Mac or if I”m not fully understanding what I should be expecting or what may be missing because reloading the page, nothing new seems to appear.
Hope this helps.
Will
Forum: Fixing WordPress
In reply to: Updated 4.2 now can't add links in new blog postsI just setup a new installation of WordPress locally and created a new post with links and it appears to be working as expected. Perhaps you could try and see if updating again might do the trick. You may also want to try and disable all plugins to see if the issue persists, as it’s possible that one plugin could be causing the issue.
If you deactivate all plugins and test to see if the issue no longer happens, I would then recommend activating plugins again one at a time to see which one might be causing a conflict? Hope that helps troubleshoot your issues.
Forum: Fixing WordPress
In reply to: Would like Page or Product title show in browser tabLooks like it’s currently grabbing your site title and description based on the link you provided. If you’re using the Yoast SEO plugin, you might want to try and check out the guide to help you get setup and acquainted with the setup and settings. Hope this helps.
http://www.wpbeginner.com/plugins/how-to-install-and-setup-wordpress-seo-plugin-by-yoast/
Forum: Fixing WordPress
In reply to: http://mysite.com/wp-admin/ does not workNot sure if your situation might be the same, but this seems like a very similar issue that was able to be resolved. You might want to check this out and see. Hope it helps.
https://wordpress.org/support/topic/503-error-on-wordpress-login-host-or-wordpress?replies=9
Forum: Fixing WordPress
In reply to: how can I restrict media file access to certain user roles?Depending if you are comfortable digging in, you might try checking here to setup permissions and access based on user roles:
https://codex.wordpress.org/Roles_and_Capabilities
If you’re more comfortable going the plugin route, you could try this plugin, although I’ve not personally used it before it should handle your needs. Hope this helps.
Forum: Fixing WordPress
In reply to: Blank Visual EditorAmanda,
Could be an issue perhaps with one of your activated plugins? Try deactivating all the plugins to see if this helps resolve the matter. If it does, try activating the plugins again one at a time to see if one in particular is perhaps causing an issue. Hope that helps get you started in the right direction.
Will