Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to Delete Tags, Categories, Users and Comments!I’ve not personally used WP-Sweep before so I can’t say for sure if that’s causing any issues, even after uninstalling it. Have you tried also deactivating all plugins and then trying to delete tags, categories etc. It’s possible something else might be causing an issue in the admin area? I would at least start with that and see if that helps any.
Forum: Fixing WordPress
In reply to: How to Import Vanilla Forum To WordPress BlogThis is likely a rather big undertaking depending on the size of your current forum, but this should give you an idea of what is possible out of the box buy installing bbPress and what’s needed to get started and what you might need to work around. Hope this helps some.
https://codex.bbpress.org/getting-started/importing-data/import-forums/vanilla/
Forum: Fixing WordPress
In reply to: Grid Article with category/tag and big image and descriptionHey There,
Visual Composer or similar page builder plugins might do the trick for you here or get you 90% of the way without writing any custom code. There are quite a few available and often comes down to which on works best for your particular needs. If you want a really comprehensive comparison of some page builder plugins I recommend taking a look at this post. Hope this helps.
https://pippinsplugins.com/wordpress-page-builder-plugins-critical-review/
Forum: Fixing WordPress
In reply to: Set media default size as full image sizeThis might be worth taking a look at if you’re comfortable with coding. I don’t believe though there’s an option specifically in the WP Dashboard however so this would probably help make that adjustment. Hope this helps.
Forum: Fixing WordPress
In reply to: Featured Post is malfunctioningBased on the link above, I’m not seeing an broken images and looks like the featured image is showing on the link as expected? Were you able to resolve the issue?
Forum: Everything else WordPress
In reply to: Suggested theme and/or plugin for Membership Area…I’d recommend maybe looking through some of the articles here on building a membership site. It can really vary depending on your specific needs/potential growth. There are lots of membership plugins, all have there individual strengths and weaknesses, so it’s probably just as much about researching to build something like this as it is to actually build the site. I hope this link helps some with getting started.
http://chrislema.com/memberships-plugins/Forum: Fixing WordPress
In reply to: Category posts gone from view but remain in dashboardIs it possible the one without the checkbox is set to be your default category? Additionally have you tried re-saving your Permalinks to see if this helps flush out some of the issues you’re experiencing?
To resave permalinks just navigate in the dashboard to Dashboard > Settings > Permalinks. Click save button. Hope this helps some.
Forum: Fixing WordPress
In reply to: Simple availability calendar for multiple pagesI haven’t used enough booking calendars to know if there is a free version of any that supports multiple calendars, but there are some additional recommendations here that might be worth exploring if you haven’t seen some of these already. Hope this helps some.
http://www.wpbeginner.com/plugins/5-best-wordpress-appointment-and-booking-plugins/
Forum: Fixing WordPress
In reply to: How to identify and fix images with large file sizes?Nick,
These are two pretty solid image optimization plugins that might be helpful for your particular scenario. Hope this helps some.
Forum: Fixing WordPress
In reply to: [Menu] Menu format changed on SafariDo you have a link to your site and maybe additionally a screenshot of how the navigation should look? Would be easier to help troubleshoot the issue with a link. Thanks.
Forum: Fixing WordPress
In reply to: Image OptimisationHave you tried manually re-saving images for web in photoshop? If that’s not an option you could also try compressing the images with a tool like imageoptim (only for mac) however this link has some additional options depending on your operating system that might be worth a look? Hope this helps some.
Forum: Themes and Templates
In reply to: [Toivo Lite] Header imageI believe you can remove the overlay here in your css around line 3540, hope this helps.
.custom-header-image .site-header > .wrap::before { background-color: rgba(59,86,103,0.70); }If you want no overlay remove rgba(59,86,103,0.70) and type none:
.custom-header-image .site-header > .wrap::before { background-color: none; }Forum: Fixing WordPress
In reply to: Alt text not displaying on WebsiteCurrently looks like the function you added/created is causing an error on the homepage of the link you provided so that’s defintely part of the issue currently. I would comment that out for the time being so the page displays as expected.
Forum: Fixing WordPress
In reply to: Home Page doesn't look right on MobileI believe it’s due to the fact you have some fixed heights on images and min-heights set so they’re definitely causing an issue on the mobile level. I would remove some of those at least at the smaller breakpoints to see if that helps resolve your issue. Something is definitely different here than in the demo of the simply read theme. Hope this helps some.
Forum: Fixing WordPress
In reply to: Show photo portfolios as as thumbnails and full screen.Looks like the example you provided is using a custom made theme in conjunction with something like this plugin for handling the images possibly.
You might be able to create something similar along with this plugin (although I’ve not personally used this one before but ratings seem pretty good). Hope this helps get you started.