Layer7web

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Vagrant #3244

    Layer7web
    Keymaster

    To not have to enter a password when using

    and the vagrant-hostsupdater plugin.

    Change the permissions using this on a Mac:

    This was needed when Jenkins was running. It would hang on this otherwise.

    in reply to: Gulp #3172

    Layer7web
    Keymaster

    Issue:
    When I had installed NPM on my mac it installed into the /Users/{username}/… etc folder. This made it so when I installed Gulp globally it was not available and always gave me the “Command not found” error. After an hour of googling, I was able to work it out.

    After running:
    npm prefix -g

    The out put should be: /user/local

    If it is /Users/{username]/… etc then change it.

    Changed the npm install folder to this:
    npm config set prefix /usr/local

    and re-installed Gulp globally.
    npm install -g gulp

    and Gulp-CLI globaly.
    npm install -g gulp-cli

    and it works!

    in reply to: Display Issues & Next Page button Not Working #2942

    Layer7web
    Keymaster

    A recent update has removed all white space in the code output. This prevents line breaks and paragraph breaks from being inserted by WordPress. This is no longer an issue.

    in reply to: Debug wp-config.php Settings #2697

    Layer7web
    Keymaster

    To use the same config file for different environments I have been using this a lot these days:

    Putting development connection settings in the ‘local’ and live settings in the not ‘local’.

Viewing 4 posts - 1 through 4 (of 4 total)
~