Your comments

Terrific! I am glad to hear you were able to resolve the problem. Please let us know if we can be of further assistance, we are glad to help!

We would be glad to look into the issue on your behalf. Can you share the domain name you have this problem on?

Thank you for contacting us.


I am sorry to hear you are having issues adding Social Media Buttons. For the Social Media Menu, have you selected a location where it will show? This displays at the bottom of the menu, and at least one location would have to be selected for it to work.

We have some useful information in our Support Center as well that will assist you with this: https://www.boldgrid.com/support/using-the-customizer/working-with-menus-in-boldgrid/


Please let us know if you require any further assistance, we are glad to help!


Thank you for your suggestion.


This feature is something currently being worked on, and we will be implementing this in a future version of the BoldGrid Theme Framework.

Thank you for your feature request. This is currently something we are implementing within the Theme Framework, and it should be releasing soon.


Hello!


Thank you for contacting us.


In order to correct this, you can use Custom CSS if you are not using the Widgets labeled "Below Primary Navigation"

An example of this type of code would be as follows:



@media (max-width:768px) {
    .main {margin-top:23px;}
}
@media (min-width:768px) and (max-width:992px) {
    .main {margin-top:-95px;}
}
@media (min-width:992px) {
    .main {margin-top:-55px;}
}


This can be applied in the Customizer, via the Custom CSS Editor. We have further information on using that in our Support Center, which can be found here: https://www.boldgrid.com/support/using-the-customizer/how-to-use-the-custom-css-editor/


Please let us know if you require further assistance, we are glad to help!

We are currently reviewing this issue with our development team, and we will follow up you once we have more information. We truly appreciate you taking the time to provide your feedback.

Hello Johnny,


Thank you for contacting us.


The problem you are explaining can occur if you are not using the header widgets in Pavilion. You do have the option of using Custom CSS in a case like this, but I will be sure to provide your feedback to our development team for consideration.


Please let us know if we can help any further, we are glad to help out!


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

Thank you for your feedback.We always value your suggestions for features as well as improvements. I will review this request with the team, and update you once we have more information.