Questions tagged [roots-sage]

Wordpress starter theme using HTML5 boilerplate

Sage is an open source Starter Theme for WordPress. Authored by https://roots.io. It was designed specifically to require programmers to follow best practices and respect standards while utilizing, and learning how to use, modern tools that result in optimally secure, stable and fast WordPress Themes.

101 questions
1
vote
0 answers

Indescript LetsEncript Certificate Generating Error

I have built a site with Roots' Trellis. But I forgot to enable SSL. So I changed the setting in group_vars/production/wordpress_sites.yml and re-provisioned but I'm getting this error. TASK [letsencrypt : Generate the certificates]…
Spencer Hill
  • 1,043
  • 2
  • 15
  • 38
1
vote
3 answers

Sage 9 overwriting Woocommerce templates

I'm trying to overwrite Woocommerce template files with the new Wordpress Sage. My problem is that the new Sage version with blade extension doesn't recognize old Woocommerce template files. I used to copy the Woocommerce templates to my theme…
Thom van Oort
  • 43
  • 2
  • 4
1
vote
0 answers

valet share unsecured 301 redirect

I'm using roots.io's Bedrock and Sage and Laravel's Valet share (unsecured), and I just cannot get it to work on ONE site. The site works locally on abcd.test/ and all my other sites work both locally and with Valet share (new installations), but…
Mando
  • 125
  • 14
1
vote
1 answer

Bootstrap Wordpress Navwalker responsive

Hey all, I have been developing my first theme using roots/sage, wordpress, bootstrap 4, VVCW and the WP_Bootstrap_Navwalker for the menu. Also got a whole load of bootstrap stuff sitting in the bower components. Everything is working and cool…
1
vote
0 answers

App Engine no output in browser

Running app engine local server with a Wordpress for App Engine build and using a Sage theme. Installed all dependencies and gulp build task seems to run ok. Then run dev_appserver.py and check browser (Chrome) at localhost:8080. Browser shows blank…
TimothyAURA
  • 1,329
  • 5
  • 21
  • 44
1
vote
1 answer

Roots Sage 9 - building for production returns error on sass mixin with yarn

building a theme with Roots Sage for wordpress. Trying to run a simple retina mixin: @mixin imgRetina($image, $extension, $width, $height) { background: url($image + '.' + $extension) no-repeat; width: $width; height: $height; …
m33bo
  • 1,334
  • 1
  • 17
  • 34
1
vote
1 answer

Sage Roots $_GET and $_POST variables

What is the best practice for getting $_POST and $_GET variables to template files? Because I can ofcourse use $_POST and $_GET in each template file. But I might be overlooking something. I cant imagine this is the way to do it. If it is the best…
Martijn van Hoof
  • 740
  • 10
  • 28
1
vote
1 answer

Using Yarn in Sage Wordpress Starter Template

Hello I recently started using sage again after a long time and a lot of things seem to have changed for me. I had to install yarn but when I tried running the command yarn run build I got: λ yarn run build yarn run v0.20.3 $ webpack --progress…
user3718908x100
  • 7,939
  • 15
  • 64
  • 123
1
vote
1 answer

Show child category name ONLY inside the loop

The code below works for my posts from Custom Post Type(called Sermon) which is displaying the child category name only with its links.
Randy
  • 319
  • 3
  • 13
1
vote
1 answer

How to append the main.css file through Roots's Sage gulpfile?

I'm very new to gulp and seeing as how complex the Roots's Sage gulpfile is, I'm so lost as to which block of code I should put in my code in. The usage examples for both packages is as follows: CSS Shrink var gulp = require('gulp'); var cssshrink…
yaserso
  • 2,638
  • 5
  • 41
  • 73
1
vote
1 answer

Gulp not rewriting urls of fancybox

I want to use FancyBox in my project and have run bower install fancyBox#master --save and all gets added fine, however when running gulp the url() paths in CSS are not rewritten. The images however are copied into the correct folder…
Richard
  • 4,341
  • 5
  • 35
  • 55
0
votes
0 answers

Problems with Sage installation on macos

I'm running WP on my local MacOS using MAMP. Have installed Bedrock and ran the WP installation, and all is running as expected - my website opening on localhost:3000. The problem starts when I try to access the site after installed Sage. I am…
neoswf
  • 4,730
  • 6
  • 39
  • 59
0
votes
1 answer

Roots/Sage and WPML : Cannot access to mu-plugins files through wp-admin

Using the Roots/Sage template, I cannot access to some menu entries of WPML through wp-admin, like "String Translation". Unlike the working entries, the redirect URL is different : Working :…
Mnevis
  • 16
  • 3
0
votes
1 answer

Getting Vue to work with Roots Sage 10 + Bud Vue - Runtime runtime compilation is not supported

Running into some very strange issue with bud-vue and Sage 10. I have just updated Acron on the project to version 3.1. When running yarn dev to build the assets, vue components are not loading. When I look in the console I get this warning from…
0
votes
0 answers

How can I use `postcss-prefixwrap` in bud.config.js to wrap editor.scss with a certain classname like `.editor-styles-wrapper`?

I'm working on a Sage build. I started configuring my bud.config.js and want the @styles/editor to be wrapped with import prefixWrap from 'postcss-prefixwrap'. Somehow I can't figure out how to make it work. Never had problems with implementing…