Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Header missing in Dashboard > Settings > GeneralI’m not sure where that field originally was added to your site. Was the original portion that was working added via a plugin that maybe isn’t active on your new site? Or if you’re using the same theme as before, perhaps there was an update and that was added to the customizer section of the theme? It’s hard to tell exactly without gettting into the backend of the site, but I’d look at those two options first to see if something got moved or needs to be activated. Hope that helps.
Forum: Fixing WordPress
In reply to: Having issues with Menu barHey Jeff,
I’m not seeing this happen on Chrome for Mac, were you able to resolve the duplicate menus issue?
Forum: Fixing WordPress
In reply to: Thumbnail size on playlistThe link provided doesn’t seems to return a page not found currently. Were you able to figure this out or do you have a link to another page where you’d like to try and adjust this image size?
Forum: Fixing WordPress
In reply to: News not displaying on MobileDo you have a link to your site to see where this issue is happening, would be helpful to troubleshoot the issue better. Thanks!
Forum: Fixing WordPress
In reply to: 403 ForbiddenI’m able to access the admin area. If you’re not able to actually log in with the username and password you created/was created for you, I’d recommend contacting Hostgator, they should be able to help you get setup with proper logins to log in. Hope that helps.
Forum: Fixing WordPress
In reply to: Insert a wide spread photo on PageEither I’m not completely understanding the question or it looks as though you’ve figured it out? Is that the case or do you still need some help with this issue?
Forum: Fixing WordPress
In reply to: Child of Twenty Eleven is not responsiveHey there,
So for the navigation you’d have to either adjust the css to allow the menu items to all fit at smaller device sizes, or you could try a plugin to create a mobile menu to appear at a certain screen size. This one has some pretty good reviews and should do the trick if that’s an approach you’d like to try. Hope this helps.
Forum: Fixing WordPress
In reply to: Safari view looks messed upLooks like there might be a default setting activated for mobile on your site probably somewhere in wp-admin area? I noticed if I clicked view full site that what I expected to show based on the desktop view did display. So I would see if something is activated that just needs to be adjusted or turned off. Hope that helps.
Forum: Fixing WordPress
In reply to: Can't access WP-AdminI’m able to see the site on the front end so not sure if this has been resolved? If you’re not able to login to your site, but it’s working on the front end, I’d recommend contacting your hosting company.
Forum: Fixing WordPress
In reply to: Plugin used to change log in pageI would try contacting your hosting company, they should be able to help you resolve this issue and get you in the correct place for locating your login page again. That’s at least where I would start.
Depending on the font you want to use, there are a couple ways to do this. I would recommend checking out this tutorial from a very reputable WordPress resource for adding new fonts to a site. Hope this helps.
http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
Forum: Fixing WordPress
In reply to: Header link to homepageYou’ll want to create what are commonly referred to as anchor links. This is a good tutorial on how to do that and a related thread with a similar question. Hope this helps.
https://wordpress.org/support/topic/how-do-i-create-page-anchors-from-wordpress-menus?replies=8
https://en.support.wordpress.com/splitting-content/page-jumps/
Forum: Fixing WordPress
In reply to: How can i remove/reduce margins?I think a link to your site would make it a little easier. But looking at the default theme, there is some markup to have that section span only 8 columns.
On the section where you see this in the markup:
<div class="col-lg-8 col-lg-offset-2 centered">If you adjust that to something like this it fills the space more like your image:
<div class="col-lg-12 centered">Hope that helps get you started.
Forum: Fixing WordPress
In reply to: How do i change the design of when i search for productsDo you have a link to your site and perhaps more details as to what you would like to change on the page as well?
Forum: Fixing WordPress
In reply to: How to edit an element on wordpress? css?Hey Dave,
In your css, find or add this class and adjust the values as needed:
.shareaholic-canvas { margin: top value, right value, bottom value, left value; }Hope this helps.