Layer 7 Web, LLC » All Posts https://layer7web.com/discussion/feed Thu, 21 Nov 2024 10:05:28 +0000 https://bbpress.org/?v=2.6.9 en-US https://layer7web.com/discussion/topic/change-efc-formulas-date-range/#post-4121 <![CDATA[Change EFC formulas date range]]> https://layer7web.com/discussion/topic/change-efc-formulas-date-range/#post-4121 Tue, 19 Sep 2023 18:36:57 +0000 David Garretson How do I change the date range on the EFC formula? New install says 23-24. We don’t even have those numbers yet.

]]>
https://layer7web.com/?post_type=topic&p=3243/#post-3244 <![CDATA[Reply To: Vagrant]]> https://layer7web.com/?post_type=topic&p=3243/#post-3244 Wed, 30 May 2018 20:01:22 +0000 Layer7web 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.

]]>
https://layer7web.com/?post_type=topic&p=3171/#post-3172 <![CDATA[Reply To: Gulp]]> https://layer7web.com/?post_type=topic&p=3171/#post-3172 Tue, 30 Jan 2018 02:25:53 +0000 Layer7web 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!

]]>
https://layer7web.com/discussion/topic/drush-install/#post-3166 <![CDATA[Drush Install]]> https://layer7web.com/discussion/topic/drush-install/#post-3166 Sun, 21 Jan 2018 19:21:49 +0000 Layer7web https://github.com/drush-ops/drush-launcher

]]>
https://layer7web.com/discussion/topic/installing-drupal-8-commerce/#post-3165 <![CDATA[Installing Drupal 8 Commerce]]> https://layer7web.com/discussion/topic/installing-drupal-8-commerce/#post-3165 Sun, 21 Jan 2018 19:17:29 +0000 Layer7web Install Drupal 8 and Drupal Commerce

]]>
https://layer7web.com/discussion/topic/install-with-composer/#post-3164 <![CDATA[Install with composer]]> https://layer7web.com/discussion/topic/install-with-composer/#post-3164 Sun, 21 Jan 2018 19:11:15 +0000 Layer7web https://www.drupal.org/node/2718229#creating-new

Install Drupal 7 or 8

Install Modules

]]>
https://layer7web.com/discussion/topic/login-url-2/#post-3163 <![CDATA[Login URL]]> https://layer7web.com/discussion/topic/login-url-2/#post-3163 Sun, 21 Jan 2018 18:52:46 +0000 Layer7web https://yourdomain.com/user/login

]]>
https://layer7web.com/discussion/topic/login-url/#post-3160 <![CDATA[Login Url]]> https://layer7web.com/discussion/topic/login-url/#post-3160 Sun, 21 Jan 2018 18:50:20 +0000 Layer7web http://yourdomain.com/?q=user

]]>
https://layer7web.com/discussion/topic/display-issues-next-page-button-not-working/#post-2942 <![CDATA[Reply To: Display Issues & Next Page button Not Working]]> https://layer7web.com/discussion/topic/display-issues-next-page-button-not-working/#post-2942 Tue, 20 Jun 2017 10:03:02 +0000 Layer7web 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.

]]>
https://layer7web.com/discussion/topic/display-issues-next-page-button-not-working/#post-2906 <![CDATA[Display Issues & Next Page button Not Working]]> https://layer7web.com/discussion/topic/display-issues-next-page-button-not-working/#post-2906 Mon, 05 Jun 2017 19:54:29 +0000 Layer7web Some themes are set to apply wpautop before the shortcode before WP Net Price Calculator is executed. This causes p and br tags to be inserted in the html sometimes. This causes display issues and can also cause the ‘Next Page’ button to stop working. The fix for this is to add:

This should stop random br and p tags from being inserted into the code.

]]>