-
In Grids plugin (https://justevolve.it/grids/) this:
add_action( 'get_footer', array( $this, 'styles' ), 100 );
did not work, the added footer action is not called by Timber
My temporary solution…
-
The Index.php searches for "**config / config.php**" but this file does not exist. There are the following files "**config.inc.php**" and "**config.db.php**".
The Index.php searches for "**config /…
-
The theme should be installable from the site admin, thus passing a [theme review](https://make.wordpress.org/themes/handbook/review/)
- [ ] rtl.css http://www.rtl-er.com/
- [ ] comments.php
- [ …
miklb updated
7 years ago
-
Hello,
I try this new amazing bundle, but maybe I miss something.
When I create e.g a home.scss, and add `` in my home.html.twig template
and then run
`php bin/console sass:build --watch`
…
-
The way I handled RTL styles for my web projects was that I used PHP to do something like this:
$x = ( is_rtl() ) ? 'right' : 'left';
$nx = ( is_rtl() ) ? 'left' : 'right';
So now I could do somethi…
-
### Environment
Ubuntu: 18.04
Chrome: 67.0.3396.79 (Official Build) (64-bit)
Firefox: 60.0.2 (64-bit)
nginx: nginx/1.14.0
#### Symfony packages
```
symfony/monolog-bundle v2.12.1 v3.3.…
-
https://github.com/BraftonSupport/braftonium-new/blob/a759ab20bc8ba6c9bf3f9397b9142441384014f6/blocks/cta/cta.html.php#L98
cta-left class exists with no styles and no way to make it cta-right or ct…
-
When I go to edit template styles, and select TYPOGRAPHY > MENU, the side nav disappears and there is no way getting back. Also there is some sort of dark color graphic overlaying some of the fields.…
-
hi i have this error message when activated this ext
i have another ext on my forum phpbb 3.2.2
`Fatal error: Uncaught Twig_Error_Loader: Unable to find template "blocks/menu_block.html" (looke…
-
### Issue details
I got my BrowserSync installed with Gulp.
When runnin `gulp` in the command line I have my website (http://local.example.com) opened under this URL:
http://localhost:8080
W…