Welcome to the BoldGrid Feature Request Portal

If you do not have an account, submitting a Feature Request will allow you to create one.

Tips

  • Search for an existing improvement or feature request before adding your own. This helps us prevent duplicate entries and track all suggestions.
  • If you find a matching request, vote on it and throw in a comment.
  • If you can't find a request for an item you need, create your own request. Provide as many details as you can, especially regarding possible use cases.

Rules

  • No spam, self-promotion, or advertising
  • No offensive language, posts, links, or images.
  • Please limit your submissions to one feature request per post.
  • Administrators have the ability to moderate the forums, including editing, deleting, and moving posts. Posts may be deleted for any reason, with or without notification.

We always value your suggestions for features as well as improvements. Thank you for you time!


Need Help? Please feel free to visit our Community Forum to Ask a question.

0
Planned

Video Background

Voss Ross 6 years ago updated by support (Support) 4 years ago 4

Being able to have video backgrounds instead of images would be a cool feature to add.

Answer

Thank you for your feature request.


We are currently working to implement Video Backgrounds curently within the BoldGrid Theme Framework, and should be releasing this feature in the coming months.

We always value your suggestions for features as well as improvements, and truly appreciate you taking the time to provide feedback.

0
Under review

Identify Elements in Color Palette

Carlos E 7 years ago updated by Harry J (Products Manager) 7 years ago 1

Is it possible to display which element(s) are associated with each color in the palette? This way the user will know what components of the site are effected, before making changes to colors.

Answer


Thank you for your question, Carlos. To identify what elements are associated, you can view the themes SCSS file. You can find all of our themes on GitHub, which will show the relationship between the elements and what color they are assigned to.


You can view an example of that relationship here, in one of our newer themes, Swifty.


You can reference the color configuration documentation for further explanation of how it is applied within the theme itself.


The neutral color will always be the last color in the palette, and it is set within the themes config.php file.. An example of that can be found here within the themes configuration file.


This array would produce the color palette I have attached underneath of the code.:


array(
                        'default' => true,
                        'format' => 'palette-primary',
                        'neutral-color' => '#ffffff',
                        'colors' => array(
                                '#ca5215',
                                '#333333',
                                '#ca5215',
                                '#333333',
                                '#000000',
                        ),
                ),

http://easycaptures.com/fs/uploaded/1169/9273770610.png


When the SCSS compiles, it writes to css/color-palettes.css within the theme itself. This occurs whenever you make a change in the Customizer.


I will add a feature request to our planning board. The biggest obstacle would be figuring out the best place to display information like this.


You also have the option of using FireFox or Chrome, and their developer tools to view the styling, and color associated. Here is some information regarding using those.


https://developer.mozilla.org/en-US/docs/Tools


https://developer.chrome.com/devtools

0
Under review

I would like to see the ability to add my logo in The Inspirations portion of BoldGrid

Dasone77 7 years ago updated by Miker 7 years ago 2

Adding the ability to add my logo in the Inspiration portion makes things a lot easier and gives me the ability to work on other details of the website.