Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change font color in footer widgetsYou could try adding this bit to your custom css.
footer .textwidget { color: #ffffff; }Hope that helps.
Forum: Fixing WordPress
In reply to: Overlap latest post with left columIt appears as though your site is down or the link provided is not correct?
Forum: Fixing WordPress
In reply to: Perfect Quotes how-to help neededI’m not sure I’m following the issue you’re having here. Do you by chance have a image of what something should look like to help better troubleshoot the issue you’re encountering?
Were you able to resolve this issue? After clicking the links above it seems I was on the appropriate page for the link and not being redirected anymore?
Forum: Fixing WordPress
In reply to: Image show in FireFox en IE but not SafariI’m guessing this is likely a css issue, do you have a link to your site to try and help troubleshoot this issue better?
Forum: Fixing WordPress
In reply to: Featured Image SizeLooks like the site is currently only accessible to admins? I can’t view the site currently to help troubleshoot your issue better?
Forum: Everything else WordPress
In reply to: Is there a way to limit an Author to a single page?This plugin may do the trick based on the overview. I’ve not personally used it before, but seems to have a pretty good rating and I believe it’s pretty widely used throughout the WP community. Hope this helps.
Forum: Fixing WordPress
In reply to: Page NavigationThis is a pretty straight forward article on how to easily find page id’s. Hope this helps.
Forum: Fixing WordPress
In reply to: Sub-Nav current_page_item aI believe, although not 100% sure without looking at the css itself, but you might want to take a look at this link so that you’re only targeting the exact element you want and not all the sub-nav pages. If you have a link that would be helpful also, but hope this link helps get you started in the meantime.
Forum: Fixing WordPress
In reply to: "Conflict with another plugin which overwrites jQuery"I’m not able to duplicate this issue, is it still happening for you? If it is still happening do you have a link to where it occurs?
Forum: Fixing WordPress
In reply to: Search not working when clicked onAs it currently stands, the js in place is set to click the search open and closed. You could probably add some custom jQuery to adjust that search box so when it’s opened and text is entered that on the first click of the search icon will do search and then on the second click toggle the search box closed(much like it currently works). I think if you do a search for similar functionality you’ll find some decent solutions on stackoverflow to accomplish this. Hope that helps.
Forum: Fixing WordPress
In reply to: Gaps between PhotographsWere you able to resolve this issue, everything looks pretty good on Mac/Chrome to me?
Forum: Fixing WordPress
In reply to: 301 redirects when swapping sitesTheres a couple of good suggestions and solutions here that might be helpful for swapping the sites and creating redirects, hope this helps!
http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Forum: Fixing WordPress
In reply to: Too much space in header in mobile renderingsI think what you’d want to do is take a look at approximately line 1089 where it has this:
#section-area, .et-carousel-wrapper, #home-info, #main-footer, #content, #main-header { padding: 40px; }remove #main-header from that line and put it on it’s own line below. I think reducing some of the top and bottom padding will help tighten up that space more, something like this might be better:
#main-header { padding: 10px 40px; }you can adjust those values as needed to see what works best for you. Hope that helps.
Forum: Fixing WordPress
In reply to: My Read More button takes me to my About Me page vs articleIs that the correct link above? Getting a redirect to site no longer working?