Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Submit button not workingI tried looking into this a little. There are some console errors on the page when I open Chrome Dev Tools, so there is likely a conflict with something else loading on the page. I see that you’re using addthis for social button in the sidebar. I wonder if you try disabling that plugin for a minute and then reloading the page, see if that does the trick?
Depending on how many total plugins you have, you might try disabling all or most and then checking the page to see if it works and then enabling plugins one at a time to track down the culprit? That’s where I would start. Hope this helps some!
Forum: Fixing WordPress
In reply to: Enigma-Pro – How to remove sidebar from posts?Hey Filipe,
Looks like you got it sorted out? At least with the link provided the issue seems to be resolved?
Forum: Fixing WordPress
In reply to: Firefox display wrong thumbnails but in correct sizeThis seems pretty unusual and not something I’ve come across before. Do you have a link to your site to help possibly troubleshoot the issue?
Forum: Fixing WordPress
In reply to: [Point theme] Menu not showing on mobile devicesDo you have a link to your site? It might be easier to pinpoint the exact issue with a link to your site. Thanks!
Forum: Fixing WordPress
In reply to: Stop Google from indexing images as separate pagesThere’s a couple ways to do this depending on your particular setup, but you could checkout this tutorial and apply one of these options. Hope this helps!
http://www.wpbeginner.com/wp-tutorials/how-to-disable-image-attachment-pages-in-wordpress/
Forum: Fixing WordPress
In reply to: Rows, not one columnDo you have a link to your site? It would help in order to troubleshoot the issue your encountering.
Forum: Fixing WordPress
In reply to: Admin Page Blank Again??Not sure if this may help, but theres a few suggestions in this thread that might be worth trying as well. Hope this helps!
https://wordpress.org/support/topic/wp-admin-blank-white-page?replies=4
Forum: Fixing WordPress
In reply to: Block A Post Category In Blog PageHey there,
Couple ways to do this but the easiest might be to follow this tutorial. Just be sure to include a minus sign and the category id. If you dont add the minus, it will do the reverse and only show that category. Hope this helps!
https://www.siteground.com/tutorials/wordpress/hide-category.htm
There’s also this page worth checking out as well.
http://codex.wordpress.org/Function_Reference/query_posts#Exclude_Categories_From_Your_Home_PageForum: Fixing WordPress
In reply to: Cahnging text in sidebar on one pageI think this might be a good tutorial on how to best do what you’re trying to accomplish. Hope this helps.
http://www.wpbeginner.com/plugins/how-to-show-or-hide-widgets-on-specific-wordpress-pages/
Forum: Fixing WordPress
In reply to: LayerSlider LInk Hover ColorHey there if you still need some help with this issue, could you provide a link to your site where you’d like to make the adjustment? Thanks.
Forum: Fixing WordPress
In reply to: Looking for help in enfold. Darkening slider picturesThis can usually be accomplished by adding some style adjustments to your css file for your theme. Do you have a link to your site where you’d like to add this specifically?
Forum: Fixing WordPress
In reply to: Image – caption doesn't showI’m not entirely sure what may have caused this if nothing has recently changed. Could be an issue or conflict with the theme/a plugin? Do you have a link to your site where the issue is happening?
Forum: Fixing WordPress
In reply to: Resize my Nav BarI think what you might want to do here is if you remove an item, you’ll need to adjust the hard width set here to be smaller once the item is removed in you css.
.header_menu { position: relative; width: 830px;/*Change This Width once Item is removed to a smaller number*/ margin: 0 auto 0 auto; z-index: 999; padding: 0; -webkit-box-shadow: 0 10px 10px -8px #222; -moz-box-shadow: 0 10px 10px -8px #222; box-shadow: 0 10px 10px -8px #222; background-color: #599c01; }Hope that helps get you started.
Forum: Fixing WordPress
In reply to: New Website on Same Domain – 301 Redirects to Keep JuiceThis is a pretty good guide for getting started with 301 redirects from a reputable WP site and it goes over a few different options for you to explore. Hope this helps get you started.
http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Forum: Fixing WordPress
In reply to: Code Viewable in HeaderWere you able to resolve this issue? I’m not seeing any code outputting in the header now, just a logo and menu?