Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blind with widgetsI think the easiest way might be to try an use the customizer to add widgets to your sidebar, Manage in the Customizer. The user experience there seems to be a lot easier to manage than on the backend for adding widgets to the sidebar in terms of keyboard commands. Hope that helps resolve the issue.
Forum: Fixing WordPress
In reply to: Calendar Widget missing a dayDo you have a link to where this is happening? I would guess there might be a styling conflict occurring on your site perhaps with another plugin possibly or the theme you’ve selected. Either way a link would be helpful to troubleshoot the issue better for you. Thanks.
Forum: Everything else WordPress
In reply to: Deleting Site "Versions" – Advice?I would say if you aren’t using the older versions/themes it’s probably best to remove them. If you want to keep them, I’d consider making a backup or downloading the older versions and keeping a copy on your computer in case you find you may need them for anything in the future.
Forum: Fixing WordPress
In reply to: How to center the native video playerDo you have a link to the page where the video is currently added? I think it would be easier to help you get it centered by having a look at the page.
Forum: Fixing WordPress
In reply to: Tag clouds problemHave you tried using the default widget to see if that works? Might need to reset your permalinks as well perhaps something is just getting hung up and needs to be reset(resaved). Hope this helps.
https://wordpress.org/support/topic/tag-cloud-not-working-1?replies=5
In case you’re not sure how to reset permalinks this is a good quick guide.
https://modernthemes.net/documentation/resetting-wordpress-permalinks/
Forum: Fixing WordPress
In reply to: Gallery Linking Even though "None" is selectedI’m wondering if you’ve selected none in all the default areas, if perhaps the lightbox class on the images is overriding. Maybe check the settings of that to see if it’s automatically linking images. That would be my best guess as to what’s happening assuming none has been selected in all of the default gallery settings.
Forum: Fixing WordPress
In reply to: How Remove Header Tab and Home in Gravit ThemeDo you have a link to your site, would be easier to help troubleshoot your issue and provide more insight with a link.
Forum: Fixing WordPress
In reply to: How to get 'search' field to appear on more than one pageSo there are a couple of options, but I would start by trying to do this with either a hook, or possibly in you template files depending on what works best for you in your setup. There is a fair amount of documentation here worth exploring. I hope this info isn’t overwhelming but definitely this will help you get that sorted I believe.
https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/
https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/theming/
https://docs.woothemes.com/document/introduction-to-hooks-actions-and-filters/
Forum: Fixing WordPress
In reply to: When I go to Appearance –> Customize, I get the error page.I’m not sure what theme you might be using, but possible that’s functionality has been removed or tweaked with your specific theme? Alternatively, could be a plugin causing some conflicts here and causing the customizer to break? You might try disabling all plugins and seeing if the customizer works, and then if it does, re-activate plugins one by one to see if there is one causing an issue. I would start with that to see if that resolves the issue.
Forum: Fixing WordPress
In reply to: Order categoriesThis should help you set the category order from the default aphabetical listing. I believe this should still work with the latest release of WooCommerce, but have not specifically tried it myself with the newest vesrion. Hope this helps get you started though.
https://www.sellwithwp.com/create-woocommerce-custom-product-sorting/
Forum: Fixing WordPress
In reply to: How to fix the format of entry pages with thumbnail images?Do you have a link to your site to help troubleshoot the issue better? Would be helpful for providing a possible solution. Thanks.
Forum: Fixing WordPress
In reply to: Floating Comment BoxI’ve not personally tried this plugin before, but it looks pretty good and might be close to what you are trying to achieve? Hope this helps some.
Forum: Fixing WordPress
In reply to: Loading latest post excerpts into home page slider?You could possibly take a look at these other options or the tutorial below to try and accomplish this with code to see if it’s something you’re comfortable with doing. If not, the power of Soliloquy and quality of the code is well maintained so might be worth the cost if coding up a solution proves to be too difficult, but hope these links help get you started.
http://www.wpbeginner.com/plugins/how-to-add-a-featured-content-slider-in-wordpress/https://www.elegantthemes.com/blog/resources/the-best-wordpress-slider-plugins
Forum: Fixing WordPress
In reply to: Prevent Users from Uploading Small ImagesYou could try something like this to have images meet certain requirements. Hope this helps get you going in the right direction.
https://wordpress.org/support/topic/minimum-image-size-requirement-when-uploading?replies=2
Forum: Fixing WordPress
In reply to: Comments don't work using url starting with http://Nothing comes to mind right off the bat as to why this would happen, first time I’ve heard of an issue like this to be honest. Do you have a link to your site, it would be helpful to see what’s going on exactly to help possibly troubleshoot the issue?