CaitlynC
Forum Replies Created
-
Found the issue!
Twenty Seventeen CSS reads
label { display: block; }
I changed my Twenty Seventeen child theme to read
label { display: inline; }
All good now!
Forum: Plugins
In reply to: Best Practices for Plugin RollbackI realized that I may have begged the question here. Does WordPress automatically backup previous plugin versions?
Forum: Everything else WordPress
In reply to: Adding Google analytics track code to a wordpress blogWhere in footer.php did you place the code? Make sure you place the code before the end of the </body> tag. That is the “direct” method.
You can also try the plugin Google Analyticator rather than Google Analytics for WordPress. Once installed, within WordPress go to Settings -> Google Analytics
Cheers!
Forum: Fixing WordPress
In reply to: Show users' uploaded filesThis plugin might help you accomplish your goal:
Custom Upload DirCheers!
Forum: Your WordPress
In reply to: Any suggestions?I love the responsive theme. Well done!
On first glance I would say your locations concept is misleading. I think most customers are going to think brick-and-mortar rather than service area.
Cheers!
Forum: Fixing WordPress
In reply to: Working on site when it's active?Agreed, a maintenance mode plugin is your best option if you do not have a dev environment. Even if you have dev qa and prod environments you still should force downtime for upgrades and other maintenance tasks. Most plugins allow you to customize the maintenance mode screen users see. You could easily throw a logo and contact text.
For multisite WP networks specifically I’ve found WPMS Site Maintenance Mode to work great. There are a handful of other plugins available for standard site installs.
Cheers!