9ete
Forum Replies Created
-
Forum: Hacks
In reply to: Add widget to Admin widget area by defaultThanksamundo for the feedback bcworks, i will try this today and post back with results.
Forum: Plugins
In reply to: [Command Line Interface: WP-CLI]: unable to run wp-cli/dev-buildusername@sitename.com [~/wp-cli]# utils/dev-build Content-type: text/html #!/usr/bin/env php All settings correct for using Composer Downloading... Composer successfully installed to: /home2/username/wp-cli/composer.phar Use it: php composer.phar sudo: unable to stat /etc/sudoers: No such file or directory sudo: no valid sudoers sources found, quitting sudo: unable to initialize policy plugin utils/dev-build: line 16: composer: command not found sudo: unable to stat /etc/sudoers: No such file or directory sudo: no valid sudoers sources found, quitting sudo: unable to initialize policy plugin
Forum: Plugins
In reply to: [Command Line Interface: WP-CLI]: unable to run wp-cli/dev-buildHas anybody else ran into or been able to resolve this problem? I called bluehost but they are unwilling to give me sudo access…
Forum: Networking WordPress
In reply to: One site on the network becomes unreachableTry changing the site’s theme( stylesheet and template) to twentyeleven in the edit site section of the network admin dashboard. You’ll have to change ‘stylesheet’ and ‘template’ to ‘twentyeleven’
I am unsure why but I am forced to do this every time I create a new site on the multisite because I run into the same problem you are having.
Forum: Networking WordPress
In reply to: Create new siteForum: Networking WordPress
In reply to: Unable to add add-on site to networkDomain mapping is a plugin that must be installed and configured. Once that is done it is located under settings in the Super Admin network dashboard.
If the multisite was setup using sub domains you will not be able to change it.
Forum: Networking WordPress
In reply to: New Installation – Site errorsTry switching the site theme to twentyeleven by going to the:
Multisite Admin Dashboard – > Sites -> galexiagroup -> Edit (appears below when hovering).
You will see an settings page, find stylesheet and template and change them to twenty eleven.
This has resolved similar issues for me upon creation of new multisite sites.
Forum: Fixing WordPress
In reply to: add twitter linkedin logo linksForum: Networking WordPress
In reply to: Moving entire multisite to sub directoryThanks Ipstenu, you’re the bees knees. I’ll repost if and when I run into any problems!
Forum: Everything else WordPress
In reply to: Why install?Pretty confusing question too… What exactly are you asking?
Forum: Plugins
In reply to: [BlackBox Debug Bar] [Plugin: BlackBox Debug Bar] WP admin bar conflict@archonic you sir are the man, I was looking for exactly this. I thought it weird that the bar showed up when a user is not logged in… Thanks so much for posting to the modded plugin and saving me (and I’m sure a lot of ppl) some time.
Forum: Themes and Templates
In reply to: Change a single link color.page-item-882 a { color: orange; }
Forum: Installing WordPress
In reply to: Problems installing wordpress. 1and1 Internet serverHave you added the user to the database in the back-end?
Have you given that user full privileges to use the database?
Check all credentials to make sure that’s not the problem.
Contact 1and1.Please provide any more info that you can.
Forum: Networking WordPress
In reply to: Slight Variation on Multisite Media Upload ProblemDashboard -> Sites -> All Sites -> Click Edit under the site that’s having problems
Scroll down to Upload Path and change it to wp-content/blog.dir
You may have to create the blog.dir if it does not exist.
This fixed the problem for me.
Forum: Themes and Templates
In reply to: [Responsive] Can't use functions file in Child ThemeResolved by removing includes folder and editing functions so it *ONLY* contained my new functions ie:
<?php /*custom functions*/ ?>